|
NAME6tunnel - tunnelling for application that don't speak IPv6SYNOPSIS6tunnel [ -146dhfv ] [ -u username ] [ -i password ] [ -I password ] [ -l local_host ] [ -L limit ] [ -p pid_file ] [ -m map_file ] local_port remote_host [ remote_port ]DESCRIPTION6tunnel allows you to use services provided by IPv6 hosts with IPv4-only applications and vice-versa. It can bind to any of your IPv4 (default) or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. For example
will be enough to connect to IPv6 irc server with
If you don't wish to run 6tunnel every time you want to show your :c001: or :dead: IPv6 address on IRC, you can use -i parameter, which makes 6tunnel ask your client for specified password. Just run
and then type
If your IRC server requires you to send password, specify it with -I parameter -- after successful proxy authentication 6tunnel will send it to the server. 6tunnel can also be used as a tunnel for all other combinations of IPv4 and IPv6 endpoints. If remote host doesn't have any IPv6 addresses, 6tunnel will use the IPv4 one. In other cases, use -4 parameter which makes IPv4 address the preferred one. For IPv6-to-any tunnels use -6 which makes 6tunnel bind to IPv6 address. OPTIONS
NOTESOption -H to disable all resolver hints has been removed since proper combination of -4 and -6 will yield in any combination of IPv4 and IPv6 sources and destinations.SIGNALSSending SIGHUP forces map file reload.THANKS#ipv6 crew, Lam.BUGSTerrible man page. Hex dump doesn't include IRC proxy authentication. IRC proxy requires your client to send password first (don't worry ircii, EPIC, BitchX, mIRC and many more will work). No logging except debug output.AUTHORSWojtek Kaniewski (wojtekka@toxygen.net), Dariusz Jackowski (ascent@linux.pl), Ramunas Lukosevicus (lukoramu@parok.lt), Roland Stigge (stigge@antcom.de)SEE ALSOssh(1)
Visit the GSP FreeBSD Man Page Interface. |