Adding A Static Route On A Technicolor TG582n

Needed to add a static route to a Technicolor TG582n modem/router tonight that is being used for a fibre upgrade. There isn’t anyway to add it in the web interface I could find, however a little look in the docs I found it can easily be added via telnet. First telnet to your router: telnet 192.168.1.254 Username : Administrator Password : ******* ----------------------------------------------------------------- {Administrator}=>:ip rtadd dst=172.16.0.0/24 gateway=192.168.1.252 intf=lan1 {Admi…

Read More