RADVD: Unterschied zwischen den Versionen

Aus Freifunk Kiel
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 5: Zeile 5:
 
== Konfiguration ==
 
== Konfiguration ==
  
 +
/etc/sysctl.conf
 +
  net.ipv6.conf.all.forwarding = 1
 +
 +
/etc/dhcp/dhcpd.conf
 
   interface br-freifunk
 
   interface br-freifunk
 
   {
 
   {
 
     AdvSendAdvert on;
 
     AdvSendAdvert on;
 
    
 
    
    MinRtrAdvInterval 10;
+
     MaxRtrAdvInterval 200;
     MaxRtrAdvInterval 30;
 
 
    
 
    
     prefix fda1:384a:74de:4242::/64 {
+
     prefix ::/64 {
    };
 
 
 
    route fda1:384a:74de::0/96 {
 
 
     };
 
     };
 
    
 
    

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 {
   };
 };