network configs aktualisiert für firmware 0.8.2 und überflüssige, da persistente, configs entfernt
This commit is contained in:
parent
2e5c11c526
commit
9ec7c69dcd
29 changed files with 853 additions and 1342 deletions
|
@ -13,6 +13,7 @@ config interface 'wan6'
|
|||
option ifname 'br-wan'
|
||||
option ip6table '1'
|
||||
option peerdns '0'
|
||||
option sourcefilter '0'
|
||||
|
||||
config switch
|
||||
option name 'switch0'
|
||||
|
@ -30,36 +31,36 @@ config switch_vlan
|
|||
option ports '0t 1'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '29'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
option vlan '29'
|
||||
option ports '0t 2t'
|
||||
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.41'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan29'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option proto 'batadv'
|
||||
option mesh 'bat0'
|
||||
option ifname 'eth0.29'
|
||||
option macaddr 'de:ad:be:ef:90:80'
|
||||
config interface 'vlan5'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.41'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config interface 'vlan29'
|
||||
option ifname 'eth0.29'
|
||||
option macaddr 'de:ad:be:ef:90:80'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
option peerdns '0'
|
||||
option type 'bridge'
|
||||
option proto 'dhcp'
|
||||
option macaddr 'fa:1b:67:a5:f8:ee'
|
||||
option multicast_querier '0'
|
||||
option macaddr 'ce:fd:ec:cc:48:00'
|
||||
|
||||
config rule6 'wan6_lookup'
|
||||
option mark '0x01/0x01'
|
||||
|
@ -77,45 +78,56 @@ config interface 'client'
|
|||
option reqprefix 'no'
|
||||
option proto 'dhcpv6'
|
||||
option type 'bridge'
|
||||
option igmp_snooping '0'
|
||||
option macaddr 'f8:1a:67:a5:f8:ee'
|
||||
option peerdns '1'
|
||||
option ifname 'bat0'
|
||||
list ifname 'bat0'
|
||||
option robustness '3'
|
||||
option query_interval '2000'
|
||||
option query_response_interval '500'
|
||||
option sourcefilter '0'
|
||||
|
||||
config interface 'mesh_wan'
|
||||
option auto '0'
|
||||
option ifname 'br-wan'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option ifname 'eth0.1'
|
||||
option macaddr 'fa:1b:68:a5:f8:ee'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option auto '1'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option macaddr 'ce:fd:ec:cc:48:04'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
option mesh_no_rebroadcast '1'
|
||||
option macaddr 'fa:1e:67:a5:f8:ee'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option transitive '1'
|
||||
option macaddr 'ce:fd:ec:cc:48:07'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'ibss_radio0'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'ibss_radio1'
|
||||
option proto 'gluon_mesh'
|
||||
|
||||
config interface 'bat0'
|
||||
option multicast_router '2'
|
||||
option ifname 'bat0'
|
||||
option macaddr 'f8:1a:67:a5:f8:ee'
|
||||
option learning '0'
|
||||
option proto 'none'
|
||||
|
||||
config interface 'mesh_radio0'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
|
||||
config interface 'mesh_radio1'
|
||||
option mesh 'bat0'
|
||||
option proto 'batadv'
|
||||
option mtu '1528'
|
||||
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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue