Hey Forumusers,
Can anyone tell my how i can make my WAN port use VLAN6 (tagged) over PPPOE?
Tried the custom settings in de Connection Wizard but this didn't work.
Maybe a SSH methode to set this up?
I bought a Asus RT-n66U router.
This is how it is configured on a routeros... But does nog work on asuswrt
Can anyone tell my how i can make my WAN port use VLAN6 (tagged) over PPPOE?
Tried the custom settings in de Connection Wizard but this didn't work.
Maybe a SSH methode to set this up?
I bought a Asus RT-n66U router.
This is how it is configured on a routeros... But does nog work on asuswrt
add arp=enabled disabled=no interface=ether1-gateway l2mtu=1594 mtu=1500 \
name=vlan1.6 use-service-tag=no vlan-id=6
/ppp profile
set 0 change-tcp-mss=yes name=default only-one=default use-compression=\
default use-encryption=default use-mpls=default use-vj-compression=\
default
/interface pppoe-client
add add-default-route=yes allow=pap,mschap2 \
dial-on-demand=no disabled=no interface=vlan1.6 keepalive-timeout=20 max-mru=1480 max-mtu=1480 \
mrru=disabled name=pppoe password=kpn profile=default \
use-peer-dns=no user=XX-XX-XX...@direct-adsl
Last edited: