diff options
author | Kyle Fuller <inbox@kylefuller.co.uk> | 2011-07-12 04:44:47 +0200 |
---|---|---|
committer | Kyle Fuller <inbox@kylefuller.co.uk> | 2011-07-12 04:44:47 +0200 |
commit | e6b95df3a80a92480a5ee062a13f5c844802098a (patch) | |
tree | e9bb8e748bf287e1ecf6600ec36c33f11cb0e947 /docs/examples | |
parent | 4ff803521951463582e4fc522c5965c05233883b (diff) | |
download | netctl-e6b95df3a80a92480a5ee062a13f5c844802098a.tar.gz netctl-e6b95df3a80a92480a5ee062a13f5c844802098a.tar.xz |
Add support for tunnels
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/tunnel-he-ipv6 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/examples/tunnel-he-ipv6 b/docs/examples/tunnel-he-ipv6 new file mode 100644 index 0000000..21b4579 --- /dev/null +++ b/docs/examples/tunnel-he-ipv6 @@ -0,0 +1,11 @@ +CONNECTION='tunnel' +DESCRIPTION='A example ipv6 tunnel with Hurricane Electric' + +INTERFACE='he-ipv6' +MODE='sit' +REMOTE='216.66.80.26' +#LOCAL='172.16.0.1' + +IP6='static' +ADDR6='2001:470:1f08:d87::2/64' +ROUTES6=('::/0') |