radvdump
Router Advertisement Daemon
Install
- All systems
-
curl cmd.cat/radvdump.sh
- Debian
-
apt-get install radvdump
- Ubuntu
-
apt-get install radvdump
- Alpine
-
apk add radvd
- Arch Linux
-
pacman -S radvd
- Kali Linux
-
apt-get install radvdump
- CentOS
-
yum install radvd
- Fedora
-
dnf install radvd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install radvdump
- Raspbian
-
apt-get install radvd
- Dockerfile
- dockerfile.run/radvdump
- Docker
-
docker run cmd.cat/radvdump radvdump
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.
radvdump
dumps Router Advertisements
Tool for IPv6 network administrators. Dumps RA, Router Advertisements.