VLANs angepasst. Moewe hinzugefuegt
This commit is contained in:
parent
330c1776bc
commit
87e6bc0b39
4 changed files with 312 additions and 121 deletions
|
@ -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'
|
||||
|
@ -44,28 +45,28 @@ config interface 'bierhahn'
|
|||
option igmp_snooping '0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 3t'
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'wartung'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.59'
|
||||
option netmask '255.255.255.0'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.59'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config switch_vlan
|
||||
option device 'switch0'
|
||||
option vlan '37'
|
||||
option ports '0t 3t'
|
||||
|
||||
option device 'switch0'
|
||||
option vlan '39'
|
||||
option ports '0t 3t'
|
||||
|
||||
config interface 'cko'
|
||||
option ifname 'eth0.37'
|
||||
option macaddr 'de:ad:be:ef:91:41'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
option ifname 'eth0.39'
|
||||
option macaddr 'de:ad:be:ef:91:41'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
|
@ -91,20 +92,20 @@ config route6 'wan6_unreachable'
|
|||
|
||||
config interface 'mesh_wan'
|
||||
option ifname 'br-wan'
|
||||
option auto '1'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option index '0'
|
||||
option proto 'gluon_wired'
|
||||
option disabled '0'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'mesh_lan'
|
||||
option auto '0'
|
||||
option mesh 'bat0'
|
||||
option igmp_snooping '0'
|
||||
option transitive '1'
|
||||
option fixed_mtu '1'
|
||||
option proto 'gluon_mesh'
|
||||
option type 'bridge'
|
||||
option macaddr 'b2:ad:e3:cc:8f:8c'
|
||||
option ifname 'eth0.1'
|
||||
option index '4'
|
||||
option proto 'gluon_wired'
|
||||
option disabled '1'
|
||||
|
||||
config interface 'mesh_vpn'
|
||||
option ifname 'mesh-vpn'
|
||||
|
@ -126,6 +127,7 @@ config interface 'client'
|
|||
option igmp_snooping '1'
|
||||
option type 'bridge'
|
||||
option auto '1'
|
||||
option ra_holdoff '30'
|
||||
option multicast_querier '1'
|
||||
option macaddr 'f8:1a:67:5a:a3:e7'
|
||||
list ifname 'bat0'
|
||||
|
@ -135,7 +137,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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue