summaryrefslogtreecommitdiff
path: root/files/etc/config/network
blob: c2cd550cbcbacd9752a09ad12fcd23f320d3b6a4 (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
30
31
32
33
34
35
36
37
38
39
40
config 'interface' 'loopback'
        option 'ifname' 'lo'
        option 'proto' 'static'
        option 'ipaddr' '127.0.0.1'
        option 'netmask' '255.0.0.0'
config 'interface' 'mesh'
        option 'type' 'bridge'
        option 'ifname' 'bat0 ath0 eth0.1'

config 'interface' 'lan'
	option 'type' 'bridge'
	option 'proto' 'static'
	option 'ipaddr' '192.168.1.1'
	option 'netmask' '255.255.255.0'
	option 'ifname' 'eth0.2'
	
config 'switch' 'eth0'
	option 'name' 'eth0'
	option 'reset' '1'
	option 'enable_vlan' '1'

config 'switch_vlan' 'eth0_1'
	option 'device' 'eth0'
	option 'vlan' '1'
	option 'ports' '2 3 5t'
	
config 'switch_vlan' 'eth0_2'
        option 'device' 'eth0'            
        option 'vlan' '2'               
        option 'ports' '0 1 5t'   
        
config 'switch_vlan' 'eth0_3'
	option 'device' 'eth0'
	option 'vlan' '3'
	option 'ports' '4 5t'

config 'interface' 'wan'
	option 'ifname' 'eth0.3'
	option 'proto' 'dhcp'
	option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8'
contact: Jan Huwald // Impressum