I need to get IPv6 connectivity to my droplet up and running and I figured I’d use 6to4 for a quick and easy setup.
Ubuntu 14.04 makes it easy. In the interfaces file:
auto tun6to4 iface tun6to4 inet6 6to4 local 162.243.xx.xx (IP of eth0) mtu 1480
Nice and simple. :)
interface: 25: tun6to4: <NOARP,UP,LOWER_UP> mtu 1480 qdisc noqueue state UNKNOWN group default link/sit 162.243.xx.xx brd 0.0.0.0 inet6 2002:a2f3:xxxx::1/16 scope global valid_lft forever preferred_lft forever
route entry: 2000::/3 via ::192.88.99.1 dev tun6to4 metric 1024
I receive any packets going to 2002:a2f3:xxxx::/16 but outgoing packets don’t get to their destination. I’ve checked a packet capture and yes, the outgoing packets are correctly formed.
Has anyone else had luck?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’m pretty sure that /etc/interfaces config is enough. Try setting up a 6to4 tunnel as described in this tutorial: <a href=“http://www.anyweb.co.nz/tutorial/Linux6to4Host”>http://www.anyweb.co.nz/tutorial/Linux6to4Host</a>. <br> <br>Let me know how it goes!
@Kamal that tutorial is old and no longer applies to Ubuntu 14.04 which has the ability to accomplish the same thing solely with the snippet I pasted in my question.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.