From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] tcp troubles MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-jfngfypbpgyecxibfnfjpzpjrz" Message-Id: <20001220151925.12B4F199F0@mail.cse.psu.edu> Date: Wed, 20 Dec 2000 10:19:18 -0500 Topicbox-Message-UUID: 3ab9bac0-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-jfngfypbpgyecxibfnfjpzpjrz Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit First thing to look at netstat -n should show you a line: tcp 31 none Listen 25 0 :: If it doesn't, you're not listening for telnet calls. It that's true 1) make sure there is an /rc/bin/service/tcp25 and 2) make sure you're running 'aux/listen tcp' --upas-jfngfypbpgyecxibfnfjpzpjrz Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Wed Dec 20 09:54:19 EST 2000 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Wed Dec 20 09:54:18 EST 2000 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.20.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1FFDB199F6; Wed, 20 Dec 2000 09:54:08 -0500 (EST) Received: from localhost.local (localhostnl.demon.nl [195.11.248.215]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 3231D199EB for <9fans@cse.psu.edu>; Wed, 20 Dec 2000 09:53:04 -0500 (EST) Received: (qmail 526 invoked by uid 1001); 20 Dec 2000 14:49:42 -0000 From: "William Staniewicz" To: 9fans@cse.psu.edu Message-ID: <20001220154942.A486@localhost.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Subject: [9fans] tcp troubles Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Help: List-Post: List-Subscribe: , List-Id: Fans of the O/S Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: Date: Wed, 20 Dec 2000 15:49:42 +0100 When I log on to my ISP and run... 'telnet tcp!!25' I am getting the following back: telnet: connection timed out(...) Can anyone explain why this is happening and a way to get around it? Just for background: I ran 'rc -x /rc/bin/service/tcp25' and that seems OK. Also, I have no ethernet card and have a standalone system. Bill --upas-jfngfypbpgyecxibfnfjpzpjrz--