Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- To disable IPV6
- Add these lines to the bottom of sysctl.conf
- sudo nano /etc/sysctl.conf
- net.ipv6.conf.all.disable_ipv6 = 1
- net.ipv6.conf.default.disable_ipv6 = 1
- net.ipv6.conf.lo.disable_ipv6 = 1
- reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement