Root/target/linux/x86/alix2/base-files/etc/config/network

1# Copyright (C) 2011 OpenWrt.org
2
3config 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.
11config 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
18config interface wan
19    option ifname eth0
20    option proto dhcp
21

Archive Download this file



interactive