RE: [U2] UV on Red Hat Linux

2004-07-04 Thread Adrian Merrall
Sara, RH ships telnet off by default, as the other posters have said, you need to set the xinet configuration file to switch telnet on. Other things to watch - probably when you go live rather than during a trial as this is how it happened to us... 1. Xinet limits the concurrent telnet

RE: [U2] UV on Red Hat Linux

2004-07-03 Thread Mike Pflugfelder
Sara, You should look at the /etc/xinetd.d/telnet file. Make sure that disabled is set to no (or commented out). You want to also look for a line that says only_from and comment that out. Run /etc/init.d/xinetd restart and you should be good. -Mike -Original Message- From:

RE: [U2] UV on Red Hat Linux

2004-07-01 Thread Phil Walker
Sara, You need to: vi /etc/xinetd.d/telnet and set disabled to no, save and then run /etc/init.d/xinetd restart Cheers, Phil Walker +64 21 336294 [EMAIL PROTECTED] Gnosys Consulting Limited 11 Woodward Road, Mount Albert, Auckland 1003, New Zealand DISCLAIMER: This electronic message

Re: [U2] UV on Red Hat Linux

2004-06-30 Thread Craig Bennett
Sara, how is telnet running? Is xinetd or similar limiting who can connect? Does Connect Failed message return immediately? perhaps the linux box cannot do a reverse lookup on the NT4 box? Try SSHing to the linux -- SSH is more likely to be configured for access out of the box. Craig ---