radvd
Router Advertisement Daemon
Install
- All systems
-
curl cmd.cat/radvd.sh
- Debian
-
apt-get install radvd
- Ubuntu
-
apt-get install radvd
- Alpine
-
apk add radvd
- Arch Linux
-
pacman -S radvd
- Kali Linux
-
apt-get install radvd
- CentOS
-
yum install radvd
- Fedora
-
dnf install radvd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install radvd
- Raspbian
-
apt-get install radvd
- Dockerfile
- dockerfile.run/radvd
- Docker
-
docker run cmd.cat/radvd radvd
powered by Commando
radvd
Router Advertisement Daemon
IPv6 has a lot more support for autoconfiguration than IPv4. But for this autoconfiguration to work on the hosts of a network, the routers of the local network have to run a program which answers the autoconfiguration requests of the hosts. On Linux this program is called radvd, which stands for Router ADVertisement Daemon. This daemon listens to router solicitations (RS) and answers with router advertisement (RA). Furthermore unsolicited RAs are also sent from time to time.