What does "alias net-pf-10 off " and "alias ipv6 off" do when they are added to /etc//etc/modprobe.conf. Continue this thread

THIS ITEM SOLD IN CASE OF 12 ONLY . Fuel Storage Tank Element. Quantity: Apr 13, 2011 · I've had a hell of a time with this and now all but YAST2 are ok. Going back some time to 10.0 this could be used to disable it very completely. open terminal and run echo "alias net-pf-10 off" >> /etc/modprobe.conf echo "alias ipv6 off" >> /etc/modprobe.conf restart computer. alias net-pf-10 off: Internal Network Device The configuration files and initialisation scripts for all of the networking devices are located in the /etc/sysconfig Note: Remove if any entry like below in the modprobe.conf file: #alias net-pf-10 off #alias ipv6 off #options ipv6 disable=1 2. Change the “ NETWORKING_IPV6 “” parameter value to yes in the netwok file. May 12, 2008 · alias net-pf-10 off alias ipv6 off. These two lines, especially the first one, instruct the kernel to disable the ipv6 net code. This will completely disable ipv6 on the system. All the other options listed so far will be completely ignored by the respective modules/programs if you simply use the two lines above.

Both lines are important because the IPv6 module can be automatically loaded by being called in different ways. For example, it might be automatically loaded because some application wanted to create an IPv6 network socket [], or because someone with appropriate rights might run modprobe to load the IPv6 module or some module that depends on the IPv6 module.

[SOLVED] CUPS error: lp: unsupported format 'application Jan 03, 2010 RHEL logs message "request_module: runaway loop modprobe

Linux-Kernel Archive: Re: kernel: request_module[net-pf-10

Wireshark · Ethereal-users: RE: [Ethereal-users] Redundant I turned off IPv6 by changing the following line in /etc/modprobe.conf: alias net-pf-10 ipv6 to alias net-pf-10 off Interestingly, the Suse-centric way of disabling IPv6 (setting YaST -> /etc/sysconfig Editor -> Network -> Hardware -> Config -> USE_IPv6 to no ) did _not_ prevent web-browsers from issuing IPv6 DNS queries, even after I rebooted LKML: Athanasius: Re: kernel: request_module[net-pf-10