Update network auf 0.8.5
This commit is contained in:
parent
101025d6de
commit
64c6c395da
13 changed files with 214 additions and 252 deletions
|
@ -45,6 +45,11 @@ config switch_vlan
|
|||
option vlan '11'
|
||||
option ports '0t 4t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '7'
|
||||
option ports '0t 4t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '32'
|
||||
|
@ -76,7 +81,7 @@ config interface 'vlan11'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'vlan32'
|
||||
option ifname 'eth1.32'
|
||||
|
@ -84,7 +89,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 'vlan33'
|
||||
option ifname 'eth1.33'
|
||||
|
@ -92,7 +97,15 @@ config interface 'vlan33'
|
|||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'vlan7'
|
||||
option ifname 'eth1.7'
|
||||
option macaddr 'de:ad:be:ef:90:c3'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config rule6 'wan6_lookup'
|
||||
option mark '0x01/0x01'
|
||||
|
@ -113,12 +126,12 @@ config interface 'client'
|
|||
option reqprefix 'no'
|
||||
option peerdns '1'
|
||||
option sourcefilter '0'
|
||||
list ifname 'eth1.1'
|
||||
list ifname 'eth1.6'
|
||||
list ifname 'bat0'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
list ifname 'eth1.1'
|
||||
list ifname 'eth1.6'
|
||||
list ifname 'bat0'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
|
@ -146,20 +159,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 'f4:f2:6d:2a:16:3c'
|
||||
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'
|
||||
|
@ -168,13 +177,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