Hello,
i have a Speedport W504V | ARV8539PW22 with LEDE.
 
I need to configure VLANID 135 and DHCP to get IP from my Provider.
 
 
For a o2 box 6431 it works like this:
 
/etc/config/network
 

config interface 'wan'
        option ifname 'ptm0.135'
        option proto 'dhcp'
        option delegate '0'


Just added: .135 at the ifname
 
 
But on the Speedport W504V | ARV8539PW22 the /etc/config/network looks diffrent.
 

Tryed it like this, but did not work, what did i wrong ?
 
/etc/config/network
 
config interface 'wan'
        option ifname 'nas0.135'
        option proto 'dhcp'
        option delegate '0'
 
Thanks
Dennis

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to