Renaming Sentinel to Vigilia; adjusting scripts; adding brctl option in menuconfig...
[lede.git] / vigilia_setup / config / network
1
2 config interface 'loopback'
3         option ifname 'lo'
4         option proto 'static'
5         option ipaddr '127.0.0.1'
6         option netmask '255.0.0.0'
7
8 config globals 'globals'
9         option ula_prefix 'fd81:cbe9:83e5::/48'
10
11 config interface 'lan'
12         option ifname 'eth0'
13         option proto 'static'
14         option ipaddr '128.195.204.94'
15         option netmask '255.255.254.0'
16         option gateway '128.195.204.1'
17         option dns '128.200.192.202 128.200.1.201'
18         #option ip6assign '60'
19
20 config interface 'wifi'
21         option type 'bridge'
22         option ifname 'eth1'
23         option proto 'static'
24         option ipaddr '192.168.1.1'
25         option netmask '255.255.255.0'
26
27 #config interface 'wan'
28 #       option ifname 'eth0'
29 #       option proto 'dhcp'
30
31 #config interface 'wan6'
32 #       option ifname 'eth0'
33 #       option proto 'dhcpv6'
34
35 config switch
36         option name 'switch0'
37         option reset '1'
38         option enable_vlan '1'
39
40 config switch_vlan
41         option device 'switch0'
42         option vlan '1'
43         option ports '1 2 3 4 6'
44
45 config switch_vlan
46         option device 'switch0'
47         option vlan '2'
48         option ports '5 0'
49