artfiles-chemnitz03 hinzugefügt

This commit is contained in:
4ndr3 2016-02-16 22:35:58 +01:00
commit 52b3052171
2 changed files with 147 additions and 0 deletions

View file

@ -39,6 +39,11 @@ config switch_vlan
option vlan '26'
option ports '0t 5t'
config switch_vlan
option device 'switch0'
option vlan '29'
option ports '0t 5t'
config interface 'vlan5'
option proto 'static'
option ifname 'eth0.5'
@ -51,6 +56,12 @@ config interface 'vlan26'
option ifname 'eth0.26'
option macaddr 'de:ad:be:ef:90:70'
config interface 'vlan29'
option proto 'batadv'
option mesh 'bat0'
option ifname 'eth0.29'
option macaddr 'de:ad:be:ef:90:71'
config interface 'wan'
option igmp_snooping '0'
option ifname 'eth0.2'