[Gllug] CVS

Tethys tet at accucard.com
Tue Dec 3 13:47:16 UTC 2002


Neil Fryer writes:

>[xyberpix at Sun /]$ cvs login
>(Logging in to xyberpix at 192.168.19.100)
>CVS password:
>cvs [login aborted]: connect to 192.168.19.100:2401 failed: Connection
>refused

The problem is exactly what it's claiming to be. There's either nothing
listening on port 2401 on the remote machine, or you have a firewall in
the way that's filtering out your packets. You can verify this with netcat
and/or tcpdump:

	nc -nvvz 192.168.19.100 2401
	tcpdump host 192.168.19.100  and port 2401

Tet

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list