ContributionsMost RecentMost LikesSolutionsRe: IPv6 support on Virgin media "I wonder if 6in4 tunnels use UDP or TCP" <-- actually neither, UDP is protocol 17, tcp is protocol 6, 6in4 is protocol 41, does not utilize TCP or UDP.. one thing that's been mentioned is that there are optimized handling for TCP and UDP in the data path (priority, better treatment, etc, who knows), but since 6in4 is neither tcp or udp it has suboptimal handling somewhere along the data path (whether this be in the CPE or internal to VM's network) Re: IPv6 support on Virgin media ... so when I bypassed terminating the same hurricane electric tunnelbroker setup/endpoint within virgin media's network using a FOU tunnel which encapsulates ipv4 inside UDP at my gigabit-connected colocated server one hop away from HE's ipv6 backbone), the results are a LOT different: basically same hub3 router, same linux kvm guest acting as my gateway/tunnel-endpoint termination, except the traffic is encapsulated WITHIN udp so Virgin Media' network mangling is not detecting it as protocol-41 traffic.. (vs the 20mbps i was seeing going direct). So basically.. Virgin Media network engineers, you've got some explaining to do.. Re: IPv6 support on Virgin media I've an existing openvpn tunnel to my colo provider, i'll see if i can funnel my 6in4 traffic using a static route via that openvpn tunnel instead to test the suggestion that VM is throttling protocol 41 (since that traffic path would result in 6in4 being encapsulated inside the openvpn payload which is simply udp 1194).. should be a pretty good test if there's something funky going on VM's side Re: IPv6 support on Virgin mediaNo i don't have the gigabit package on virgin media.. I have a server colocated that has gigabit interconnectivity (i mentioned it to indicate the bottleneck would not be my server, the other end of the speedtest connection)Re: IPv6 support on Virgin mediafair point about the tunnels meant for diff locations.. and as mentioned by others, speed is not going to be anywhere native unfortunately.Re: IPv6 support on Virgin media Excellent question, you're absolutely right to ask and I really should have included this caveat that it's only a fifth of what i get natively through IPv4.. a simple speedtest on ipv6-test.com reveals ~20Mbps (vs the 100Mbps i normally get via native IPv4): This speed restriction is likely at the Hurricane Electric tunnelbroker side, as I used iperf to a server i've colocated (on a gigabit line) and got: $ sudo iperf -V -c 2001:470:1...:....::2 # connecting from server outbound toward home (download speed) ------------------------------------------------------------ Client connecting to 2001:470:1...:5a9::2, TCP port 5001 TCP window size: 45.0 KByte (default) ------------------------------------------------------------ [ 3] local 2a03::...:...:8:: port 58704 connected with 2001:470:1...:.....::2 port 5001 [ ID] Interval Transfer Bandwidth [ 3] 0.0-10.0 sec 22.6 MBytes 19.0 Mbits/sec $ sudo iperf -s -V # connecting from server inbound TOWARD home (upload speed) ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------ [ 4] local 2a03:....:.....:8:5054:ff:fee9:6bf1 port 5001 connected with 2001:470:1...:.....::2 port 59088 [ ID] Interval Transfer Bandwidth [ 4] 0.0-10.2 sec 11.4 MBytes 9.34 Mbits/sec So again definitely not a replacement for Virgin Media getting their IPv6-act together and providing native connectivity, just something to dabble with if you can't wait. Re: IPv6 support on Virgin media If you want IPv6 support on Virgin Media sooner (rather than who-knows-when later), you may need to take matters into your own hands. I haven't had a chance to read all 100+ pages of this topic so this info may not be new, but that's what i did this weekend. I have Virgin Media Fibre 100M Broadband (started with 50M a few years ago, that is a story in and of itself). The results: (NTL listed above is the old name before Virgin Media rebranded) Ok of course this is not an admission that Virgin Media lack of IPv6 is excusable by any means. Just that if you want something enough, sometimes you have to do it yourself. My setup is basically the original Hub3 Virgin Media router/modem, however i also set up a linux host on my home network running pi-hole, that provides ad-blocked DNS services for my entire home LAN. So on that system, I simply utilized the free Hurricane Electric tunnelbroker offering, which sets up for you (on their side) a tunnel to the IPv6 based internet over your IPv4 network. They also provide instructions for the setup on your side and it was more straightforward than i imagined. And voila, IPv6 on Virgin Media.. If folks are interested in the gory technical steps, I can set up a separate post. You can also of course go the simpler route and set up IPv6 connectivity on an individual host basis more easily (H.E gives you up 5 tunnels per account) if you don't need your entire LAN with IPv6 connectivity.