Skip to content

Instantly share code, notes, and snippets.

View jrobertson's full-sized avatar
🏠
Working from home

James Robertson jrobertson

🏠
Working from home
View GitHub Profile
@jrobertson
jrobertson / setup_etc-network-interfaces_static-ipv6-tunnel-via-sixxs.sh
Created May 25, 2011 23:19 — forked from pklaus/setup_etc-network-interfaces_static-ipv6-tunnel-via-sixxs.sh
SixXS Static 6in4 IPv6 Tunnel on Ubuntu / Debian defined in `/etc/network/interfaces`
#!/bin/bash
# IPv6 Tunnel setup of an sixxs.net tunnel on Linux using the configuration file `/etc/network/interfaces`
# (needs the `ip` tool from the iproute suite, Ubuntu package: <http://packages.ubuntu.com/iproute>)
#
# Run like this:
# ./setup_etc-network-interfaces_static-ipv6-tunnel-via-sixxs.sh
#
# 2011 by Philipp Klaus
# Published on <http://blog.philippklaus.de/2011/05/sixxs-static-6in4-ipv6-tunnel-on-ubuntu-debian/>