Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 87: Zeile 87:     
Nun wird das VLAN3 der Client-Bridge hinzugefügt und das alte Untagged-Interface (in diesem Fall eth0) wird entfernt:
 
Nun wird das VLAN3 der Client-Bridge hinzugefügt und das alte Untagged-Interface (in diesem Fall eth0) wird entfernt:
  −
Bis Gluon 0.2
  −
  −
  config interface 'client'
  −
        option reqprefix 'no'
  −
        option ifname 'bat0 eth0.3'
  −
        option proto 'dhcpv6'
  −
        option type 'bridge'
  −
        option igmp_snooping '0'
  −
        option macaddr 'xx:xx:xx:xx:xx:xx'  # hier korrekte und netzweit eindeutige MAC einsetzen
  −
        option peerdns '1'
  −
  −
Ab Gluon Version 0.3 gibt es eine kleine Syntax-Änderung. ( es dürfen keine zwei Interfaces hinter "IFNAME" stehen)
      
   config interface 'client'
 
   config interface 'client'
Zeile 108: Zeile 95:  
         option type 'bridge'
 
         option type 'bridge'
 
         option igmp_snooping '0'
 
         option igmp_snooping '0'
         option macaddr 'xx:xx:xx:xx:xx:xx'   # hier korrekte und netzweit eindeutige MAC einsetzen
+
         option macaddr 'xx:xx:xx:xx:xx:xx'
 
         option peerdns '1'
 
         option peerdns '1'
   Zeile 116: Zeile 103:  
         option auto '1'                                                                   
 
         option auto '1'                                                                   
 
         option ifname 'eth0.100'                                                         
 
         option ifname 'eth0.100'                                                         
         option mesh 'bat0'                                                               
+
         option mesh 'bat0'
 +
        option macaddr 'xx:xx:xx:xx:xx:xx'  # hier korrekte und netzweit eindeutige MAC einsetzen                                                                
 
         option proto 'batadv'  
 
         option proto 'batadv'  
  
398

Bearbeitungen

Navigationsmenü