Update network auf 0.8.5

This commit is contained in:
4ndr3 2017-12-04 23:03:46 +01:00
parent 64c6c395da
commit 5106a640e5
3 changed files with 84 additions and 86 deletions

View file

@ -0,0 +1,7 @@
config mesh 'bat0'
option gw_mode 'client'
option orig_interval '5000'
option hop_penalty '5'
option multicast_mode '0'

View file

@ -220,13 +220,13 @@ config interface 'client'
option reqprefix 'no' option reqprefix 'no'
option macaddr 'f8:1a:67:d8:df:d2' option macaddr 'f8:1a:67:d8:df:d2'
option peerdns '1' option peerdns '1'
list ifname 'eth0.1'
list ifname 'eth0.6'
list ifname 'bat0'
option robustness '3' option robustness '3'
option query_interval '2000' option query_interval '2000'
option query_response_interval '500' option query_response_interval '500'
option sourcefilter '0' option sourcefilter '0'
list ifname 'eth0.1'
list ifname 'eth0.6'
list ifname 'bat0'
config interface 'mesh_vpn' config interface 'mesh_vpn'
option ifname 'mesh-vpn' option ifname 'mesh-vpn'
@ -278,23 +278,19 @@ config interface 'mesh_lan'
option type 'bridge' option type 'bridge'
option macaddr 'c2:0d:9f:de:d0:94' option macaddr 'c2:0d:9f:de:d0:94'
config interface 'ibss_radio0' config interface 'mesh_radio0'
option proto 'gluon_mesh' option proto 'gluon_mesh'
config interface 'ibss_radio1' config interface 'mesh_radio1'
option proto 'gluon_mesh' option proto 'gluon_mesh'
config interface 'bat0' config interface 'bat0'
option multicast_router '2' option multicast_router '2'
option ifname 'bat0' option ifname 'bat0'
option macaddr 'f8:1a:67:d8:df:d2' option macaddr 'f8:1a:67:d8:df:d2'
option learning '0' option learning '1'
option proto 'none' option proto 'none'
config interface 'client_lan'
option unicast_flood '0'
option ifname 'eth0.1'
config device 'local_node_dev' config device 'local_node_dev'
option macaddr '16:41:95:40:f7:dc' option macaddr '16:41:95:40:f7:dc'
option ifname 'br-client' option ifname 'br-client'
@ -303,13 +299,13 @@ config device 'local_node_dev'
config interface 'local_node' config interface 'local_node'
option ifname 'local-node' option ifname 'local-node'
option ipaddr '10.112.0.1' option ipaddr '10.112.96.1'
option ip6addr '2a03:2267::1/128' option ip6addr '2a03:2267:2::1/128'
option netmask '255.255.192.0' option netmask '255.255.224.0'
option proto 'static' option proto 'static'
config route6 'local_node_route6' config route6 'local_node_route6'
option target '2a03:2267::/64' option target '2a03:2267:2::/64'
option gateway '::' option gateway '::'
option interface 'client' option interface 'client'

View file

@ -54,7 +54,6 @@ config interface 'wartung'
option ipaddr '192.168.112.18' option ipaddr '192.168.112.18'
option netmask '255.255.255.0' option netmask '255.255.255.0'
config interface 'wan' config interface 'wan'
option ifname 'eth0' option ifname 'eth0'
option multicast_querier '0' option multicast_querier '0'
@ -76,9 +75,6 @@ config route6 'wan6_unreachable'
option gateway '::' option gateway '::'
option interface 'loopback' option interface 'loopback'
config interface 'ibss_radio0'
option proto 'gluon_mesh'
config interface 'mesh_wan' config interface 'mesh_wan'
option ifname 'br-wan' option ifname 'br-wan'
option auto '0' option auto '0'
@ -108,17 +104,6 @@ config interface 'client'
option sourcefilter '0' option sourcefilter '0'
list ifname 'bat0' list ifname 'bat0'
config interface 'bat0'
option multicast_router '2'
option ifname 'bat0'
option macaddr 'ec:08:6b:3f:d3:78'
option learning '0'
option proto 'none'
config interface 'client_lan'
option unicast_flood '0'
option ifname 'eth1'
config interface 'mesh_vpn' config interface 'mesh_vpn'
option ifname 'mesh-vpn' option ifname 'mesh-vpn'
option transitive '1' option transitive '1'
@ -126,6 +111,16 @@ config interface 'mesh_vpn'
option fixed_mtu '1' option fixed_mtu '1'
option proto 'gluon_mesh' option proto 'gluon_mesh'
config interface 'mesh_radio0'
option proto 'gluon_mesh'
config interface 'bat0'
option multicast_router '2'
option ifname 'bat0'
option macaddr 'ec:08:6b:3f:d3:78'
option learning '1'
option proto 'none'
config device 'local_node_dev' config device 'local_node_dev'
option macaddr '16:41:95:40:f7:dc' option macaddr '16:41:95:40:f7:dc'
option ifname 'br-client' option ifname 'br-client'
@ -134,13 +129,13 @@ config device 'local_node_dev'
config interface 'local_node' config interface 'local_node'
option ifname 'local-node' option ifname 'local-node'
option ipaddr '10.112.0.1' option ipaddr '10.112.96.1'
option ip6addr '2a03:2267::1/128' option ip6addr '2a03:2267:2::1/128'
option netmask '255.255.192.0' option netmask '255.255.224.0'
option proto 'static' option proto 'static'
config route6 'local_node_route6' config route6 'local_node_route6'
option target '2a03:2267::/64' option target '2a03:2267:2::/64'
option gateway '::' option gateway '::'
option interface 'client' option interface 'client'