aboutsummaryrefslogtreecommitdiffstats
path: root/packages/netbase/netbase/wrt54/interfaces
blob: 5925aa02944b3dc7d3afc2d2f3fc4bfe034fbc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# loopback interface
auto lo
iface lo inet loopback

# ethernet interface
auto eth0
iface eth0 inet static
	address 192.168.1.1
	netmask 255.255.255.0

# wireless interface
auto eth1
iface eth1 inet static
	wireless_mode master
	wireless_essid wrt
	address 192.168.0.1
	netmask 255.255.255.0