Änderungen

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'                                                                 
 
   config interface 'client'                                                                 
 
         option reqprefix 'no'                                                             
 
         option reqprefix 'no'                                                             
 
         option ifname 'bat0 eth0.3'                                               
 
         option ifname 'bat0 eth0.3'                                               
 +
        option proto 'dhcpv6'                                                           
 +
        option type 'bridge'                                                           
 +
        option igmp_snooping '0'                                                       
 +
        option macaddr 'e8:94:f6:68:28:9c'                                             
 +
        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'                                                               
 +
        option reqprefix 'no'                                                           
 +
        option ifname 'bat0'                                             
 +
        option ifname 'eth0.3'
 
         option proto 'dhcpv6'                                                             
 
         option proto 'dhcpv6'                                                             
 
         option type 'bridge'                                                             
 
         option type 'bridge'                                                             
166

Bearbeitungen