Hi,
I installed a cvs repository in my local SL machine and trying to connect
 it
from fermi machines. I get the following error:

[cmswn085> cvs login
Logging in to :pserver:[log in to unmask]:2401/var/lib/
cvsroot
CVS password:
cvs [login aborted]: connect to
neutralino.physics.uiowa.edu(128.255.34.167):2401 failed: No route to hos
t

I created a file as /etc/xinetd.d/cvspserver with:

service cvspserver
{
        port               = 2401
        socket_type        = stream
        protocol           = tcp
        wait               = no
        user               = root
        passenv            = PATH
        server             = /usr/bin/cvs
        server_args        = -f --allow-root=/var/lib/cvsroot pserver

        log_type           = FILE /var/log/cvspserver
        env                = '$HOME=/usr/cvs'
        log_on_failure     += USERID
        disable            = no
}

and did /etc/init.d/xinetd restart.

Also checked  netstat -tap | grep cvs
tcp        0      0 *:cvspserver     *:*     LISTEN      6519/xinetd

Could anybody help me to fix this problem?
Thanks,
Taylan