VLAN 11 fuer moewe-zugvoegel hinzugefuegt
This commit is contained in:
parent
e631b392cc
commit
d1a481399c
|
@ -42,6 +42,19 @@ config interface 'wartung'
|
||||||
option ipaddr '192.168.112.73'
|
option ipaddr '192.168.112.73'
|
||||||
option netmask '255.255.255.0'
|
option netmask '255.255.255.0'
|
||||||
|
|
||||||
|
config switch_vlan
|
||||||
|
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 switch_vlan
|
config switch_vlan
|
||||||
option vlan '35'
|
option vlan '35'
|
||||||
option ports '0t 2t'
|
option ports '0t 2t'
|
||||||
|
@ -68,7 +81,6 @@ config interface 'gleis4a'
|
||||||
option transitive '1'
|
option transitive '1'
|
||||||
option igmp_snooping '0'
|
option igmp_snooping '0'
|
||||||
|
|
||||||
|
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option igmp_snooping '1'
|
option igmp_snooping '1'
|
||||||
option ifname 'eth0.2'
|
option ifname 'eth0.2'
|
||||||
|
@ -156,6 +168,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