Feb
05
Enabling ping on Thompson Speedtouch 605s
ByTo enable ping on the WAN/Internet interface on the Thompson Speedtouch 605s (and probably lots of other speedtouch models)
Telnet to the router:
Default username is Administrator (note the capital A)
Default password is empty
Then run:
service system ifadd name=PING_RESPONDER group=wan
You should now be able to ping the wan address.
To turn off ping on the WAN/Internet interface, run:
service system ifdelete name=PING_RESPONDER group=wan