<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2712.300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Comic Sans MS" size=2>Hi,</FONT></DIV>
<DIV><FONT face="Comic Sans MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>Having spent many hours rattling my head 
between two Linux machines trying to get them to talk to each other i finally 
achieved it.</FONT></DIV>
<DIV><FONT face="Comic Sans MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>Rightly the inetd daemon&nbsp;was not 
installed.......When configuring "Network Services" using yast the process made 
references allowing the inetd daemon to process "Network Services".&nbsp;&nbsp; 
The whole process failed to tell me that inetd wasn't installed in the first 
place!!! and i wrongly assumed that it was installed perhaps when the whole 
system was installed.</FONT></DIV>
<DIV><FONT face="Comic Sans MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>When the inetd daemon was installed i 
could connect to the P133 from the P75 but the connection was quickly lost, 
closed by the server (P133) itself!</FONT></DIV>
<DIV><FONT face="Comic Sans MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>What was also confusing was that the 
Telnet Server was installed but didn't respond either to a telnet connection or 
to the command: ps -ef | grep in.telnetd.&nbsp;&nbsp; Why......because the 
Telnet Server is only run when requested for by a user, so running the command: 
ps -ef | grep in.telnetd when nobody is using the Telnet Server will return a 
negative response.</FONT></DIV>
<DIV><FONT face="Comic Sans MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>Something else was wrong!&nbsp;&nbsp; 
When i looked at the path name for the&nbsp; Telnet Server in the file 
inetd.conf it reads: /usr/sbin/<FONT color=#ff0000>tcpd</FONT> 
in.telnetd.&nbsp;&nbsp; But the executable in.telnetd isn't in the directory 
tcpd!&nbsp;&nbsp;&nbsp;&nbsp; I soon realised that tcpd was required and when 
installed everything now works just fine.&nbsp;&nbsp; I understand that tcpd is 
required to control login &amp; system/security checks before running the&nbsp; 
service requested, in this case the Telnet Server.&nbsp;&nbsp; When i 
established a telnet connection from the P75 to the P133 i ran the command ps 
-ef | grep in.telnetd on the P133 and there it was! in.telnetd was now 
running.&nbsp;&nbsp; Disconnect the telnet session and the Telnet Server shuts 
down and&nbsp;the command: ps -ef | grep in.telnetd then returns a negative 
response again.</FONT></DIV>
<DIV><FONT face="Comic Sans MS" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Comic Sans MS" size=2>Magic!</FONT></DIV></BODY></HTML>