rdnssd
IPv6 recursive DNS server discovery daemon
Install
- All systems
-
curl cmd.cat/rdnssd.sh
- Debian
-
apt-get install rdnssd
- Ubuntu
-
apt-get install rdnssd
- Arch Linux
-
pacman -S rdnssd
- Kali Linux
-
apt-get install rdnssd
- Fedora
-
dnf install rdnssd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rdnssd
- Raspbian
-
apt-get install rdnssd
- Dockerfile
- dockerfile.run/rdnssd
rdnssd
IPv6 recursive DNS server discovery daemon
rdnssd autoconfigures recursive DNS servers on IPv6 networks using ICMPv6 Neighbor Discovery (RFC 5006), and can update the DNS resolvers configuration (/etc/resolv.conf) accordingly.
ndisc6
IPv6 diagnostic tools
ndisc6 gathers a few diagnostic tools for IPv6 networks including: - ndisc6, which performs ICMPv6 Neighbor Discovery in userland, - rdisc6, which performs ICMPv6 Router Discovery in userland, - rltraceroute6, a UDP/ICMP IPv6 implementation of traceroute, - tcptraceroute6, a TCP/IPv6-based traceroute implementation, - tcpspray6, a TCP/IP Discard/Echo bandwidth meter, - addrinfo, easy script interface for hostname and address resolution, - dnssort, DNS sorting script.