VLAN 11 fuer moewe-zugvoegel hinzugefuegt
This commit is contained in:
parent
e631b392cc
commit
d1a481399c
|
@ -32,42 +32,54 @@ config switch_vlan
|
|||
option ports '1 0t'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
option vlan '5'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'wartung'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.73'
|
||||
option netmask '255.255.255.0'
|
||||
config interface 'wartung'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.73'
|
||||
option netmask '255.255.255.0'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '35'
|
||||
option vlan '11'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'moewezugvoegel'
|
||||
option ifname 'eth0.11'
|
||||
option macaddr 'de:ad:be:ef:91:52'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'fux'
|
||||
option ifname 'eth0.35'
|
||||
option macaddr 'de:ad:be:ef:91:50'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
config switch_vlan
|
||||
option vlan '35'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '37'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
config interface 'fux'
|
||||
option ifname 'eth0.35'
|
||||
option macaddr 'de:ad:be:ef:91:50'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'gleis4a'
|
||||
option ifname 'eth0.37'
|
||||
option macaddr 'de:ad:be:ef:91:51'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
config switch_vlan
|
||||
option vlan '37'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'gleis4a'
|
||||
option ifname 'eth0.37'
|
||||
option macaddr 'de:ad:be:ef:91:51'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
option igmp_snooping '0'
|
||||
|
||||
config interface 'wan'
|
||||
option igmp_snooping '1'
|
||||
|
@ -156,6 +168,7 @@ config interface 'local_node'
|
|||
option proto 'static'
|
||||
|
||||
config interface 'gluon_bat0'
|
||||
option gw_mode 'client'
|
||||
option proto 'gluon_bat0'
|
||||
|
||||
config interface 'bat0'
|
||||
|
|
Loading…
Reference in a new issue