From owner-freebsd-hackers Thu Feb 22 17:38:56 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07570 for hackers-outgoing; Thu, 22 Feb 1996 17:38:56 -0800 (PST) Received: from linus.demon.co.uk (linus.demon.co.uk [158.152.10.220]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA07551 for ; Thu, 22 Feb 1996 17:38:27 -0800 (PST) Received: (from mark@localhost) by linus.demon.co.uk (8.7.3/8.7.3) id BAA02884; Fri, 23 Feb 1996 01:25:30 GMT Message-Id: <199602230125.BAA02884@linus.demon.co.uk> From: mark@linus.demon.co.uk (Mark Valentine) Date: Fri, 23 Feb 1996 01:25:29 +0000 In-Reply-To: "Pavlov's Cat"'s message of Feb 21, 12:59pm X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: SimsS@Infi.Net, hackers@FreeBSD.org Subject: Re: kernel pppd & Shiva LanRover Sender: owner-hackers@FreeBSD.org Precedence: bulk > From: "Pavlov's Cat" > Date: Wed 21 Feb, 1996 > Subject: kernel pppd & Shiva LanRover > Anyone have any experience getting kernel-mode ppp to work as a client > connecting to a Shiva LanRover? Yes. I've had it working two ways: (1) using a chat script to log in to the LanRover (you need to have shell access or some such configured for your LanRover account, and send a couple of carriage returns on connect to get the prompt; and (2) using CHAP to authenticate (for this, you don't need "shell" access). I'm using a fixed IP address, haven't tried a random one. My chat script when I used method (1) looked like: ABORT BUSY ABORT "NO CARRIER" "" "ATZ" \ OK "ATDT$phone" \ CONNECT "\r" \ id: $user \ assword? \\q$password \ ialback: "" \ ">" ppp \ "starting PPP" Using method (2), my chat script is simply the part up to "CONNECT" above, and my /etc/ppp/chap-secrets contains a line like: user server password When my admin was setting up the LanRover end, I noticed that most account names were full names with spaces (Windoze clients), so this might need some careful quoting (I just had him use my standard Unix login name). I can't remember where I got the server name: I think it was either a name I saw when I logged in manually, or the host part of the LanRover's domain name - I can check this if you're stuck. If I've forgotten anything, or you need more help, drop me a line at work: mark@europe.shiva.com. If I can't sort you out (I haven't really had much exposure of these boxes... yet), I knew a few people who should be able to. ;-) > Any help and I owe you a bunch of > #include Mine's a virtual whisky, thanks! (If you're ever in Edinburgh, Scotland: Shiva Europe HQ and the Scotch Malt Whisky Society HQ are only a few hundred yards' distant...) Mark.