diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/tunnel-he-ipv6 | 11 | ||||
-rw-r--r-- | docs/netcfg-profiles.txt | 16 |
2 files changed, 27 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') diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt index 615ad6c..5e11076 100644 --- a/docs/netcfg-profiles.txt +++ b/docs/netcfg-profiles.txt @@ -46,6 +46,8 @@ bridge : Network bridge setup using **brctl**(8). tuntap : TUN/TAP interfaces. +tunnel +: Tunnel interfaces. vlan : VLAN setup. openvpn @@ -241,6 +243,20 @@ VLAN_PHYS_DEV VLAN_ID : See **ip**(8). +Options for 'tunnel' connections +================================ + +Standard 'ethernet' options apply for IP configuration. + +INTERFACE +: The name of the tunnel interface. +MODE +: The tunnel type (e.g. 'sit'). See **ip**(8) for available modes. +LOCAL +: The address of the local end of the tunnel. +REMOTE +: The address of the remote end of the tunnel. + Options for 'openvpn' connections ================================ |