summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/config/network
blob: c15fdd81b33884db20927c0d0fab993ebeb5243f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2008 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 type     bridge
        option ifname   eth1
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
        option nat      1

config interface wan
	option ifname	eth0
	option proto	dhcp