Hmm, tried to tweak IPv6, but issue persists ... anybody maybe any other hints?
****
PS: 2.6.31.4 #2 PREEMPT Tue Oct 13 07:36:55 MDT 2009 armv5tel
re
https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4or
https://help.ubuntu.com/9.04/internet/C/troubleshooting-lan.html#network-troubleshooting-ifconfig root@Share:/etc/modprobe.d# lsmod | grep inet6
but
root@Share:/etc/modprobe.d# lsmod
Module Size Used by
dm_crypt 14460 0
dm_mod 70700 1 dm_crypt
ipv6 271508 18
Created file etc/modprobe.d/aliases
root@Share:/etc/modprobe.d# cat aliases
alias net-pf-10 off
But after reboot though
root@Share:/etc/modprobe.d# lsmod
Module Size Used by
dm_crypt 14460 0
dm_mod 70700 1 dm_crypt
root@Share:~# smbclient -L localhost
Connection to localhost failed (Error NT_STATUS_BAD_NETWORK_NAME)
Created file /etc/modprobe.d/blacklist.local
root@Share:/etc/modprobe.d# echo 'blacklist ipv6' | sudo tee -a '/etc/modprobe.d/blacklist.local' >/dev/null
But after reboot
root@Share:~# lsmod
Module Size Used by
dm_crypt 14460 0
dm_mod 70700 1 dm_crypt
root@Share:~# smbclient -L localhost
Connection to localhost failed (Error NT_STATUS_BAD_NETWORK_NAME)
root@Share:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:43:01:d8:11
inet addr:a.b.c.d Bcast:a.b.c.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:504 errors:0 dropped:0 overruns:0 frame:0
TX packets:497 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44822 (44.8 KB) TX bytes:46516 (46.5 KB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:396 (396.0 B) TX bytes:396 (396.0 B)
root@Share:/etc/modprobe.d# rm aliases blacklist.local
Reboot
root@Share:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:43:01:d8:11
inet addr:a.b.c.d Bcast:a.b.c.255 Mask:255.255.255.0
inet6 addr: x::y:z:a:b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:568 errors:0 dropped:0 overruns:0 frame:0
TX packets:577 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:48945 (48.9 KB) TX bytes:50671 (50.6 KB)
Interrupt:11
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)
Changed ipv6 entry in /etc/hosts from
::1 ip6-localhost ip6-loopback
to
::1 localhost ip6-localhost ip6-loopback
Reboot. No!
root@Share:/etc# smbclient -L localhost
Connection to localhost failed (Error NT_STATUS_BAD_NETWORK_NAME)
root@Share:/etc# net rpc user
Connection to localhost failed (Error NT_STATUS_BAD_NETWORK_NAME)
but
root@Share:/etc# net rpc group
Enter root's password:
Domain Guests
Domain Computers
Domain Admins
Domain Users