Set ixp4xx network config to static 192.168.1.1
[openwrt.git] / target / linux / ixp4xx-2.6 / base-files / default / etc / config / network
index 1d9b55b..1d5ded3 100644 (file)
@@ -1,4 +1,4 @@
-# Network configuration file
+# Copyright (C) 2006 OpenWrt.org
 
 config interface loopback
        option ifname   lo
@@ -8,4 +8,6 @@ config interface loopback
 
 config interface lan
        option ifname   eth0
-       option proto    dhcp
+       option proto    static
+       option ipaddr   192.168.1.1
+       option netmask  255.255.255.0
This page took 0.024264 seconds and 4 git commands to generate.