<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Do I need slip, ppp, or slip/ppp emulator? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668586#M89852</link>
    <description>I need to configure a red hat 7.2 server for remote access by by 1) HP-UX clients using terminal emulation to dial in with "cu", 2) PC clients using Windows Dial Up networking.&lt;BR /&gt;&lt;BR /&gt;Once connected, I need ftp and telnet services established.&lt;BR /&gt;&lt;BR /&gt;What services do I need on the linux server to enable this?</description>
    <pubDate>Wed, 20 Feb 2002 21:33:51 GMT</pubDate>
    <dc:creator>Debbie Fleith</dc:creator>
    <dc:date>2002-02-20T21:33:51Z</dc:date>
    <item>
      <title>Do I need slip, ppp, or slip/ppp emulator?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668586#M89852</link>
      <description>I need to configure a red hat 7.2 server for remote access by by 1) HP-UX clients using terminal emulation to dial in with "cu", 2) PC clients using Windows Dial Up networking.&lt;BR /&gt;&lt;BR /&gt;Once connected, I need ftp and telnet services established.&lt;BR /&gt;&lt;BR /&gt;What services do I need on the linux server to enable this?</description>
      <pubDate>Wed, 20 Feb 2002 21:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668586#M89852</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2002-02-20T21:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need slip, ppp, or slip/ppp emulator?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668587#M89853</link>
      <description>Coming in on a dialup circuit you will need to use ppp for it to work.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 20 Feb 2002 22:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668587#M89853</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-02-20T22:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need slip, ppp, or slip/ppp emulator?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668588#M89854</link>
      <description>Since you are using 7.2 you will need to enable ftp and telnet.  edit /etc/xinetd.conf&lt;BR /&gt;and change "disable = yes" to "disable = no". &lt;BR /&gt;&lt;BR /&gt;Restarting the system may be required to get it to take effect tho I've read you can do xinetd restart.  There is also something about setting group to 0 to give it the correct permissions.&lt;BR /&gt;&lt;BR /&gt;Read the man for xinetd.conf and also see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linux902.tripod.com/access-services.html" target="_blank"&gt;http://linux902.tripod.com/access-services.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.xinetd.org/" target="_blank"&gt;http://www.xinetd.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 21 Feb 2002 01:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668588#M89854</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-02-21T01:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need slip, ppp, or slip/ppp emulator?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668589#M89855</link>
      <description>Debbie, &lt;BR /&gt;&lt;BR /&gt;"once connected, I need ftp and telnet...."&lt;BR /&gt;By which you mean that you will use ftp/telnet FROM the linux box to somewhere? Or do you mean that once connected, you desire to get files from or put files on the Linux box?&lt;BR /&gt;&lt;BR /&gt;Once one of your clients has connected to the linux box, they will be a tty connected. In order to put files to or get files from, they will have to use a utility such as kermit or zmodem to transfer files. &lt;BR /&gt;&lt;BR /&gt;If the Linux machine is only acting as a gateway to elsewhere, it doesn't need to run servers for ftp or telnet, merely have the binaries available for the users who have dialed in. &lt;BR /&gt;&lt;BR /&gt;So you finally got the modem working?&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Thu, 21 Feb 2002 03:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668589#M89855</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-02-21T03:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need slip, ppp, or slip/ppp emulator?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668590#M89856</link>
      <description>I knew already that I'd have to enable telnet and ftp services.  I'm still unclear about what I need...&lt;BR /&gt;&lt;BR /&gt;We need to be able to transfer large binary files with ftp, after we dial into this Linux box from Dialup networking.&lt;BR /&gt;&lt;BR /&gt;Do I need ppp, slip, or a ppp/slip emulator or something else?</description>
      <pubDate>Thu, 21 Feb 2002 14:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/do-i-need-slip-ppp-or-slip-ppp-emulator/m-p/2668590#M89856</guid>
      <dc:creator>Debbie Fleith</dc:creator>
      <dc:date>2002-02-21T14:51:14Z</dc:date>
    </item>
  </channel>
</rss>

