Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 22:27:32 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: IPv6 CVSUP mirrors?
Message-ID:  <20030703212732.GA33716@bell.maths.tcd.ie>
In-Reply-To: <20030624094553.GA26124@rot13.obsecurity.org>
References:  <87wufbq5m4.fsf@inf.enst.fr> <20030624094553.GA26124@rot13.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 24, 2003 at 02:45:53AM -0700, Kris Kennaway wrote:
> AFAIK it has not.  Someone would need to teach modula-3 about ipv6.
> 
> It still might be possible to access a cvsup server using a 6-to-4
> gateway, but I don't know of anyone who's tried.

I've just made cvsup.ie.freebsd.org available over IPv6 by doing port
forwarding. This means that if you can convince your cvsup client to
do IPv6 (using port forwarding from 127.0.0.1?) then you should be
able to connect to it using IPv6. I've included an example of how
to use it below, usint the nc6 port.

	David.

% fgrep host src-supfile
*default host=127.0.0.1
% tail -1 /etc/inetd.conf
cvsup stream tcp nowait nobody /usr/local/bin/nc6 nc6 cvsup.ie.freebsd.org 5999
% head -1 /etc/hosts.allow
cvsup: all EXCEPT 127.0.0.1 : deny
% cvsup src-supfile
[and we're off...]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030703212732.GA33716>