Update network auf 0.8.5
This commit is contained in:
parent
101025d6de
commit
64c6c395da
13 changed files with 214 additions and 252 deletions
|
@ -67,7 +67,7 @@ config interface 'vlan26'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'vlan29'
|
||||
option ifname 'eth0.29'
|
||||
|
@ -75,7 +75,7 @@ config interface 'vlan29'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'vlan32'
|
||||
option ifname 'eth0.32'
|
||||
|
@ -83,7 +83,7 @@ config interface 'vlan32'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
|
@ -112,12 +112,12 @@ config interface 'client'
|
|||
option type 'bridge'
|
||||
option macaddr 'e8:94:f6:cd:6d:46'
|
||||
option peerdns '1'
|
||||
list ifname 'eth0.1'
|
||||
list ifname 'bat0'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option sourcefilter '0'
|
||||
list ifname 'eth0.1'
|
||||
list ifname 'bat0'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option ifname 'br-wan'
|
||||
|
@ -144,23 +144,19 @@ config interface 'mesh_vpn'
|
|||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'ibss_radio0'
|
||||
config interface 'mesh_radio0'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'ibss_radio1'
|
||||
config interface 'mesh_radio1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'e8:94:f6:cd:6d:46'
|
||||
option learning '0'
|
||||
option learning '1'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'client_lan'
|
||||
option unicast_flood '0'
|
||||
option ifname 'eth0.1'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option ifname 'br-client'
|
||||
|
@ -169,13 +165,13 @@ config device 'local_node_dev'
|
|||
|
||||
config interface 'local_node'
|
||||
option ifname 'local-node'
|
||||
option ipaddr '10.112.0.1'
|
||||
option ip6addr '2a03:2267::1/128'
|
||||
option netmask '255.255.192.0'
|
||||
option ipaddr '10.112.96.1'
|
||||
option ip6addr '2a03:2267:2::1/128'
|
||||
option netmask '255.255.224.0'
|
||||
option proto 'static'
|
||||
|
||||
config route6 'local_node_route6'
|
||||
option target '2a03:2267::/64'
|
||||
option target '2a03:2267:2::/64'
|
||||
option gateway '::'
|
||||
option interface 'client'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue