RADVD: Unterschied zwischen den Versionen

Aus Freifunk Kiel
Zur Navigation springen Zur Suche springen
 
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
  
 
   apt-get install radvd
 
   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 {
 +
    };
 +
  };

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