Date: Thu, 9 May 1996 13:12:20 -0700 (PDT) From: John Utz <spaz@u.washington.edu> To: Toshihiro Kanda <candy@fct.kgc.co.jp> Cc: questions@freebsd.org Subject: Re: ppp -auto and network apps, does it work? Message-ID: <Pine.OSF.3.92a.960509130454.11313A-100000@becker2.u.washington.edu> In-Reply-To: <199605090721.QAA28042@xxx.fct.kgc.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Again;
On Thu, 9 May 1996, Toshihiro Kanda wrote:
> > final question; i have created a successfull entry in my /etc/ppp/ppp.conf
> > that will get me logged in and ppp'd up when i invoke it as ppp uw.
> > However, if i try ppp -auto uw ( uw is the configuration name ) then
> > telnet or ftp fail with a "no route to host". So evidently, the magic that
> > is supposed to dial ppp is not working. Has anybody gotten this to work?
>
> Entries for auto mode should have:
>
> set ifaddr <my interface IP address> <remote interface IP address>
>
> For dynamically assignment for local IP address, specify:
>
> set ifaddr 0 <remote interface IP address>
>
> Please refer `on demand example' of /etc/ppp/ppp.conf.sampe
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 have becker's ip in my /etc/hosts i do not have mead in my /etc/hosts
here is my ifconfig in my /etc/sysconfig
network_interfaces="cuaa1 lo0 ed0"
ifconfig_cuaa1="inet netmask 255.255.255.0"
ifconfig_lo0="inet localhost"
ifconfig_ed0="inet 10.0.0.1 netmask 0xffffff00"
any further suggestions would be appreciated!
> candy@fct.kgc.co.jp (Toshihiro Kanda)
>
tnx!
*******************************************************************************
John Utz spaz@u.washington.edu
idiocy is the impulse function in the convolution of life
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.92a.960509130454.11313A-100000>
