From owner-freebsd-questions Mon May 19 12:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA12883 for questions-outgoing; Mon, 19 May 1997 12:40:05 -0700 (PDT) Received: from milo.cfw.com (milo.cfw.com [205.219.240.6]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA12878 for ; Mon, 19 May 1997 12:40:03 -0700 (PDT) Received: from RA61wb11.cfw.com by milo.cfw.com; (5.65v3.2/1.1.8.2/12Dec95-0403PM) id AA17742; Mon, 19 May 1997 15:40:25 -0400 Message-Id: <9705191940.AA17742@milo.cfw.com> X-Mailer: Microsoft Outlook Express 4.71.0544.0 From: "Paul Missman" To: Subject: PPP problem Date: Mon, 19 May 1997 15:47:01 -0400 X-Priority: 3 X-Msmail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mimeole: Produced By Microsoft MimeOLE Engine V4.71.0544.0 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, First off, I'd like to say that freebsd seems to be a very good product. The efficiency on CPU utilization seems to be quite good. I have not had an opportunity to benchmark it against other systems (like Linux), but it certainly blows the doors off of Win95. I used to squeeze realtime performance out of sub-1-MIPS processors, so I appreciate efficiently written OSes. :o) So far I've learned to sysgen ("kernel building" in UNIX vernacular) freebsd. Not much different from the minicomputers I used to play with. About the only difference is that, in those, you fed the configuration statements for devices, etc. to a macro assembler, and here it gets done by the C compiler. An interesting aside here is that it takes about as long to build the UNIX kernel on a 200 MIPS machine under C as it took to build one of those kernels on a 1 MIPS machine with a macro assembler. Ok, enough rambling. My freebsd box talks to the ethernet just great, but I've been trying to get PPP support going in user mode. Thus far, I've been able to get it to dial, log on, negotiate a PPP session, get the dynamic IP addresses and put them in the routing table (netstat shows them assigned to the correct interface). However, when I try to ping the any of the machines which should be on the other end, I get a "no route to host" message. Additionally, for each ping, I get the old UNIX message "his magic is bad", placed into the PPP log. Any ideas on this one? I can send a copy of my ppp.config if you need to see it. BTW, it is freebsd release 2.2.1, which I downloaded from freebsd.org. Thanks, and have a good day, Paul Missman