9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.att.com presotto@plan9.att.com
Subject: PPP over serial line
Date: Sun, 24 Sep 1995 11:04:14 -0400	[thread overview]
Message-ID: <19950924150414.zDvr-Hg9_nyJmQTbs0qprFYXkWbJJz7UdKWVM-KGuiU@z> (raw)

As has been said before, this ppp is minimal.  Someone really should
work on it.  I don't have time to now.  It's on the release more as
an excuse to release a newer version later without a new license.

The con part (1-5) should work.

(6) doesn't do what you want.  In fact it's pretty destructive.  You copied
"add myipaddr" onto the executable /bin/ndb/cs.  By the way, double
quotes mean nothing to /bin/rc.

	'add xyz' written to /net/cs adds protocols for /bin/ndb/cs
	to use when someone dials a string unbound to a protocol,
	i.e., one starting with net! instead of tcp! or
	il! or dk!...  When cs starts, it looks to see whats already
	configured and uses that.  If you start up other networks later,
	you van let cs know by writing 'add tcp' or whatever to /net/cs.

The 'bad exec header' usually means that you're trying to execute
something that has the execute bit set but isn't a binary for the
processor you are executing it on.  Perhaps you wrote onto /bin/ndb/query
also?

------ original message follows ------

>From cse.psu.edu!9fans-outgoing-owner Sun Sep 24 07:48:44 EDT 1995
Received: by colossus.cse.psu.edu id <78417>; Sun, 24 Sep 1995 07:41:30 -0400
Received: from goggins.bath.ac.uk ([138.38.32.13]) by colossus.cse.psu.edu with SMTP id <78415>; Sun, 24 Sep 1995 07:40:13 -0400
Received: from bath.ac.uk (actually host solomon.bath.ac.uk) 
          by goggins.bath.ac.uk with SMTP (PP); Sun, 24 Sep 1995 12:29:19 +0100
Original-Received:  from 
                   GATEWAY by bath.ac.uk with netnews	for 9fans@bath.ac.uk 
                   (9fans@cse.psu.edu)
PP-warning: Illegal Received field on preceding line
To:	9fans@cse.psu.edu
Date:	Sun, 24 Sep 1995 02:13:44 -0400
From:	Craig Brent Ludington <craigl@tezcat.com>
Message-ID: <442suo$8b@quilla.tezcat.com>
Organization: t e z c a t . c o m  - Wicker Park (Chicago)  312-850-0112
Subject: PPP over serial line
Source-Info:  From (or Sender) name not authenticated.
Sender: owner-9fans@cse.psu.edu
Precedence: bulk
Reply-To: 9fans@cse.psu.edu

Could someone who has set up PPP over a serial line please help.

I've used the following approach:

	1. telco /dev/eia1 
	2. con -l telco!5551212
	3. logged on to ppp server and started ppp
	4. used the <ctrl-\> ! combination to execute pppclient as:
	5. pppclient -i myipaddr -p ISP'sipaddr

At this point all the con's i/o seem to be going to pppclient.

I then try to:
	6. echo "add myipaddr" > /bin/ndb/cs
to put the new ip address in the network database.  (I'm logged on as sys).

Any effort to ping results in a "not found" message.  ndb/query won't 
execute, saying only "bad exec header"  (I may not remember that precisely).

I've read the man pages, and searched the archives for this newsgroup,
without success so far.  Any help would be greatly appreciated.

Craig Ludington
(who's delighted to be running Plan9!)







             reply	other threads:[~1995-09-24 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-09-24 15:04 presotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-09-24  6:13 Craig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19950924150414.zDvr-Hg9_nyJmQTbs0qprFYXkWbJJz7UdKWVM-KGuiU@z \
    --to=presotto@plan9.att.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).