I'm at the IETF trying to get by with just IPv6 for the week, and I discovered that one of the things that doesn't work on IPv6 is Tunnelblick. Has anybody experimented with this, or should I fend for myself?
--
You received this message because you are subscribed to the Google Groups "tunnelblick-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tunnelblick-dis...@googlegroups.com.
Visit this group at http://groups.google.com/group/tunnelblick-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Wow, thanks for the advice, everyone! I am running 3.3.0, but it reports that the openvpn version is 2.2.1, not 2.3.1. I don't remember installing openvpn separate from Tunnelblick, but it's been a while. I hunted around on my system and couldn't find an openvpn install anywhere. Is it part of the Tunnelblick binary, or is there a step I missed?
push "dhcp-option DNS fec0::1040:a176:2b1e:3e30:ec42"push "dhcp-option DNS fec0::1040:a176:2b1c:3e57:81f1"
push "dhcp-option DNS 2001:4860:4860::8888"push "dhcp-option DNS 2001:4860:4860::8844"
Okay, now I am getting a little more life out of it, but what's happening now is that even though I don't have an IPv4 address configured on the interface, it's doing an A record query and getting an A record back, and then trying to connect to that IPv4 address, rather than doing a AAAA lookup and trying to connect to the AAAA record. So this looks like a bug in openvpn, not Tunnelblick. I am very happy to help debug this, but probably not during IETF, unfortunately. Because I'm using a NAT64 setup, I can't get rid of the A record, but I'm pretty sure this is why it's failing, so I don't mind just waiting until I have time and fixing it myself.