Howto/Backbone-Client

Aus Freifunk MWU Wiki
Zur Navigation springen Zur Suche springen

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'