The DJ n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Nov 2002 Posts: 74
|
Posted: Wed Nov 06, 2002 8:53 pm Post subject: Problems with ipv6 |
|
|
I have installed gentoo 1.4 on my server.
I first build the system without ipv6 support. Now i'm trying to adapt the system for ipv6, which i have native in my University Network (so no tunnel).
I have rebuild my kernel (linux-2.4.19, not the gentoo one) with ipv6 support. Recompiled iputils, nettools and iproute (USE=ipv6).
I get an ip6 number assigned to me and all looks good. Ik can ping6 my server without trouble.
But i cannot ping6 any other ipv6 machine from my server.
At least not when i use 40 or more databytes. When i use 30 or less, everything is fine. Did i forget to recompile anything?
The NIC is a from Farallon and runs on the Tulip driver. I've never in any way experienced any trouble with it.
These are the ping6 results. Does anyone have any clue what is going on here?
Code: | [otherhost:~] pjotr% ping6 server.ipv6.utwente.nl
PING6(56=40+8+8 bytes) 2001:610:1908:8000:***:****:****:**** --> 2001:610:1908:8000:***:****:****:****
16 bytes from 2001:610:1908:8000:*, icmp_seq=0 hlim=64 time=55.974 ms
16 bytes from 2001:610:1908:8000:*, icmp_seq=1 hlim=64 time=0.38 ms
16 bytes from 2001:610:1908:8000:*, icmp_seq=2 hlim=64 time=0.363 ms
|
Code: | server root # ping6 otherhost.ipv6.utwente.nl
PING otherhost.ipv6.utwente.nl(otherhost.ipv6.utwente.nl) 56 data bytes
ping: recvmsg: No route to host
ping: recvmsg: No route to host
|
Now with small databytes
Code: | server root # ping6 -s 30 otherhost.ipv6.utwente.nl
PING otherhost.ipv6.utwente.nl(otherhost.ipv6.utwente.nl) 30 data bytes
38 bytes from otherhost.ipv6.utwente.nl: icmp_seq=1 ttl=64 time=0.298 ms
38 bytes from otherhost.ipv6.utwente.nl: icmp_seq=2 ttl=64 time=0.275 ms |
Here are some printouts from various tools.
Code: | hostname root # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:00:C5:**:**:**
inet addr:130.89.*.* Bcast:130.89.*.* Mask:255.255.224.0
inet6 addr: fe80::200:c5ff:fe53:5fc9/10 Scope:Link
inet6 addr: 2001:610:1908:****:****:****:****:****/64 Scope:Global
UP BROADCAST NOTRAILERS RUNNING MTU:1500 Metric:1
RX packets:153853 errors:0 dropped:0 overruns:0 frame:0
TX packets:170644 errors:4 dropped:0 overruns:0 carrier:3
collisions:0 txqueuelen:100
RX bytes:15820042 (15.0 Mb) TX bytes:249636178 (238.0 Mb)
Interrupt:5 Base address:0xd000
lo and sit0 with their info
|
Code: | hostname root # ip -6 route list
2001:610:1908:8000::/64 dev eth0 proto kernel metric 256 expires 3578sec mtu 1500 advmss 1440
fe80::/10 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440
ff00::/8 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440
default via fe80::240:5ff:fe56:5f0 dev eth0 proto kernel metric 1024 expires 5978sec mtu 1500 advmss 1440
unreachable default dev lo metric -1 error -101
|
Code: | sidekick root # host -t AAAA ftp.snt.utwente.nl
ftp.snt.utwente.nl is an alias for vlaai.snt.utwente.nl.
vlaai.snt.utwente.nl has AAAA address 2001:610:1908:8000:200:1cff:feb6:1503 |
|
|