Horst Knobloch <(E-Mail Removed)> wrote in message news:<bpqdes$21uh$(E-Mail Removed)>...
> KhoGuan PhuaN <(E-Mail Removed)> wrote:
> > Would anybody please tell me where/how I can prevent the
> > kernel 2.6 ipv6 module from being loaded automatically when booting?
> > Or the only solution for me is to disable it (CONFIG_IPV6=n) in the
> > very first when configuring the kernel?
>
> Putting "alias net-pf-10 off" into /etc/modules.conf might help.
>
> Ciao, Horst
Horst, thanks a lot for your kind help. Inspired by your
suggestion, I put "alias net-pf-10 off" into /etc/modprobe.conf
(kernel 2.6.0 uses modprobe.conf instead of modules.conf), rebooted,
and now the ipv6 module is not loaded again. Good.
It turns out that without ipv6 module being loaded, my real
problem still can not be solved--a few recalcitrant websites
don't respond to my http request under kernel 2.6 environment.
I just upgraded to the most current 2.6.0-test10 release even
without compiling ipv6 module. Then I tried this:
$ telnet
www.edu.tw 80
Trying 140.111.1.192...
It hangs there without response until "Connection timed out."
And this
$ telnet
www.readingtimes.edu.tw 80
Trying 210.200.236.42...
telnet: connect to address 210.200.236.42: Connection refused
It rejects my request right away. With Red Hat 9's 2.4.20 kernel
or 2.4.23-pre9 kernel I built by myself, these 2 sites respond
by showing their homepages.
For using kernel 2.6.0, I did upgrade several related packages
by checking Documentation/Changes and some net discussions about
Red Hat 9. I don't know whether the kernel, related packages
or rc files may cause the problem.
--Khoguan Phuann