From owner-freebsd-questions Thu May 9 17:25:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA14452 for questions-outgoing; Thu, 9 May 1996 17:25:13 -0700 (PDT) Received: from mail0.iij.ad.jp (root@mail0.iij.ad.jp [192.244.176.61]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA14441 for ; Thu, 9 May 1996 17:25:10 -0700 (PDT) Received: from uucp1.iij.ad.jp (uucp1.iij.ad.jp [192.244.176.73]) by mail0.iij.ad.jp (8.6.12+2.4W/3.3W9-MAIL) with ESMTP id JAA05437; Fri, 10 May 1996 09:25:06 +0900 Received: (from uucp@localhost) by uucp1.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id JAA20447; Fri, 10 May 1996 09:25:06 +0900 Received: from xxx.fct.kgc.co.jp by yyy.kgc.co.jp (8.7.5/3.4W:95122611) id JAA22191; Fri, 10 May 1996 09:01:19 +0900 (JST) Received: from localhost by xxx.fct.kgc.co.jp (8.6.12/3.3W8:95062916) id JAA03152; Fri, 10 May 1996 09:01:18 +0900 Message-Id: <199605100001.JAA03152@xxx.fct.kgc.co.jp> To: John Utz cc: Toshihiro Kanda , questions@freebsd.org Subject: Re: ppp -auto and network apps, does it work? In-reply-to: Your message of "Thu, 09 May 1996 13:12:20 MST." Date: Fri, 10 May 1996 09:01:18 +0900 From: Toshihiro Kanda Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message , John Utz writes: > this is my /etc/ppp/ppp.conf > default: > set speed 57600 > set device /dev/cuaa1 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK > \\dATDT$ > set login "TIMEOUT 5 name:-\\r-name: spaz word: thunder~ >> ppp" > set timeout 420 > > uw: > set phone 6857796 > set ifaddr 0 140.142.178.4/0 > add 0 255.255.255.0 140.142.178.4/0 > dial > > when i invoke this as ppp uw, all is well. I have no trouble getting a > connection on the uw domain. > > when i invoke it a ppp -auto uw, i get this: > > User Process PPP. Written by Toshiharu OHNO. > Log level is 09 > Warning: No password entry for this host in ppp.secret > Warning: All manipulation is allowed by anyone in the world > Using interface: tun0 > Automatic mode > mira: {34} ping becker > PING becker.u.washington.edu (140.142.12.67): 56 data bytes > ping: sendto: No route to host > ping: wrote becker.u.washington.edu 64 chars, ret=-1 > ping: sendto: No route to host > ping: wrote becker.u.washington.edu 64 chars, ret=-1 > ping: sendto: No route to host > ping: wrote becker.u.washington.edu 64 chars, ret=-1 > ping: sendto: No route to host > ping: wrote becker.u.washington.edu 64 chars, ret=-1 > ping: sendto: No route to host > ping: wrote becker.u.washington.edu 64 chars, ret=-1 > ^C > --- becker.u.washington.edu ping statistics --- > 5 packets transmitted, 0 packets received, 100% packet loss > mira: {35} ping mead.u.washington.edu > ping: unknown host mead.u.washington.edu I wonder if the final `dial' command isn't needed. Anyway, how `netstat -rn' and `ifconfig tun0' say after `ppp -auto'? Is there a route for 140.142.16.67? candy@fct.kgc.co.jp (Toshihiro Kanda)