Just thought I'd let you know that the problem is fixed, and to thank you all for your kind help.
I have hardly believe what the issue was! The problem was that there was another machine of the same name on the network, not running CVS! So when I CVSd to it, of course it refused... Doh^2! Cheers, Ben -----Original Message----- From: Hill, Benjamin W Sent: 06 June 2003 16:16 To: 'Kevin Passey'; Hill, Benjamin W Cc: '[EMAIL PROTECTED]' Subject: RE: Help: Telnet and CVS Access Does yours mean that it will only accept connections from the IPs 10.0.0.142, 10.0.0.144, 10.0.0.148? Cheers, Ben -----Original Message----- From: Kevin Passey [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 16:06 To: 'Hill, Benjamin W' Cc: '[EMAIL PROTECTED]' Subject: RE: Help: Telnet and CVS Access Hi, Mine looks like this and it works:- # default: on # description: The telnet server serves telnet sessions; it uses \ # unencrypted username/password pairs for authentication. service telnet { flags = REUSE socket_type = stream wait = no user = root server = /usr/sbin/in.telnetd only_from = 10.0.0.142 10.0.0.144 10.0.0.148 log_on_failure += USERID disable = no } Maybe you have to tell it where you are Telnet'ing from. Once you've changed it run (service xinetd restart) Granny and sucking eggs !!!!!! Hope this helps. Cheers Kevin -----Original Message----- From: Hill, Benjamin W [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 16:05 To: 'Kevin Passey' Cc: '[EMAIL PROTECTED]' Subject: RE: Help: Telnet and CVS Access Hi, My /etc/xinetd.d/telnet file is: service telnet { flags = REUSE socket_type = stream wait = no user = root server = /usr/sbin/in.telnetd log_on_failure += USERID disable = no } Cheers, Ben -----Original Message----- From: Kevin Passey [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 15:28 To: '[EMAIL PROTECTED]' Subject: RE: Help: Telnet and CVS Access We've just done this. What does your telnet file in /etc/xinetd.d look like. Regards Kevin -----Original Message----- From: Hill, Benjamin W [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 15:20 To: [EMAIL PROTECTED] Subject: Help: Telnet and CVS Access I have a machine that I have installed CVS and Telnet Server, but I cannot Telnet or access the CVS repository remotely from a Windows machine. Each time I try to Telnet the box I get a "Could not open connection to the host, on port 23: Connect failed" I have set up the CVS repository, and on the box itself can do a: bash# export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/repository bash# cvs login And I can authenticate, and then check out code in the repository fine. The problem is when I try to connect to the server remotely and do the same thing. I have: * disabled the firewall using "redhat-config-securitylevel" * Added the file; /etc/xinetd.d/cvspserver with the contents: service cvspserver { socket_type = stream protocol = tcp wait = no user = root passenv = server = /usr/bin/cvs server_args = --allow-root=/cvs/repository pserver -f } (and restarted xinet.d) * checked via a netstat that there is a LISTEN for cvspserver. The server is using DHCP to obtain an IP. Cheers, Ben --- Software Engineer [SCJP] Specialist, SME Java Technologies Member Institute of Software Architects [www.wwisa.org] mail: [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list