Displaying 1 result from an estimated 1 matches for "fvhglobalnet".
2010 Apr 14
1
ipv6 via tinc
Hi,
At my provider (xs4all) I've got an ipv6 tunnel working. Now I would
like to distribute ipv6 via the tinc tunnel.
My tinc.conf:
------------
Name=server
AddressFamily=ipv4
Device=/dev/net/tun
PrivateKeyFile=/etc/tinc/fvhglobalnet/rsa_key.priv
GraphDumpFile=|/usr/bin/dot -Tpng -o /var/www/htdocs.keetweej.vanheusden.com/stats/tinc-fvh-network-graph.png
Mode=switch
KeyExpire=299
MACExpire=301
PingInterval=59
PingTimeout=6
My tinc-up is:
-------------
#! /bin/sh
/sbin/ifconfig $INTERFACE 172.16.0.1 netmask 255.240.0.0
/sbin/i...