Questions tagged [radvd]

The router advertisement daemon (radvd) is run by Linux or BSD systems acting as IPv6 routers. It sends Router Advertisement messages, specified by RFC 2461, to a local Ethernet LAN periodically and when requested by a node sending a Router Solicitation message. These messages are required for IPv6 stateless autoconfiguration.

The router advertisement daemon (radvd) is run by Linux or BSD systems acting as IPv6 routers. It sends Router Advertisement messages, specified by RFC 2461, to a local Ethernet LAN periodically and when requested by a node sending a Router Solicitation message. These messages are required for IPv6 stateless autoconfiguration.

35 questions
0
votes
1 answer

Setting up stateful DHCPv6 on Linux

I want to set up a DHCP server on my local network for IPv6 that issues addresses and further information like DNS/NTP and so on. From my ISP I got the IPv6 Prefix which I will refer to as in further snippets. I use the isc-dhcp-server.…
fragwürdig
  • 103
  • 1
  • 6
0
votes
1 answer

Vyatta 6.2 IPv6 DNS handout

I have a Vyatta server which I have connected to Hurricane Electric. I have setup the RADVD on the box and my LAN clients get a public global IPv6 address and route through the Vyatta box. Where do I put my DNS server config though...? Nothing I…
justacodemonkey
  • 153
  • 1
  • 7
0
votes
0 answers

Accessing docker-compose containers via ipv6 from the outside of the docker host

I have the following (simplified) docker(-compose) setup and would like access the nginx container from the laptop. A ping from the laptop to the docker-compose gateway (fd..2222.0.0.1/80) works fine but to fd..2222.0.0.2/80 doesnt work. I already…
0
votes
2 answers

Simple stateful DHCPv6 using ISC DHCP and RADVD. Doesnt work?

I'm trying to set a simple ipv6 network using ISC DHCPv6 on a linux machine. Here is my dhcpd6.conf: subnet6 beef:fade::/112 { max-lease-time 3600; range6 beef:fade::100 beef:fade::fffe; } The dhcpv6 server works and assigns addresses to…
0
votes
1 answer

Use the locally published RA route for routing

I have a Linux machine, working as a router, that has radvd configured. I have set up some basic configuration like the following: interface wpan0 { AdvSendAdvert on; prefix 2001:db8:200::/64 { AdvOnLink on; …
MariusSiuram
  • 131
  • 7
1 2
3