DEV Community

web_learning
web_learning

Posted on

Facing weird connectivity issues or odd firewall rules because of IPv6?

You can disable IPv6 on your Webdock server easily:
•Edit /etc/default/grub to add ipv6.disable=1 to the kernel command line
•Update GRUB (grub2-mkconfig or update-grub) depending on your distro
•Reboot and confirm via sysctl or checking /proc/net/if_inet6

It’s a simple change - but speeds up debugging and avoids misrouted traffic in environments where IPv6 isn’t needed.

🔗 Full instructions: https://webdock.io/en/docs/how-guides/system-maintenance/how-disable-ipv6-your-webdock-server

Webdock #ServerConfig #IPv6 #Sysadmins #NoFluff #CloudHosting

Top comments (0)