Update network auf 0.8.5
This commit is contained in:
parent
101025d6de
commit
64c6c395da
13 changed files with 214 additions and 252 deletions
|
@ -52,7 +52,7 @@ config interface 'vlan10'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
|
@ -65,7 +65,7 @@ config interface 'vlan11'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
|
@ -78,7 +78,7 @@ config interface 'vlan21'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
|
@ -91,7 +91,7 @@ config interface 'vlan31'
|
|||
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'
|
||||
|
@ -121,11 +121,11 @@ config interface 'client'
|
|||
option reqprefix 'no'
|
||||
option peerdns '1'
|
||||
option sourcefilter '0'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth1.1'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
list ifname 'bat0'
|
||||
list ifname 'eth1.1'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
|
@ -153,20 +153,16 @@ 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 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'ec:08:6b:a4:d0:76'
|
||||
option learning '0'
|
||||
option learning '1'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'client_lan'
|
||||
option unicast_flood '0'
|
||||
option ifname 'eth1'
|
||||
|
||||
config device 'local_node_dev'
|
||||
option macaddr '16:41:95:40:f7:dc'
|
||||
option ifname 'br-client'
|
||||
|
@ -175,13 +171,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