Dear OpenWRT Community,
Could you please help me to setup the vlan configuration on WRT3200ACM to get my internet working using DSA?
WRT3200ACM is acting as gateway and is connected to GPON converter and the traffic comes to router tagged as 1074.
With swconfig it was pretty easy but now Im trying to use a build with DSA and struggling to setup the vlan to get connected to internet.
Appreciate your help.
Best regards.
Connect to gateway with Putty and write:
uci show network
Look for the wan.ifname line and write depending on which eth it's on.
uci set network.wan.ifname='eth1.1074
or
uci set network.wan.ifname='eth0.1074
Then write:
uci commit
service network restart
Thanks for the reply!
ici show network reports:
root@swrt:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fda9:209e:2892::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='lan1 lan2 lan3 lan4'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.wan=interface
network.wan.ifname='wan'
network.wan.proto='dhcp'
network.wan_wan_dev=device
network.wan_wan_dev.name='wan'
network.wan_wan_dev.macaddr='62:38:e0:d0:62:40'
network.wan6=interface
network.wan6.ifname='wan'
network.wan6.proto='dhcpv6'
On swconfig my main interface is eth1.1074, setting wan to I'm getting the next result:
Maybe I'm missing something?
Yeah sorry, try:
uci set network.wan.ifname='wan.1074'
uci commit
service network restart
You have nothing to apologize for!
Many thanks! for me its was pretty hard to figure it out reading several forum treads and with your help its solved already!
1 Like
system
Closed
December 10, 2020, 8:21am
6
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.