Closed GoogleCodeExporter closed 9 years ago
RESOLVED!
The problem is not in source code, but missing a "switch" config. Adding the
following lines to /etc/config/network gets forwarding between LAN ports
working!
config switch
option name 'eth0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'eth0'
option vlan '1'
option ports '0 1 2 3 4'
Original comment by rss...@gmail.com
on 23 Aug 2013 at 8:44
The 'switch' configuration can be reduced to the following if you just want to
enable forwarding between the wired ports:
config switch
option name 'eth0'
option reset '1'
option enable_vlan '1'
Original comment by rss...@gmail.com
on 23 Aug 2013 at 9:38
Original issue reported on code.google.com by
rss...@gmail.com
on 22 Aug 2013 at 6:29