i have added these 2 lines in my "/etc/modprobe.conf": alias net-pf-10 off alias ipv6 off but even after reboot i am getting IPv6 address in my "/sbin/ifconfig": [arnuld@crux ~]$ /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 00:13:D4:C4:BA:F3 inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::213:d4ff:fec4:baf3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2635 errors:0 dropped:0 overruns:0 frame:0 TX packets:2593 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3288258 (3.1 Mb) TX bytes:295006 (288.0 Kb) Interrupt:17 Base address:0x8000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) how can i disable IPv6 in CRUX ? -- http://arnuld.blogspot.com/
Am Sonntag, 3. Juni 2007 14:45:04 schrieb arnuld:
i have added these 2 lines in my "/etc/modprobe.conf":
alias net-pf-10 off alias ipv6 off
but even after reboot i am getting IPv6 address in my "/sbin/ifconfig":
[arnuld@crux ~]$ /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 00:13:D4:C4:BA:F3 inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::213:d4ff:fec4:baf3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2635 errors:0 dropped:0 overruns:0 frame:0 TX packets:2593 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:3288258 (3.1 Mb) TX bytes:295006 (288.0 Kb) Interrupt:17 Base address:0x8000
lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
how can i disable IPv6 in CRUX ?
Hi. I haven't tested it, but try an "ipv6" entry at the top of /etc/hotplug/blacklist. -- Hannes Mayer ecarux Computer-Service Cuxhavener Straße 266 21149 Hamburg Tel.: 040 / 98235882 mail: kontakt@ecarux.de Homepage: ecarux.de Steuernummer: 06/276/18018
On Sun, 3 Jun 2007 12:45:04 +0000 arnuld wrote:
how can i disable IPv6 in CRUX ?
zgrep IPV6 /proc/config.gz # CONFIG_IPV6 is not set is one way.Question is, why would you do such a thing? Pedja -- Anyone want to help write _Survival for Dummies_? -- pretty short: "Don't" in large, friendly letters. -- Joe Moore
On 6/3/07, Predrag Ivanovic <predivan@ptt.yu> wrote:
arnuld wrote: how can i disable IPv6 in CRUX ?
zgrep IPV6 /proc/config.gz # CONFIG_IPV6 is not set
is one way.
[arnuld@crux ~]$ zgrep IPV6 /proc/config.gz CONFIG_IPV6=y # CONFIG_IPV6_PRIVACY is not set # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_MIP6 is not set CONFIG_IPV6_SIT=y # CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set # CONFIG_NF_CONNTRACK_IPV6 is not set CONFIG_IP6_NF_MATCH_IPV6HEADER=m [arnuld@crux ~]$
Question is, why would you do such a thing?
because IPv6 gives me really long, way-way long DNS lookups :-( e.g opening Google, or any website, takes 2-10 minutes to open. on Fedora and Debian after disabling IPv6 there were no DNS lookups anymore and i was able to access internet without any trouble. i do not have much troubles on CRUX, except sometimes i get a sudden slowdown in download-speed which may be because of my ISP but i want to try disabling IPv6 and seer the results. -- http://arnuld.blogspot.com/
On Sun, 3 Jun 2007 16:07:05 +0000 arnuld wrote:
[arnuld@crux ~]$ zgrep IPV6 /proc/config.gz CONFIG_IPV6=y
Exactly my point.Disable IPv6 support in kernel.
Question is, why would you do such a thing?
because IPv6 gives me really long, way-way long DNS lookups :-( e.g opening Google, or any website, takes 2-10 minutes to open.
Dnsmasq and Wireshark, both in opt, can help.First is caching dns forwarder and Wireshark is network sniffer that can help you troubleshoot your network connection. Pedja -- Never call a man a fool; borrow from him.
Hi, Arnuld!
arnuld wrote: how can i disable IPv6 in CRUX ?
Question is, why would you do such a thing?
because IPv6 gives me really long, way-way long DNS lookups :-( e.g opening Google, or any website, takes 2-10 minutes to open. on Fedora and Debian after disabling IPv6 there were no DNS lookups anymore and i was able to access internet without any trouble.
i do not have much troubles on CRUX, except sometimes i get a sudden slowdown in download-speed which may be because of my ISP but i want to try disabling IPv6 and seer the results.
I always have IPv6 enabled and never ran into performance/DNS problems. I guess your problem is somewhere else (Wireshark is your friend, then). OTOH, I've seen X complaining/warning about something, if IPV6 is disabled. Regards, -- Clemens Koller __________________________________ R&D Imaging Devices Anagramm GmbH Rupert-Mayer-Straße 45/1 Linhof Werksgelände D-81379 München Tel.089-741518-50 Fax 089-741518-19 http://www.anagramm-technology.com
participants (4)
-
arnuld
-
Clemens Koller
-
Hannes Mayer
-
Predrag Ivanovic