2007-06-03 22:29:32 +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
|
|
|
|
|
|
|
|
config interface lan
|
|
|
|
option ifname eth0
|
|
|
|
option proto static
|
|
|
|
option ipaddr 192.168.0.90
|
|
|
|
option netmask 255.255.255.0
|
2007-06-04 22:40:46 +00:00
|
|
|
#option dns 192.168.0.1
|
|
|
|
#option gateway 192.168.0.1
|