how to setup edgerouter with telekom vdsl
My ISP is the Telekom in Germany. I use a drytek modem in front of my edgerouter.
prepare the Interfaces First of all I preapre all interfaces on my edgerouter.
My Interfaces: eth0 => to modem eth0.7 => internet connection eth0.8 => TV streaming eth1 => managment eth2 => wifi AP eth2.37 => private LAN eth2.50 => guest LAN eth2.101 => Internet of things LAN
set interfaces ethernet eth0 vif 7 description 'DSL' set interfaces ethernet eth0 vif 7 mtu 1500 set interfaces ethernet eth0 vif 7 pppoe 0 default-route auto set interfaces ethernet eth0 vif 7 pppoe 0 mtu 1492 set interfaces ethernet eth0 vif 7 pppoe 0 name-server none set interfaces ethernet eth0 vif 7 pppoe 0 user-id 'XXXXXXXXXXXXXXXXXXXXXXXXXXXX@t-online.
[Read More]