3 | |_ _ _ _ __ _ __ ___| / /___
4 | __| | | | '_ \| '_ \ / _ \ | ___ \
5 | |_| |_| | | | | | | | __/ | \_/ |
6 \__|\__,_|_| |_|_| |_|\___|_\_____/
8 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
10 Tunnel6 server is opensource software distributed under GNU/GPL3 license
11 which provides connectivity over the IPv6 protocol to IPv4 only clients.
13 Server needs IPv6 and IPv4 connectivity to create tunnel between client and server
14 over the UDP protocol with default port 6060 on v4 side and
15 also communicate with IPv6 world.
17 Server can provide any routed prefixes for each client too
19 Server puts selected network interface to promiscuous mode for listening
20 IPv6 packets of connected clients and sends NDP neighbour solicitation.
22 Files installed by default:
23 /etc/tunnel6/server.conf - config file
24 /etc/tunnel6/db.conf - database file
25 /var/run/t6_server.pid - pid file
26 /usr/sbin/t6_server - executable file