From owner-freebsd-hackers Sat Aug 23 20:47:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA03578 for hackers-outgoing; Sat, 23 Aug 1997 20:47:09 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA03557; Sat, 23 Aug 1997 20:47:02 -0700 (PDT) Received: from tom by misery.sdf.com with smtp (Exim 1.62 #1) id 0x2Tbm-00053x-00; Sat, 23 Aug 1997 20:44:58 -0700 Date: Sat, 23 Aug 1997 20:44:57 -0700 (PDT) From: Tom Samplonius To: BSD Mailing Archive cc: freebsd-mobile@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: [Q] Win95 SLIP/PPP over null modem? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 23 Aug 1997, BSD Mailing Archive wrote: > Hi, > I apologise if this has been answered b4, but I haven't been in this > list for quite a while, and I did search the archives. > > I'm trying to connect a Win95 laptop to my FreeBSD (2.1) machine and > basically have the FreeBSD host act as a gateway to the rest of the > network. I was wondering if I could simply use a null modem cable > between the two COM ports and trick win95 DUN into using that? AFAIK, > DUN will wait for a dial tone, which obviously isn't going to be there. > Any ideas? It is looking for a dial-tone, it looking for a "CONNECT xxx" in response to an "ATDT xxx-xxxx" command (plus some other AT commands it uses). I think you can work around this by using the scripting addon (part of the Plus pack, which also include SLIP support), and write a script which doesn't send AT commands. > Thanks in advance. > Len. > > > > Tom