2006-06-27 00:36:13 +00:00
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
2005-08-26 15:52:12 +00:00
|
|
|
|
2006-07-30 03:09:09 +00:00
|
|
|
config interface lan
|
|
|
|
option type bridge
|
|
|
|
option ifnames "eth1 eth2"
|
|
|
|
option proto static
|
|
|
|
option ipaddr 192.168.1.1
|
|
|
|
option netmask 255.255.255.0
|
|
|
|
|
|
|
|
config interface wan
|
|
|
|
option ifname eth0
|
|
|
|
option proto dhcp
|
2005-10-18 01:28:37 +00:00
|
|
|
|