X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/debdf72211d18e89c5691b98682b2a5ed0f8a76e..3329b43e7655951c4b496eb7c24b2af096fcbef7:/target/linux/ar7/base-files/etc/config/network diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network index b607a3023..9ba0e6d29 100644 --- a/target/linux/ar7/base-files/etc/config/network +++ b/target/linux/ar7/base-files/etc/config/network @@ -7,12 +7,12 @@ config interface loopback 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}' @@ -22,7 +22,7 @@ config interface lan # option encaps llc # option vpi 8 # option vci 35 -# option payload routed # some ISPs need this set to 'bridged' +# option payload bridged # some ISPs need this set to 'routed' # config interface wan