*BSD News Article 81593


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!solace!eru.mt.luth.se!news-stkh.gsl.net!news.gsl.net!news-peer.gsl.net!news.gsl.net!howland.erols.net!newsfeed.internetmci.com!news.infi.net!usenet
From: Jack <jack@diamond.xtalwind.net>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Help setting up autodial PPP to ISP
Date: Sun, 27 Oct 1996 01:51:32 -0500
Organization: InfiNet
Lines: 38
Message-ID: <32730674.41C67EA6@diamond.xtalwind.net>
References: <stanbDzw39F.7IL@netcom.com>
NNTP-Posting-Host: h-admissible.x31.infi.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01b1Gold (X11; I; FreeBSD 2.1.5-RELEASE i386)
To: Stan Brown <stanb@netcom.com>

Stan Brown wrote:
> 
>         Could some kind soul give me some advice on setting up PPP to
> my local ISP?
> 
>         I am trying to get autodial to work. I presently have gotten
> it working corectly for manual dialing. I am using user mode PPP.
> I could switch to kernelmode if that will solve my problem. The ISP in
> question dynamically assigns me an IP address on every dial in. Every
> time I try to do "ppp -auto isp" I get an error message saying that I
> have to specefiy the destination address to use this feature. Does
> this mean I can't do this? 

Absolutely not.  

> Or am I missing somehting?

Probably.  :) 

Try sticking these lines within your isp: block in /etc/ppp/ppp.conf

 set ifaddr 127.1.1.1/0 127.1.1.2/0
 add 0 0 127.1.1.2

and make sure that 

MYADDR:
 delete ALL
 add 0 0 HISADDR

is in /etc/ppp/ppp.linkup


-- 
"There is no reason for any individual to have a computer in their
home."
                -- Ken Olson, President of DEC, World Future Society
				   Convention, 1977