SpeedTouch modem as a router
Historical — This entry applies to 2007-era hardware (e.g. a Thomson SpeedTouch 585V6). It is kept for historical purposes only.
A SpeedTouch modem, like a 2007 model Thomson SpeedTouch 585V6, is a DSL modem. With a few tweaks it can be used as a router for the network.
Run these commands towards the SpeedTouch modem using telnet:
telnet <modem ip address>Commands to set up a SpeedTouch DSL modem as a router:
For firmware versions 5.3 and lower:
ppp relay flushppp flusheth flushatm flushatm phonebook flusheth bridge ifdelete intf=ethport4eth ifadd intf=ethport4eth ifconfig intf=ethport4 dest=ethif4 retry=10 group=defaulteth ifattach intf=ethport4ip ifadd intf=WAN_Port dest=ethport4ip ifconfig intf=WAN_Port hwaddr=00:11:42:0c:65:1d # This line is needed if MAC address cloning is required, otherwise it's not necessarydhcp client ifadd intf=WAN_Portdhcp client ifattach intf=WAN_Portnat ifconfig intf=WAN_Port translation=enablednat ifattach intf=WAN_PortsaveallFor firmware versions 6.1 and higher:
ppp relay flushppp flusheth flushatm flushatm phonebook flusheth bridge ifdelete intf=ethport4eth ifadd intf=eth_waneth ifconfig intf=eth_wan dest=ethif4eth ifattach intf=eth_wanip ifadd intf=ip_wan_eth dest=eth_wanip ifconfig intf=ip_wan_eth status=upip ifconfig intf=ip_wan_eth hwaddr=00:11:42:0c:65:1d # This line is needed if MAC address cloning is required, otherwise it's not necessaryip ifattach intf=ip_wan_ethnat ifconfig intf=ip_wan_eth translation=enableddhcp client ifadd intf=ip_wan_ethdhcp client ifconfig intf=ip_wan_eth metric=5 dnsmetric=5dhcp client rqoptions and intf=ip_wan_eth option=dhcp-lease-timedhcp client rqoptions and intf=ip_wan_eth option=dhcp-renewal-timedhcp client rqoptions and intf=ip_wan_eth option=dhcp-rebinding-timedhcp client rqoptions and intf=ip_wan_eth option=subnet-maskdhcp client rqoptions and intf=ip_wan_eth option=classless-static-routesdhcp client rqoptions and intf=ip_wan_eth option=default-routersdhcp client rqoptions and intf=ip_wan_eth option=classfull-static-routesdhcp client rqoptions and intf=ip_wan_eth option=domain-name-serversdhcp client ifattach intf=ip_wan_ethsaveall