Adjusting setup files to the most up-to-date.
[lede.git] / sentinel_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 proto 'static'
23         option ipaddr '192.168.1.1'
24         option netmask '255.255.255.0'
25
26 #config interface 'wan'
27 #       option ifname 'eth0'
28 #       option proto 'dhcp'
29
30 #config interface 'wan6'
31 #       option ifname 'eth0'
32 #       option proto 'dhcpv6'
33
34 config switch
35         option name 'switch0'
36         option reset '1'
37         option enable_vlan '1'
38
39 config switch_vlan
40         option device 'switch0'
41         option vlan '1'
42         option ports '1 2 3 4 6'
43
44 config switch_vlan
45         option device 'switch0'
46         option vlan '2'
47         option ports '5 0'
48