ffnord / ffnord-puppet-gateway

Deploy and manage your Freifunk community gateway, mostly compatible with Gluon.
15 stars 13 forks source link

add more radvd config #180

Closed rubo77 closed 7 years ago

rubo77 commented 7 years ago

this is our current config on vpn6.ffnord.net:

cat /etc/radvd.conf.d/interface-br-ffki.conf 
# managed for interface br-ffki
interface br-ffki
{
 AdvSendAdvert on;
 IgnoreIfMissing on;
 AdvDefaultLifetime 0;
 MaxRtrAdvInterval 200;

# prefix 2a03:2267:4e70::/64
# {
#   AdvPreferredLifetime 14400; # Here
#   AdvValidLifetime 86400; # Here
# };

 prefix fda1:384a:74de:4242:0000:0000:0000:0000/64
 {
   AdvPreferredLifetime 14400; # Here
   AdvValidLifetime 86400; # Here
 };

 RDNSS fda1:384a:74de:4242::ff06
 {
 };
};
rubo77 commented 7 years ago

related #160