Hi All
Posting here wondering if anyone has experienced a similar issue.
I first had a problem with DHCPv6 prefix delegation. Got a WAN IP fine with IPv6CP but no DHCP prefixes.
I'd send out a DHCP solicit message toward Zen but get no response. Speaking with the Zen help desk they advised I could scrap DHCPv6 as they have a default route that points to the <WAN IP RANGE>::1 address anyway. I configured this IPv6 address on my WAN interface and can now send LARGE sized packets, but small ones get lost at / before the first hop.
I've run a few tests as follows...
<MY/48>:0:1::2 is configured as a LAN side IP on my router.
First I ping this IP from a server on the Internet.
If i use a payload size of 800 bytes, I can ping this IP fine.
root@www:~# ping6 <MY/48>:0:1::2 -s 800
PING <MY/48>:0:1::2(<MY/48>:0:1::2) 800 data bytes
808 bytes from <MY/48>:0:1::2: icmp_seq=1 ttl=57 time=23.9 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=2 ttl=57 time=23.4 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=3 ttl=57 time=91.0 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=4 ttl=57 time=22.4 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=5 ttl=57 time=22.6 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=6 ttl=57 time=23.4 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=7 ttl=57 time=32.4 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=8 ttl=57 time=22.3 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=9 ttl=57 time=22.9 ms
808 bytes from <MY/48>:0:1::2: icmp_seq=10 ttl=57 time=22.7 ms
^C
--- <MY/48>:0:1::2 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9014ms
rtt min/avg/max/mdev = 22.381/30.757/91.070/20.303 ms
If i use a payload size of 500, I get no response!
root@www:~# ping6 <MY/48>:0:1::2 -s 500
PING <MY/48>:0:1::2(<MY/48>:0:1::2) 500 data bytes
^C
--- <MY/48>:0:1::2 ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 9999ms
If I ping the first hop in the Zen network from my router I see the same problem. It also depends on the data in the ping packet as to whether or not I receive a response.
Heres a ping to the Zen first hop with 0's in the packet
Home-R1#ping 2A02:8010::4:0:0:1B size 500 source lo20 data 0000
Type escape sequence to abort.
Sending 5, 500-byte ICMP Echos to 2A02:8010::4:0:0:1B, timeout is 2 seconds:
Packet sent with a source address of <MY/48>:0:1::2
Packet has data pattern 0x0
�..
Heres a ping with alternating 1 and 0 HEX values.
Success rate is 0 percent (0/5)
Home-R1#ping 2A02:8010::4:0:0:1B size 500 source lo20 data 1010
Type escape sequence to abort.
Sending 5, 500-byte ICMP Echos to 2A02:8010::4:0:0:1B, timeout is 2 seconds:
Packet sent with a source address of <MY/48>:0:1::2
Packet has data pattern 0x1010
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/24/28 ms
To ensure this isn't a bug with my router, I captured on the wire between the Zen TG589VN and my router. Packets that aren't received from the Internet by my router aren't seen as encapsulated PPPoE frames on the wire. For the failed ping tests from my router, I see the PPP frames go out, but nothing comes back!
I think this is also likely whats breaking DHCPv6.
The fact that the ping test with the "1010" data pattern works fine means this can't be any sort of routing issue.



Print Thread
