openwrtv4/target/linux/rb532/base-files/etc/config/network
Alexandros C. Couloumbis 64384f85dc rb532: don't use bridge by default
SVN-Revision: 20238
2010-03-16 08:26:50 +00:00

13 lines
270 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 eth2
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0