Added IPv6 for ftp-master.{cz,eu}.FreeBSD.org

John Hay jhay at meraka.csir.co.za
Tue Feb 7 07:07:24 PST 2006


On Tue, Feb 07, 2006 at 03:33:39PM +0100, Juraj Lutter wrote:
> On Tue, Feb 07, 2006 at 03:28:16PM +0100, Mohacsi Janos wrote:
> > Hi Rudolf,
> > 	How do you use cvsup over ipv6?
> 
> ``cvsup'' can't be used via IPv6 so far, because cvsupd is not IPV6
> enabled.

I use the socat package/port and then you can use it like this:

socat TCP4-LISTEN:5999 TCP6:cvsup.za.freebsd.org:5999 &
cvsup -s /home/cvsup/cvs-supfile

I have that in a script, so it is a single command for me.

On the server I have:

socat TCP6-LISTEN:5999,fork,reuseaddr TCP4:127.0.0.1:5999 >>${out} 2>&1 &

John
-- 
John Hay -- John.Hay at meraka.csir.co.za / jhay at FreeBSD.org


More information about the freebsd-hubs mailing list