2006-09-15 22:25:03 +00:00
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
|
|
|
|
config interface loopback
|
|
|
|
option ifname lo
|
|
|
|
option proto static
|
|
|
|
option ipaddr 127.0.0.1
|
|
|
|
option netmask 255.0.0.0
|
|
|
|
|
2006-08-30 04:08:35 +00:00
|
|
|
config interface lan
|
|
|
|
option ifname eth0
|
2007-05-26 20:33:53 +00:00
|
|
|
option type bridge
|
2006-08-30 04:08:35 +00:00
|
|
|
option proto static
|
|
|
|
option ipaddr 192.168.1.1
|
|
|
|
option netmask 255.255.255.0
|
2013-04-22 19:40:16 +00:00
|
|
|
option ip6assign 60
|
2013-04-09 08:03:08 +00:00
|
|
|
|
|
|
|
config interface wan6
|
|
|
|
option ifname @wan
|
|
|
|
option proto dhcpv6
|
|
|
|
|
|
|
|
config globals globals
|
|
|
|
option ula_prefix auto
|