Как заблокировать ipv6 адрес? Topic is solved
Как заблокировать ipv6 адрес?
Сложилась такая ситуация, что нужно заблокировать ipv6 адрес, через веб интерфейс панели выдает ошибку http://prntscr.com/iowv67
какие есть варианты полной блокировки по ipv6 адресу?
какие есть варианты полной блокировки по ipv6 адресу?
-
- Posts: 13
- Joined: Sun Feb 09, 2014 9:31 pm
- Os: Debian 8x
- Web: nginx + php-fpm
Re: Как заблокировать ipv6 адрес?
1. Open a terminal window.
2. Issue the command sudo nano /etc/sysctl.conf
3. Add the following at the bottom of the file:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
https://www.techrepublic.com/article/ho ... -on-linux/
2. Issue the command sudo nano /etc/sysctl.conf
3. Add the following at the bottom of the file:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
https://www.techrepublic.com/article/ho ... -on-linux/