radvd

Differences between revisions 13 and 14
Revision 13 as of 2025-05-19 11:26:38
Size: 908
Comment: Jonathan Ferguson
Revision 14 as of 2025-05-19 11:36:04
Size: 905
Comment: Jonathan Ferguson
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
<<BR>>`sudo /usr/sbin/radvdump -d 4 -e` <<BR>>`sudo /usr/sbin/radvdump -d 4`


Install the Router ADVertisement Daemon:
sudo apt-get install radvd radvdump

Enable IPv6 Forwarding:
sed 's/#net.ipv6.conf.all.forwarding=1/net.ipv6.conf.all.forwarding=1/g' /etc/sysctl.conf | sudo tee /etc/sysctl.conf
echo "net.ipv6.conf.default.forwarding=1" | sudo tee -a /etc/sysctl.conf
sudo sysctl -p

Create the configuration file:
sudo nano /etc/radvd.conf

Start the daemon:
sudo /etc/init.d/radvd restart

Confirm the configuration:
sudo /usr/sbin/radvdump -d 4


Jonathan Ferguson, Ubuntu Wiki, Router Advertisement Daemon, https://wiki.edubuntu.org/JonathanFerguson/radvd


JonathanFerguson/radvd (last edited 2025-05-19 11:36:04 by jonathan-ferguson)