Difference between revisions of "IPv6Tunnels/ExampleConfigs"

From initLab
Jump to navigation Jump to search
(Created page with "''' Example configs ''' = Linux = Tunnel interface: <pre> auto marla-ipv6-spn iface marla-ipv6-spn inet6 v4tunnel mode ipip ttl 225 address 2001:67c:21bc:7fff:0001:2:0:2...")
 
Line 3: Line 3:
= Linux =
= Linux =


Tunnel interface:
== Tunnel interface ==
<pre>
<pre>
auto marla-ipv6-spn
auto marla-ipv6-spn
Line 15: Line 15:
gateway 2001:67c:21bc:7fff:0001:2:0:1
gateway 2001:67c:21bc:7fff:0001:2:0:1
</pre>
</pre>
== quagga ==
= Mikrotik =

Revision as of 21:02, 23 June 2015

Example configs

Linux

Tunnel interface

auto marla-ipv6-spn
iface marla-ipv6-spn inet6 v4tunnel
	mode ipip
	ttl 225
	address 2001:67c:21bc:7fff:0001:2:0:2
	netmask 120
	local USER-IP-ADDRESS
	endpoint 79.98.105.18
	gateway 2001:67c:21bc:7fff:0001:2:0:1

quagga

Mikrotik