How do I Fully Enable IPv6 on SafeSquid Appliance?
Posted: Thu Oct 01, 2020 7:39 am
Enabling the IPv6 can be done in two ways.
* Enabling IPv6 in kernel module:
---------------------------------------------
1. Need to edit /etc/default/grub and change the value of kernel parameter ipv6.disable from 1 to 0 in line GRUB_CMDLINE_LINUX.
Changes made at Kernel module requires reboot.
Note: ipv6.disable=0 is the default value, so you can simply remove this argument ipv6.disable from GRUB_CMDLINE_LINUX argument list.
2.Regenerate a GRUB configuration file and overwrite existing one using the command.
update-grub
Below grub update should be done without error like below. 3.Restart system for the changes to take effect.
shutdown -r now
* Enabling IPv6 in kernel module:
---------------------------------------------
1. Need to edit /etc/default/grub and change the value of kernel parameter ipv6.disable from 1 to 0 in line GRUB_CMDLINE_LINUX.
Changes made at Kernel module requires reboot.
Note: ipv6.disable=0 is the default value, so you can simply remove this argument ipv6.disable from GRUB_CMDLINE_LINUX argument list.
2.Regenerate a GRUB configuration file and overwrite existing one using the command.
update-grub
Below grub update should be done without error like below. 3.Restart system for the changes to take effect.
shutdown -r now