Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!vbcnet-west!bulb.garlic.com!news.scruz.net!kithrup.com!news.Stanford.EDU!su-news-hub1.bbnplanet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.internetmci.com!news-was.dfn.de!news-fra1.dfn.de!news-ge.switch.ch!feed2.belnet.be!news.belnet.be!feed1.news.innet.be!INbe.net!stns.news.pipex.net!warm.news.pipex.net!pipex!tank.news.pipex.net!pipex!news.utell.co.uk!usenet From: brian@shift.utell.net (Brian Somers) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: going nuts with ppp setup!!! Date: 2 Jun 1997 08:53:22 GMT Organization: Awfulhak Ltd. Lines: 28 Message-ID: <5mu1m2$n4a@ui-gate.utell.co.uk> References: <33923A13.5182@ucla.edu> Reply-To: brian@awfulhak.org, brian@utell.co.uk NNTP-Posting-Host: shift.utell.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42033 In article <33923A13.5182@ucla.edu>, Eugene S <eugenis@ucla.edu> writes: > Hi, > I have spent two days in a futile attempt to set up user ppp. > I looked at many different docs, but no matter what I do, I keep getting > "No route to host". I managed to set up pppd but connection is _very_ > slow. Any suggestions/advises would be greatly appreciated!!! Don't use "add 0 0 HISADDR" in ppp.conf, only use this in ppp.linkup. The third arg to add in ppp.conf should be the same as the second arg to "set ifaddr" -- without the /xx bit. So, you may have set ifaddr 10.10.10.10/0 10.10.11.11/0 add 0 0 10.10.11.11 The "add 0 0 HISADDR" is important in ppp.linkup however. This was my braino :( If it's *very* slow, you may want to wander by http://www.freebsd.org/~brian and pick up the latest copy from there (well, fairly recent anyway). It fixes a bug where non- TCP packets were being vj-compressed. -- Brian <brian@awfulhak.org> <brian@freebsd.org> <http://www.awfulhak.org> Don't _EVER_ lose your sense of humour !