vlans benannt und vlan hafen122 hinzugefuegt
This commit is contained in:
parent
b7957f7979
commit
2aeb2622a6
|
@ -35,7 +35,7 @@ config switch_vlan
|
|||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'vlan5'
|
||||
config interface 'wartung'
|
||||
option proto 'static'
|
||||
option ifname 'eth0.5'
|
||||
option ipaddr '192.168.112.24'
|
||||
|
@ -94,13 +94,25 @@ config switch_vlan
|
|||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'vlan25'
|
||||
config interface 'doormann22'
|
||||
option ifname 'eth0.25'
|
||||
option macaddr 'de:ad:be:ef:90:51'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config switch_vlan
|
||||
option vlan '34'
|
||||
option ports '0t 2t'
|
||||
option device 'switch0'
|
||||
|
||||
config interface 'hafen122'
|
||||
option ifname 'eth0.34'
|
||||
option macaddr 'de:ad:be:ef:90:55'
|
||||
option proto 'gluon_mesh'
|
||||
option fixed_mtu '1'
|
||||
option transitive '1'
|
||||
|
||||
config interface 'wan'
|
||||
option ifname 'eth0.2'
|
||||
option auto '1'
|
||||
|
|
Loading…
Reference in a new issue