Howto/Backbone-Client: Unterschied zwischen den Versionen
< Howto
Zur Navigation springen
Zur Suche springen
Knirps (Diskussion | Beiträge) (Die Seite wurde geleert.) |
Knirps (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| + | == VLAN Einrichtung auf einem WD841 == | ||
| + | === Setzen einer bezeichnung fuer das untagged VLAN === | ||
| + | |||
| + | |||
| + | config switch_vlan | ||
| + | option device 'switch0' | ||
| + | option vlan '1' | ||
| + | option ports '0 1 2 3 4' | ||
| + | |||
| + | |||
| + | config switch_vlan 'default' | ||
| + | option device 'switch0' | ||
| + | option vlan '1' | ||
| + | option ports '0 1 2 3 4' | ||
| + | |||
| + | |||
| + | config switch_vlan 'batman_vlan5' | ||
| + | option device 'switch0' | ||
| + | option vlan '5' | ||
| + | option ports '0t 1t 2t 3t 4t' | ||
| + | |||
| + | config interface 'mesh_vlan5' | ||
| + | option ifname 'eth1.5' | ||
| + | option mesh 'bat0' | ||
| + | option proto 'batadv' | ||
| + | option auto '1' | ||
| + | |||
| + | config interface 'client' | ||
| + | option reqprefix 'no' | ||
| + | option ifname 'eth1.1 bat0' | ||
| + | option proto 'dhcpv6' | ||
| + | option type 'bridge' | ||
| + | option igmp_snooping '0' | ||
| + | option macaddr 'a0:f3:c1:b3:9b:56' | ||
| + | option peerdns '1' | ||
Version vom 22. Februar 2015, 19:22 Uhr
VLAN Einrichtung auf einem WD841
Setzen einer bezeichnung fuer das untagged VLAN
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 4'
config switch_vlan 'default'
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 4'
config switch_vlan 'batman_vlan5'
option device 'switch0'
option vlan '5'
option ports '0t 1t 2t 3t 4t'
config interface 'mesh_vlan5'
option ifname 'eth1.5'
option mesh 'bat0'
option proto 'batadv'
option auto '1'
config interface 'client'
option reqprefix 'no'
option ifname 'eth1.1 bat0'
option proto 'dhcpv6'
option type 'bridge'
option igmp_snooping '0'
option macaddr 'a0:f3:c1:b3:9b:56'
option peerdns '1'