Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Disable IPv6 for all nodes

Hi folks,
Please disable IPv6 stack in new release because this features don't use in storage solution now.

I have open /etc/sysctl.conf using /bin/nano and paste the following lines at the end of sysctl.conf:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

root@storage0:/# sysctl -p

Please add this lines in production distributive. Verify IPv6 status of node:

root@storage0:/# cat /proc/sys/net/ipv6/conf/all/disable_ipv6
1

0 - IPv6 is enable, 1 - IPv6 is disable

Thank you.

 

Hello,

Please update status.

Thank you.