Sync ar7 default network configuration with latest firewall and network settings...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 31 Aug 2008 11:33:41 +0000 (11:33 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 31 Aug 2008 11:33:41 +0000 (11:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12444 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar7/base-files/etc/config/network

index 16efdac..88ddee0 100644 (file)
@@ -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}'
This page took 0.025573 seconds and 4 git commands to generate.