X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Far7%2Fbase-files%2Fetc%2Fconfig%2Fnetwork;h=88ddee0281860f0d006b894614acdd62381f379f;hb=f3b58435df8b2badf24fd455576b824b18b2b9d0;hp=5fa112cc6ede32ec519012f3edcd2dae170f9d37;hpb=7aa11efc1796c29d446eca99ec7d9bc7ed2c0072;p=openwrt-10.03%2F.git diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network index 5fa112cc6..88ddee028 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 type bridge option ifname eth0 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,6 +22,7 @@ config interface lan # option encaps llc # option vpi 8 # option vci 35 +# option payload bridged # some ISPs need this set to 'routed' # config interface wan