Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 1998 00:43:47 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        "Arisandy" <sandy@divre5.telkom.co.id>
Cc:        "Question" <questions@FreeBSD.ORG>, "Isp" <isp@FreeBSD.ORG>
Subject:   Re: ppp -auto -alias 
Message-ID:  <199805192343.AAA21189@awfulhak.org>
In-Reply-To: Your message of "Tue, 19 May 1998 11:36:55 %2B0700." <018d01bd82df$c2b71c20$7305600a@dial-up.divre5.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I run delete ALL in default section...still default route exits....

`delete all' deletes all routes for the tun device that ppp owns.  If 
you've got a default route via another interface that you want to 
remove, use `delete 0' or `delete default'.

> my local ipaddress is 10.96.5.180 (freeBSD) ....and my lan gateway is
> 10.96.5.1
> my client is 10.96.5.181 and 10.96.5.182.....
> ip address from isp is dynamic.....
> 
> if i try ppp -ddial demand....
> add default route exits....
> and then few seconds....there is messages like this...
> 
> ppp[180] tun0: Error : OpemModem failed :/ dev/cuaa0 : Interrupt system call

This is because opening /dev/cuaa0 is blocking.  Why, I don't know.

> I use this line as dial in server....I try to kill getty in process..
> but  still the same problem....

I assume the getty's running on /dev/ttyd0.  If not, that'll be the 
problem.  It mustn't run on /dev/cuaa0 (unless it's mgetty).
-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805192343.AAA21189>