Router - TG582N - Using an external modem: Difference between revisions

(For VDSL, create a shim interface with the appropriate VLAN)
m (Configure PPP to use the right destination (eth_WAN or eth_PPP))
=Switch PPP over to use this new interface=
 
One can't '''ppp ifconfig''' an interface which is administratively up, so one has to bring it down first:. The ''dest'' field
should be ''eth_WAN'' for ADSL or ''eth_PPP'' for VDSL.
 
:ppp ifdetach intf=Internet
:ppp ifconfig intf=Internet dest=eth_WAN|eth_PPP mru=1492
 
Then bring PPP back up: