Update network auf 0.8.5
This commit is contained in:
parent
101025d6de
commit
64c6c395da
13 changed files with 214 additions and 252 deletions
|
@ -101,17 +101,17 @@ config interface 'doormann22'
|
|||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '34'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'hafen122'
|
||||
option ifname 'eth0.34'
|
||||
option macaddr 'de:ad:be:ef:90:55'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
config switch_vlan
|
||||
option vlan '34'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'hafen122'
|
||||
option ifname 'eth0.34'
|
||||
option macaddr 'de:ad:be:ef:90:55'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
|
@ -140,12 +140,12 @@ config interface 'client'
|
|||
option type 'bridge'
|
||||
option macaddr 'f8:1a:67:ca:92:24'
|
||||
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 auto '0'
|
||||
|
@ -173,23 +173,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 'f8:1a:67:ca:92:24'
|
||||
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'
|
||||
|
@ -198,13 +194,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