openwrtv3/openwrt/package/base-files/rb532-2.6/etc/config/network
2006-08-27 11:11:55 +00:00

12 lines
212 B
Text

# 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 dhcp