alias net-pf-10 ipv6 with: alias net-pf-10 off alias ipv6 off Is this safe to apply and does it permanently disable ipv6 across reboots? networking security ipv6. share | improve this question | follow | edited Jun 24 '13 at 19:20. Eric Carvalho. 47.4k 19 19 gold badges 128 128 silver badges 156 156 bronze badges.

# modprobe -c | grep net-pf-10 net-pf-10 offがヒット→無効 ※ヒットしなくても無効な場合がある それとIPv6が有効だと、LogwatchにエラーMsgが出力されることがある。 XNTPDで”…..Cannot assign requested address:1 time(s)”とか。 DNSサーバだとNamedで”network unreachable resolving How to Disable IPv6 in Fedora and CentOS | G-Loaded Journal May 12, 2008 RHEL 5.5 における request_module: runaway loop modprobe net … RHEL 5.5 における request_module: runaway loop modprobe net-pf-10 メッセージ Solution Verified - Updated 2014-10-30T09:12:32+00:00 - Japanese How To Disable ipv6 on SuSE Linux | Linux Blog # echo “alias net-pf-10 off” >> /etc/modprobe.conf.local # echo “alias ipv6 off” >> /etc/modprobe.conf.local Restart the machine. Once your machine has rebooted, rerun the ifconfig command and verify that the inet6 lines have been removed. Now, Your machine is running without IPV6.

Jan 12, 2012

Aug 17, 2009 · alias net-pf-10 off: Save and close the file. Facebook Twitter Donations Leave a Comment. Posted by: Vivek Gite. The author is the creator of nixCraft and a seasoned #alias net-pf-10 ipv6 alias net-pf-10 off Apparently it is a Suse problem that causes applications to IPV6 for DNS resolution and then lock up there. Once I made the change it all starts beautifully. Oct 11, 2010 · unable to disable IPV6 on linux" 1. I had already made following entries in ifcfg-eth0 : IPv6INIT=NO IPV6AUTOCONF=NO 2. Following entries were made in /etc/modprob.conf” : alias net-pf-10 off alias ipv6 off 3. These entries in /etc/sysconfig/network : IPV6INIT=NO NETWORKING_IPV6=NO 4.

Aug 17, 2009

module - How does the Linux kernel know which drivers to Network protocol modules (e.g. ipv6) are however not dealt with through udev; instead, when a program calls socket(AF_INET6,) the kernel directly calls modprobe (more precisely: whatever is in /proc/sys/kernel/modprobe) with a non-wildcarded alias, net-pf-10 in case of IPv6, because AF_INET6 happens to have value 10. modprobe then loads IPv6 OFF. How? - NETGEAR Communities I've been trying a few things at home on the Ultra 2+ and I've been looking to disable IPv6. I've tried the usual Google/Linux/Etch/Deb web guides EXAMPLE # vi /etc/modprobe.d/aliases Find the line: alias net-pf-10 ipv6 Replace with: alias net-pf-10 off alias ipv6 off But none seem to w Re: module net-pf-10???? When I try run ldap under linux redhat 6.2 (openldap 2.0.11), . /etc/init.d/ldap start it failed and in logs i've this msg: modprobe: Can't locate module net-pf-10 what is it? -- … Arch Linux Disable IPv6 Networking - nixCraft