VLAN41 hinzugefuegt
This commit is contained in:
parent
103abf1bdd
commit
6ad9cfa227
|
@ -57,11 +57,11 @@ config interface 'eingang'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'switch0'
|
option device 'switch0'
|
||||||
option vlan '39'
|
option vlan '38'
|
||||||
option ports '4t 0t'
|
option ports '4t 0t'
|
||||||
|
|
||||||
config interface 'bierfass'
|
config interface 'schanzenstern'
|
||||||
option ifname 'eth1.39'
|
option ifname 'eth1.38'
|
||||||
option macaddr 'de:ad:be:ef:90:01'
|
option macaddr 'de:ad:be:ef:90:01'
|
||||||
option proto 'gluon_mesh'
|
option proto 'gluon_mesh'
|
||||||
option fixed_mtu '1'
|
option fixed_mtu '1'
|
||||||
|
@ -69,17 +69,30 @@ config interface 'bierfass'
|
||||||
option igmp_snooping '0'
|
option igmp_snooping '0'
|
||||||
|
|
||||||
config switch_vlan
|
config switch_vlan
|
||||||
option device 'switch0'
|
option device 'switch0'
|
||||||
option vlan '38'
|
option vlan '39'
|
||||||
option ports '4t 0t'
|
option ports '4t 0t'
|
||||||
|
|
||||||
config interface 'schanzenstern'
|
config interface 'bierfass'
|
||||||
option ifname 'eth1.38'
|
option ifname 'eth1.39'
|
||||||
option macaddr 'de:ad:be:ef:90:02'
|
option macaddr 'de:ad:be:ef:90:02'
|
||||||
option proto 'gluon_mesh'
|
option proto 'gluon_mesh'
|
||||||
option fixed_mtu '1'
|
option fixed_mtu '1'
|
||||||
option transitive '1'
|
option transitive '1'
|
||||||
option igmp_snooping '0'
|
option igmp_snooping '0'
|
||||||
|
|
||||||
|
config switch_vlan
|
||||||
|
option device 'switch0'
|
||||||
|
option vlan '41'
|
||||||
|
option ports '4t 0t'
|
||||||
|
|
||||||
|
config interface 'aale'
|
||||||
|
option ifname 'eth1.41'
|
||||||
|
option macaddr 'de:ad:be:ef:90:03'
|
||||||
|
option proto 'gluon_mesh'
|
||||||
|
option fixed_mtu '1'
|
||||||
|
option transitive '1'
|
||||||
|
option igmp_snooping '0'
|
||||||
|
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option igmp_snooping '1'
|
option igmp_snooping '1'
|
||||||
|
@ -109,6 +122,7 @@ config interface 'mesh_wan'
|
||||||
option index '0'
|
option index '0'
|
||||||
option proto 'gluon_wired'
|
option proto 'gluon_wired'
|
||||||
option disabled '1'
|
option disabled '1'
|
||||||
|
option vxlan '0'
|
||||||
|
|
||||||
config interface 'mesh_lan'
|
config interface 'mesh_lan'
|
||||||
option igmp_snooping '0'
|
option igmp_snooping '0'
|
||||||
|
@ -118,6 +132,7 @@ config interface 'mesh_lan'
|
||||||
option index '4'
|
option index '4'
|
||||||
option proto 'gluon_wired'
|
option proto 'gluon_wired'
|
||||||
option disabled '1'
|
option disabled '1'
|
||||||
|
option vxlan '0'
|
||||||
|
|
||||||
config interface 'mesh_vpn'
|
config interface 'mesh_vpn'
|
||||||
option ifname 'mesh-vpn'
|
option ifname 'mesh-vpn'
|
||||||
|
@ -165,6 +180,7 @@ config interface 'local_node'
|
||||||
option proto 'static'
|
option proto 'static'
|
||||||
|
|
||||||
config interface 'gluon_bat0'
|
config interface 'gluon_bat0'
|
||||||
|
option gw_mode 'client'
|
||||||
option proto 'gluon_bat0'
|
option proto 'gluon_bat0'
|
||||||
|
|
||||||
config interface 'bat0'
|
config interface 'bat0'
|
||||||
|
|
Loading…
Reference in a new issue