|
@@ -1,3 +1,5 @@
|
|
|
|
|
+# Copyright (C) 2006 OpenWrt.org
|
|
|
|
|
+
|
|
|
config interface loopback
|
|
config interface loopback
|
|
|
option ifname lo
|
|
option ifname lo
|
|
|
option proto static
|
|
option proto static
|
|
@@ -5,20 +7,20 @@ config interface loopback
|
|
|
option netmask 255.0.0.0
|
|
option netmask 255.0.0.0
|
|
|
|
|
|
|
|
config interface lan
|
|
config interface lan
|
|
|
- option ifname eth1
|
|
|
|
|
- option type bridge
|
|
|
|
|
|
|
+ option ifname eth0
|
|
|
|
|
+ option type bridge
|
|
|
option proto static
|
|
option proto static
|
|
|
option ipaddr 192.168.1.1
|
|
option ipaddr 192.168.1.1
|
|
|
option netmask 255.255.255.0
|
|
option netmask 255.255.255.0
|
|
|
option ip6assign 60
|
|
option ip6assign 60
|
|
|
|
|
|
|
|
config interface wan
|
|
config interface wan
|
|
|
- option ifname eth0
|
|
|
|
|
|
|
+ option ifname eth1
|
|
|
option proto dhcp
|
|
option proto dhcp
|
|
|
|
|
|
|
|
config interface wan6
|
|
config interface wan6
|
|
|
- option ifname eth0
|
|
|
|
|
- option proto dhcpv6
|
|
|
|
|
|
|
+ option ifname eth1
|
|
|
|
|
+ option proto dhcpv6
|
|
|
|
|
|
|
|
config globals globals
|
|
config globals globals
|
|
|
option ula_prefix auto
|
|
option ula_prefix auto
|