Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
just found finally a little bit time to play with this toy.
I could install debian inside it, but there's no way to enable ssh or telnet to access to the device.
The steps I followed to put debnas inside was:
1. upgrade to 2.0 firmware (DLINKEu_DNS320.2.00b06)
2. edit fun_plug and set like this:
#!/bin/sh
cd /mnt/HD/HD_a2
rm fun_plug
/bin/tar -x -f linux.tar -C /mnt/HD/HD_a2
rm linux.tar
reboot
3. put fun_plug file and tar file on //nasip/volume_1/ root folder
4. rebooted (and it seems that worked, 'cause after without adding HD rebooted infiniteously, before modifing tar file has been extracted and fun_plug has changed)
5. edit fun_plug again changing the directory string and setting to:
export DISK1=/mnt/HD/HD_a2
export DISTDIR=linux
6. rebooted again
I tried to access through ssh, but I have no response on this port :( this is what a port scanning shows:
root@salnitre:/# nmap -sS 192.168.1.3
Starting Nmap 5.00 ( http://nmap.org ) at 2011-08-07 03:08 CEST
Interesting ports on 192.168.1.3:
Not shown: 992 closed ports
PORT STATE SERVICE
21/tcp open ftp
80/tcp open http
111/tcp open rpcbind
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
515/tcp open printer
2049/tcp open nfs
MAC Address: 5C:D9:98:**:**:** (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 0.67 seconds
I founded in configuration some way to activate ssh or telnet but there's notthing :( also I checked through samba mount if were some changes on log files of extracted linux folder but it seems there's no live there... I check also if ssh is installed there, it is, but also no answer :(
I feel I'm on a bit to get it! I founded some place to howto enable ssh or telnet, but my neuron is not able to found how to do that.
All help be thankful :)
Thanks you much!
Nice job!
- Blackhold
Last edited by Blackhold (2011-08-07 04:18:18)
Offline