Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!asami From: asami@cs.berkeley.edu (Satoshi ASAMI) Newsgroups: comp.os.386bsd.misc Subject: Re: PPP under BSD (have a heart) Date: 28 Jul 94 15:14:26 Organization: CS Div. - EECS, University of California, Berkeley, CA 94720 Lines: 24 Message-ID: <ASAMI.94Jul28151426@cory.cs.berkeley.edu> References: <317qnl$f1m@cyberspace.com> NNTP-Posting-Host: cory-138.eecs.berkeley.edu In-reply-to: monk@cyberspace.com's message of 28 Jul 1994 01:37:09 -0700 In article <317qnl$f1m@cyberspace.com> monk@cyberspace.com (Robert Mobbs) writes: * Changing over to FreeBSD would be a major pain in the OS, so if anyone * who has had a great deal of success with DIP/SLIP/PPP connections under * FreeBSD would be willing to instruct me as to how to set it up, I would * gladly change systems. It was very easy for me, and should be for you too, if you follow the right path. I wrote how I did it in freebsd.cdrom.com:pub/FreeBSD/FAQ/OTHER-FAQS/FreeBSD.slip.dialup.faq so you can grab it. By the way, note that the "stty clocal" hack is no longer necessary---use the /dev/cua0? devices instead of tty0? as mentioned in the FAQ (I can't edit it now). For COM3 and COM4, the device files are already there, and if your modem is on COM1 or COM2, you need to "cd /dev; sh MAKEDEV cua00" (or 01 for COM2) to make the device. Satoshi