From owner-freebsd-questions Sat Oct 25 23:08:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20009 for questions-outgoing; Sat, 25 Oct 1997 23:08:52 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gridsat.thegrid.net (root@gridsat.thegrid.net [209.60.100.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20004 for ; Sat, 25 Oct 1997 23:08:50 -0700 (PDT) (envelope-from dean@thegrid.net) Received: from s12-98-228.thegrid.net (s12-98-228.thegrid.net [209.60.98.228]) by gridsat.thegrid.net (8.8.7/8.8.5) with SMTP id XAA05723 for ; Sat, 25 Oct 1997 23:08:48 -0700 (PDT) Message-Id: <3.0.3.16.19971025230624.23ef5c80@mail.thegrid.net> X-Sender: i236555@mail.thegrid.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (16) Date: Sat, 25 Oct 1997 23:06:24 To: freebsd-questions@FreeBSD.ORG From: Dean Subject: Getting ppp to find anything Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Folks, I downloaded FreeBSD from freebst.org about a week ago and it is my first real experience with UNIX (I''ve had shell accounts before). I'm having some trouble getting my 'puter connected up to the Internet with ppp. Here's what happens: I open up ppp and tell it to dial my provider (The Grid). It dials and logs in fine. PPP becomes capatilized and it seems that I've negotiated a connection. But if I try ping or tracertoue, nothing comes up. Traceroute comes back with all *'s, so I don't think it is getting an IP or finding the router. Sometimes when I go back to ppp, I get a "select: Bad file descriptor" error and ppp exits. netstat reports: unconnected: Destination Gateway Flags Refs Use netifexpire 127.0.0.1 127.0.0.1 UH 0 0 lo0 connected: Destination Gateway Flags Refs Use netifexpire default 209.60.228.1 UGSc 0 0 tun0 127.0.0.1 127.0.0.1 UH 0 0 lo0 209.60.228.1 209.60.228.127 UH 1 0 tun0 in my ppp.conf file: grid: set ns: 206.190.65.2 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 deny lqr delete ALL add 0 0 HISADDR in my ppp.linkup all I have is: MYADDR: delete ALL add 0 0 HISADDR the ppp.log file reports (and this is from a different attempt than the netstat report) Phase: Network myaddr=209.60.233.188 hisaddr=209.60.233.1 OsLinkup:209.60.233.1 OsLinkdown:209.60.233.1 Terminated 0 Any ideas? Thanks, Dean