openwrt/openwrt/package/base-files/x86-2.4/etc/config/network

14 lines
244 B
Plaintext
Raw Normal View History

# Copyright (C) 2006 OpenWrt.org
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