Warning: imagecreatefromstring() [function.imagecreatefromstring]: Empty string or invalid image in /var/www/vhosts/tachytelic.net/httpdocs/wp-includes/media.php on line 258
Feb
05

Enabling ping on Thompson Speedtouch 605s

By

To 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.

Categories : Technical Posts

Comments

  1. Pierro says:

    To turn off ping on the WAN/Internet interface, run:

    service system ifdelete name=PING_RESPONDER group=wan

  2. Vincent says:

    Don’t forget to run command :
    saveall

    To write configuration ;p

Leave a Reply