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.

34 questions
18
votes
7 answers

Why use DHCPv6 over Stateless Address Autoconfiguration?

IPv6 and RFC 2462 provide a means for hosts to configure their own IP addresses via stateless address autoconfiguration. To me this seems like the bee's knees, and it leaves me wondering why someone would want to go through the trouble of…
Jeff
  • 360
  • 1
  • 2
  • 11
12
votes
2 answers

Why is my domain controller causing my router to send advertisements for Unique Local Addresses?

I'm currently evaluating Server 2012 to serve as a domain controller in a small heterogeneous network of Linux and Windows workstations and servers, all of which would eventually be joined to the domain. This is a 100% dual stack network; every…
11
votes
1 answer

Can clients learn their time zone on a network configured using RA?

I found that there are some clients which when they are on an IPv4 network learn their current time zone through DHCP option number 101. On an IPv6-only network where an IP prefix is advertised by radvd on Ubuntu Server 14.04 these clients do not…
kasperd
  • 29,894
  • 16
  • 72
  • 122
11
votes
3 answers

How to configure radvd, dhcpd6, routing and /64 subnet based on delegated prefix by DHCPv6-PD server?

My ISP has just started IPv4/IPv6 dual stack service. In order to connect IPv4/IPv6 internet, almost all users usually use a CPE leased by the ISP. But I want to use my Linux router instead of such CPE, because my router has so many roles(a lot of…
takaomag
  • 241
  • 1
  • 3
  • 6
7
votes
1 answer

Advertise a subnet route with radvd

we have set up a small IPv6 Testing network. The setup looks like this: ::/0 +----------+ | Firewall | Router to the public net +----------+ | 2001:...::/106 | +----------+ +-------| SIT GW | sit Tunnel gatway to…
Thomas Berger
  • 1,700
  • 12
  • 22
5
votes
0 answers

How to get /64 as prefix length when using DHCPv6 and radvd?

For our networking course we were asked to set up a DHCPv6 server in a virtual machine. I choose to work on a virtual machine(on VMware) running Ubuntu Desktop 16.04 and Lubuntu 14.04 as test client with network adapters set for a specific LAN. I…
Jugurtha
  • 51
  • 4
5
votes
1 answer

KVM virtual machines cannot reach IPv6 web sites

I have a freshly installed Windows Server 2008 R2 SP1 virtual machine which is completely unable to reach any IPv6 web pages, despite apparently having proper IPv6 connectivity. In addition, other Linux VMs cannot reach IPv6 web sites either. This…
Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
4
votes
1 answer

IPv6: using a link mtu greater than the mtu of the default route

When configuring an IPv6 LAN it may be desirable to use router advertisements to announce a link MTU of either the standard 1500 bytes or something larger to enable usage of jumbo frames, perhaps 9000. This will allow communication between hosts on…
Jonathan Swinney
  • 470
  • 1
  • 5
  • 15
3
votes
2 answers

Multiple IPv6 routers in a local network

I'm setting up some servers that will run virtual machines using IPv6. The network topology is something like this, where the br0 interfaces are virtual: 2001:db8:fedc:aaaa::/64 ---+----------------------------------+--- | …
Andre
  • 181
  • 5
2
votes
0 answers

Multiple global IPv6 prefixes

I'm planning an IPv6 mesh-network with multiple gateways (routers to the internet). The connection between the gateways is not that great. The plan is that every gateway should announce two prefixes: One "global", like 2001:DB8:1::/64, and one…
margau
  • 31
  • 2
2
votes
2 answers

Multiple IPv6 routers on the same network

I have two ISPs for my home network. They are connected to two separate routers. If I run radvd and dhcpd on both routers at the same time, I get no IPv6 connectivity. My IPv6 connectivity only works if only one of the routers is running radvd and…
Fufu Fang
  • 23
  • 1
  • 3
2
votes
0 answers

Route single IPv6 address using router advertisement

I have a server in my local network that connects to an external VPN server and gets assigned the public IP address 2a02:c200:1:10:3:0:4315:2. Currently, when other computers in my local network access the server using its public IP address, the…
cdauth
  • 861
  • 9
  • 18
2
votes
3 answers

IPv6 hosts configure default route with router's link-local address

I have recently added IPv6 to our network as per the instructions at http://www.chronos-tachyon.net/reference/debian-ipv6-and-hurricane-electric. However, the hosts on the network automatically configure the default route to the link-local address…
DanielGibbs
  • 573
  • 5
  • 12
  • 31
2
votes
6 answers

How to remove autoconfigured IPv6 Addresses in Windows 7/2008?

I'm in the process of exploring IPv6 deployment in my network. I've changed the advertised subnet and now my windows PCs have IPs from the new and the old network. I was able to reset the adapter by unplugging the cable, but this is of course no…
David Schmitt
  • 2,165
  • 2
  • 15
  • 25
2
votes
3 answers

Can a Linux router autoconfigure IPv6 if radvd is running on the same host?

I have a linux gateway router running a 6to4 tunnel and using radvd to broadcast an IPv6 prefix on the local subnet. Radvd can be configured to automatically pick up the network prefix from the 6to4 interface, however I can't find a way to…
loganb
  • 141
  • 1
  • 4
1
2 3