Disable IPv6 for all nodes
Mykola Perehinets
38 Posts
March 18, 2017, 4:28 pmQuote from Mykola Perehinets on March 18, 2017, 4:28 pmHi 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.
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.
Last edited on March 18, 2017, 4:36 pm · #1
Mykola Perehinets
38 Posts
March 29, 2017, 10:01 pmQuote from Mykola Perehinets on March 29, 2017, 10:01 pmHello,
Please update status.
Thank you.
Hello,
Please update status.
Thank you.
Disable IPv6 for all nodes
Mykola Perehinets
38 Posts
Quote from Mykola Perehinets on March 18, 2017, 4:28 pmHi 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 = 1root@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
10 - IPv6 is enable, 1 - IPv6 is disable
Thank you.
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.
Mykola Perehinets
38 Posts
Quote from Mykola Perehinets on March 29, 2017, 10:01 pmHello,
Please update status.
Thank you.
Hello,
Please update status.
Thank you.