Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I am currently away from the box and have not opened a port through the firewall for the web interface to the DNS323. So I have gone and installed Lynx to reach the web interface internally, but I can not submit the form to log in. So I installed Links, this one allows me to submit the form but always chooses the Downloads button instead of the Configuration button.
Is there a command line I can do to safely restart my DNS-323 or another text browser or something I am doing in one of the ones I mentioned that would enable me to reset the DNS-323 through my SSH connection? My searches on these forms did not turn up much more than people saying do all this then restart to boot it up, hehe.
If it matters I have 1.05 FW.
Offline
how about typing
reboot
or
do_reboot
at the console? I don't know what the difference is between them, but do_reboot seems to reboot the box more gracefully (e.g. it shuts down SMB NMB) before rebooting.
Offline
do_reboot and reboot do not appear to work (Nor does shutdown -r now) due to missing files/directories (/dev/initctl). I think its because I am stick within the debian chroot installation that those do not work. hehe, Ah well, guess I have to just wait until I am out of work to fix a few things up with this fun_plug.
Thanks for the response though! I am thinking I should set up two separate shell accesses, one for the debian and one for system access, hehe.. that or just fixing the routing on the web interface. Curse verizon for blocking port 80 by default! And me forgetting that they did before I left this morning
Offline
Have you looked at this thread:
http://dns323.kood.org/forum/t1520-Does … nd%3F.html
Offline
Those solutions still suffer from the same problems I mentioned up above. I am in the debian environment and not the firmware environment so I can not get to the proper places to do those, either because the fun_plug remaps the pathing of the files so I can not get to the original pathing, or because I can not get to the HTTP interface of the DNS323. In either case, Ill be heading out of work in about an hour and just be able to fix the problem, so no worries.
Offline
You can use the busybox 'reboot' command!
Install busybox:
sudo apt-get install busybox-static
Then you can reboot with:
sudo busybox reboot
Hope this helps!
Offline