aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase/netbase/mtx-2/interfaces
blob: a7c6da575219540eee39c376e0cbe5610c95be02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
 
# The loopback interface
auto lo
iface lo inet loopback

# Ethernet
auto eth0
iface eth0 inet dhcp

# wlan interface 1 for clients
auto wlan0
iface wlan0 inet static
	address 10.0.0.1
	netmask 255.0.0.0
	wireless_mode master
	wireless_essid cube-ap
	wireless_channel 1
	
# wlan interface 2 for mesh
auto wlan1
iface wlan1 inet static
	address 172.16.0.1
	netmask 255.240.0.0
	broadcast 172.31.255.255
	wireless_mode ad-hoc
	wireless_essid cube-mesh
	wireless_channel 11
	wireless_rts 250