VLANs angepasst. Moewe hinzugefuegt

This commit is contained in:
Andre Schmidt 2020-03-09 16:51:05 +01:00
commit 87e6bc0b39
4 changed files with 312 additions and 121 deletions

View file

@ -14,6 +14,7 @@ config interface 'wan6'
option ifname 'br-wan'
option ip6table '1'
option peerdns '0'
option reqprefix 'no'
config switch
option name 'switch0'
@ -31,54 +32,54 @@ config switch_vlan
option ports '5 6'
config switch_vlan
option device 'switch0'
option vlan '5'
option ports '4t 0t'
option device 'switch0'
option vlan '5'
option ports '4t 0t'
config interface 'wartung'
option proto 'static'
option ifname 'eth1.5'
option ipaddr '192.168.112.19'
option netmask '255.255.255.0'
option proto 'static'
option ifname 'eth1.5'
option ipaddr '192.168.112.19'
option netmask '255.255.255.0'
config switch_vlan
option device 'switch0'
option vlan '10'
option ports '4t 0t'
config switch_vlan
option device 'switch0'
option vlan '10'
option ports '4t 0t'
config interface 'eingang'
option ifname 'eth1.10'
option macaddr 'de:ad:be:ef:90:00'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
option ifname 'eth1.10'
option macaddr 'de:ad:be:ef:90:00'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
config switch_vlan
option device 'switch0'
option vlan '37'
option ports '4t 0t'
config interface 'bierfass'
option ifname 'eth1.37'
option macaddr 'de:ad:be:ef:90:01'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
config switch_vlan
option device 'switch0'
option vlan '39'
option ports '4t 0t'
config switch_vlan
option device 'switch0'
option vlan '38'
option ports '4t 0t'
config interface 'schanzenstern'
option ifname 'eth1.38'
option macaddr 'de:ad:be:ef:90:02'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
config interface 'bierfass'
option ifname 'eth1.39'
option macaddr 'de:ad:be:ef:90:01'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
config switch_vlan
option device 'switch0'
option vlan '38'
option ports '4t 0t'
config interface 'schanzenstern'
option ifname 'eth1.38'
option macaddr 'de:ad:be:ef:90:02'
option proto 'gluon_mesh'
option fixed_mtu '1'
option transitive '1'
option igmp_snooping '0'
config interface 'wan'
option igmp_snooping '1'
@ -102,30 +103,38 @@ config route6 'wan6_unreachable'
option gateway '::'
option interface 'loopback'
config interface 'mesh_radio0'
option proto 'gluon_mesh'
config interface 'mesh_wan'
option ifname 'br-wan'
option auto '0'
option transitive '1'
option fixed_mtu '1'
option proto 'gluon_mesh'
option index '0'
option proto 'gluon_wired'
option disabled '1'
config interface 'mesh_lan'
option igmp_snooping '0'
option ifname 'eth1'
option transitive '1'
option macaddr 'ea:f8:c6:2d:35:74'
option index '4'
option proto 'gluon_wired'
option disabled '1'
config interface 'mesh_vpn'
option ifname 'mesh-vpn'
option transitive '1'
option mtu '1312'
option macaddr 'ea:f8:c6:2d:35:77'
option fixed_mtu '1'
option proto 'gluon_mesh'
option type 'bridge'
option auto '0'
option macaddr 'ea:f8:c6:2d:35:74'
config interface 'mesh_radio0'
option proto 'gluon_mesh'
config interface 'client'
option igmp_snooping '1'
option type 'bridge'
option auto '1'
option ra_holdoff '30'
option multicast_querier '1'
option macaddr '14:cc:20:4d:3d:82'
list ifname 'eth1'
@ -135,7 +144,7 @@ config interface 'client'
option keep_ra_dnslifetime '1'
option sourcefilter '0'
option peerdns '1'
option robustness '3'
option robustness '9'
option reqprefix 'no'
option query_interval '2000'
option query_response_interval '500'
@ -171,11 +180,3 @@ config route6 'local_node_route6'
option gateway '::'
option interface 'client'
config interface 'mesh_vpn'
option ifname 'mesh-vpn'
option transitive '1'
option mtu '1312'
option macaddr 'ea:f8:c6:2d:35:77'
option fixed_mtu '1'
option proto 'gluon_mesh'