Request: Please hook up IPv6 to cvsup mirrors
Oliver Fromme
olli at lurza.secnetix.de
Tue Aug 25 07:58:52 UTC 2009
Doug Barton wrote:
> Now here comes the request. My understanding is that there is a fairly
> simple netcat trick to link the cvsup port on the IPv6 address to that
> of the IPv4 address. If that actually is possible, I'd like to request
> that y'all actually do that. :)
You can also use the 6tunnel tool (ports/net/6tunnel),
which is fairly easy to use:
# 6tunnel -6 5999 127.0.0.1 5999
If everything else fails, you can even use FreeBSD's
base ssh(1) to create v6-to-v4 tunnels, provided that
the encryption overhead is no problem for you (or use
a patched openssh that supports "-c none"):
# ssh -gNR '[your_v6_address]/5999/127.0.0.1/5999' 127.0.0.1
(You also need to enable the GatewayPorts option in
your sshd_config(5) file, then restart sshd(8).)
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart
FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd
"In My Egoistical Opinion, most people's C programs should be indented
six feet downward and covered with dirt."
-- Blair P. Houghton
More information about the freebsd-hubs
mailing list