option netmask 255.0.0.0
config interface lan
- option ifname eth0
+ option type bridge
+ option ifname "eth0 eth1"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
-
-
+ option nat 1
## Example for ATM bridging.
## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
# option encaps llc
# option vpi 8
# option vci 35
+# option payload bridged # some ISPs need this set to 'routed'
# config interface wan