RADVD: Unterschied zwischen den Versionen

Aus Freifunk Kiel
Zur Navigation springen Zur Suche springen
 
Zeile 15: Zeile 15:
 
     MaxRtrAdvInterval 200;
 
     MaxRtrAdvInterval 200;
 
    
 
    
     prefix fda1:384a:74de:4242::/64 {
+
     prefix ::/64 {
 
     };
 
     };
 
    
 
    

Aktuelle Version vom 24. März 2013, 15:59 Uhr

Installation

 apt-get install radvd

Konfiguration

/etc/sysctl.conf

 net.ipv6.conf.all.forwarding = 1

/etc/dhcp/dhcpd.conf

 interface br-freifunk
 {
   AdvSendAdvert on;
 
   MaxRtrAdvInterval 200;
 
   prefix ::/64 {
   };
 
   RDNSS fda1:384a:74de:4242::2 {
   };
 };