Debian IPv6 Tunnel Config: Difference between revisions

From AAISP Support Site
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 11: Line 11:


This could be it !! :
This could be it !! :
<pre>

auto 6in4
auto 6in4
iface 6in4 inet6 v4tunnel
iface 6in4 inet6 v4tunnel
address 2001:8b0:XXXX::1
address 2001:8b0:XXXX::1
netmask 48
local <ppp0 IPv4 IP>
endpoint 81.187.81.6
endpoint 81.187.81.6
gateway ::81.187.81.6
ttl 64

up ip -6 route add default dev 6in4
</pre>

[[Category:3rd Party Routers]]

Latest revision as of 09:16, 25 February 2015

Draft in progress .....


Configuring your etch host then requires you just to edit /etc/network/interfaces and add the following stanza at the end:


remembering to change the XXXX to whatever value you've been allocated.

After that just type "ifup 6in4" (as root) and your link should be up.


This could be it !! :

auto 6in4
iface 6in4 inet6 v4tunnel
    address 2001:8b0:XXXX::1
    netmask 48
    endpoint 81.187.81.6
    gateway ::81.187.81.6