WAN port on router acts as LAN

Basically port 0 and 4 are swapped in lan and wan vlan. Also no mac addresses specified.

1 Like

Yes. This is what I noticed as well.

Proceed to report the bug as mentioned.

1 Like

the diff ( ignoring ula prefix)

18c18
< config device 'lan_eth0_1_dev'
---
> config device 'lan_dev'
20d19
< 	option macaddr '90:50:5a:57:b7:70'
26c25
< config device 'wan_eth0_2_dev'
---
> config device 'wan_dev'
28d26
< 	option macaddr '90:50:5a:57:b7:71'
44c42
< 	option ports '0 1 2 3 6t'
---
> 	option ports '1 2 3 4 6t'
49c47,48
< 	option ports '4 6t'
---
> 	option ports '0 6t'
>
1 Like