[04:07] mnathani: Oddly enough, I was looking into this only last night. Yes, it is all quite straightforward to enable. [04:09] You need two things from a provider side - first, a NAT64 gateway which takes the v6 packets from your client machines addressed to IPs in a special /96 block and turns them into v4 and dumps them onto the v4 internet. I would use openbsd for that, because pf will just do it with the "af-to" option [04:12] Second, you need a way for the client device to be able to find the NAT64 gateway. This can be done with DNS64, which is two lines in unbound.conf to enable. [04:13] But since DNS64 creates fake AAAA records where there were none before hand, it breaks DNSSEC. Luckily, you don't need a full DNS64 that works on all zones, if the client has a RFC7050 compliant CLAT in it, then you only need to provide faked AAAA records for a single record in ipv4only.arpa [04:14] I believe you should be able to do that with a stub zone in unbound, but haven't proved it yet. [04:16] As for client side stuff, you need a CLAT. All Android phones running 4.3 or newer have it built in, but iPhones don't yet. For linux you want to install 'clatd'. I'm not sure about Windows clients. [04:17] Apparently Windows Phone 8.1 added a built in CLAT. I don't know if that applies to Windows 8.1 on the desktop too. [06:33] *** mnathani_ has joined #arpnetworks [17:01] *** jlgaddis has joined #arpnetworks [17:01] *** jlgaddis has quit IRC (Changing host) [17:01] *** jlgaddis has joined #arpnetworks [20:45] *** hive-mind has quit IRC (Ping timeout: 256 seconds) [20:53] *** hive-mind has joined #arpnetworks [21:09] thanks plett_ [23:12] https://gist.github.com/anonymous/4cb544bb2b34d7879609 [23:13] Gist: "pycrypto error" [23:13] how would I go about fixing that error? [23:13] I tried installing different python-crypto packages [23:29] *** mnathani has quit IRC (Ping timeout: 260 seconds) [23:31] What packages have you tried? [23:31] and/or what's the distro? [23:33] Also note that the traceback is for Python 3.x, so you'd want python3-cryptol (most likely, since I'm guessing at your distro) [23:33] (At least in Debian-land, it's python3-crypto) [23:40] Centos 6 is the distro [23:40] however I am experiencing a more severe issue now [23:40] I did a yum update and reboot [23:40] and ever since, I have no network connectivity [23:41] service network restart leads to : bringing up interface eth0: error unknown connection: [23:41] Failed [23:42] same for interface eth1: Error: Connection activation failed: the connection is not for this device [23:43] when I reboot, I can ping for a few seconds before the connections time out [23:46] I suspect its a networkmanager issue [23:52] *** mnathani has joined #arpnetworks [23:53] disabled network manager and back after a reboot - that was scary for a bit