PDA

Bekijk de volledige versie : problem telnet



mifns77
12-03-2008, 18:46
The problem has arisen, through a web is connected and looked through, and here through a telnet, simply picked up but writes so (none) login, I write admin asks the password-admin.A was written (approximately) wl700 login earlier and to come it is impossible.
When I write root appears:

(none) login: root
BusyBox v1.00-pre2 (2008.01.23-03:08+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.

[u@h W]
reset pressed, reflashing, what it is possible to make? So that like all works but it would be desirable Twonky to put, and as that is bad that telnet is not started.

kfurge
12-03-2008, 23:35
Something is wrong with rc.local and it is not being properly executed. You're experiencing the "stock" telnet which is enabled in the 1.0.7.8 release from Asus. I suspect they never meant to have telnet enabled at all, but who knows.

Make sure you flash the XXX_02.nas version of my firmware:

http://wl700g.homelinux.net/drupal/files/WL700gE_kc_1078_02.nas

And follow the "I've really messed my rc.local" instructions found here:

http://wl700g.homelinux.net/drupal/?q=node/192

- K.C.

mifns77
13-03-2008, 13:30
Something is wrong with rc.local and it is not being properly executed. You're experiencing the "stock" telnet which is enabled in the 1.0.7.8 release from Asus. I suspect they never meant to have telnet enabled at all, but who knows.

Make sure you flash the XXX_02.nas version of my firmware:

http://wl700g.homelinux.net/drupal/files/WL700gE_kc_1078_02.nas

And follow the "I've really messed my rc.local" instructions found here:

http://wl700g.homelinux.net/drupal/?q=node/192

- K.C.

Thank you very much. Works!

mifns77
13-03-2008, 14:55
Only after reboot the previous variant is restored: (
How to make what always it was loaded normal rc.local ?

PS. I am not familiar with Linux systems, therefore if that is possible describe step by step.

Thanks!

kfurge
15-04-2008, 02:33
Bypass your broked rc.local as below, then copy /opt/etc/rc.local over /shares/MYVOLUME1/opt/etc/rc.local to restore default startup behavior:

"cp /opt/etc/rc.local /shares/MYVOLUME1/opt/etc/rc.local"

- K.C.