ar71xx: reclaim the 'user_property' partition on WHR-* boards
[openwrt.git] / target / linux / x86 / alix2 / base-files / etc / config / network
1 # Copyright (C) 2011 OpenWrt.org
2
3 config interface loopback
4 option ifname lo
5 option proto static
6 option ipaddr 127.0.0.1
7 option netmask 255.0.0.0
8
9 # N.B. the labels on the Netgate boxes actually reverse the LAN and WAN
10 # port markings.
11 config interface lan
12 option ifname eth1
13 option type bridge
14 option proto static
15 option ipaddr 192.168.1.1
16 option netmask 255.255.255.0
17
18 config interface wan
19 option ifname eth0
20 option proto dhcp
This page took 0.04341 seconds and 5 git commands to generate.