==
vim /etc/sysctl.conf
==
ADD
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
==
由於CentOS 7是使用GRUB2,其規定不能直接修改grub.cfg檔
故方式為從/etc/default/grub 修改後套用。
1.vim /etc/default/grub
#編輯檔案添加指令ipv6.disable=1
Grub_CMDLINE_Linux="................. quite ipv6.disable=1"
#存檔 :wq
2.重建grub.cfg
重建指令:grub2-mkconfig -o 路徑
依系統設置擇一
#BIOS路徑/boot/grub2/grub.cfg
grub2-mkconfig -o /boot/grub2/grub.cfg
#EFI路徑 /boot/efi/EFI/centos/grub.cfg
grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
3.確認
grep 'ipv6'
4.重開機
reboot
5.檢查
lsof -i
grep 'ipv6'
4.重開機
reboot
5.檢查
lsof -i
沒有留言:
張貼留言