Quote Originally Posted by n00ben View Post
it seems after all that rc.local IS loaded, telnet didn't work because in your rc.local the command is '/apps/bin/utelnetd -i br0 &' but for me it is '/bin/utelnetd -i br0 &'...
This is *very* strange. Interesting little Asus'ism here, stuffing two apparently identical binaries, with very different sizes, in an already full flash image! I think the only difference is that /bin/utelnetd is dynamically linked and /apps/bin/utelnetd is statically linked.

Is anyone else seeing this wierdness? If so, I'll change the default scripts to load /bin/utelnetd instead.

Thanks for the info.

- K.C.