Änderungen

leine MAC zum copy&paste vorgeben
Zeile 90: Zeile 90:  
Bis Gluon 0.2
 
Bis Gluon 0.2
   −
   config interface 'client'                                                              
+
   config interface 'client'
         option reqprefix 'no'                                                          
+
         option reqprefix 'no'
         option ifname 'bat0 eth0.3'                                              
+
         option ifname 'bat0 eth0.3'
         option proto 'dhcpv6'                                                          
+
         option proto 'dhcpv6'
         option type 'bridge'                                                            
+
         option type 'bridge'
         option igmp_snooping '0'                                                        
+
         option igmp_snooping '0'
         option macaddr 'e8:94:f6:68:28:9c'                                              
+
         option macaddr 'xx:xx:xx:xx:xx:xx'   # hier korrekte und netzweit eindeutige MAC einsetzen
         option peerdns '1'                                                              
+
         option peerdns '1'
    
Ab Gluon Version 0.3 gibt es eine kleine Syntax-Änderung. ( es dürfen keine zwei Interfaces hinter "IFNAME" stehen)
 
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'
         option reqprefix 'no'                                                          
+
         option reqprefix 'no'
         option ifname 'bat0'                                              
+
         option ifname 'bat0'
 
         option ifname 'eth0.3'
 
         option ifname 'eth0.3'
         option proto 'dhcpv6'                                                          
+
         option proto 'dhcpv6'
         option type 'bridge'                                                            
+
         option type 'bridge'
         option igmp_snooping '0'                                                        
+
         option igmp_snooping '0'
         option macaddr 'e8:94:f6:68:28:9c'                                              
+
         option macaddr 'xx:xx:xx:xx:xx:xx'   # hier korrekte und netzweit eindeutige MAC einsetzen
         option peerdns '1'                                                              
+
         option peerdns '1'
    
Schließlich wird das BATMAN-VLAN noch dem bat0-Interface hinzugefügt:
 
Schließlich wird das BATMAN-VLAN noch dem bat0-Interface hinzugefügt: