Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsfeed.internetmci.com!news-was.dfn.de!news-fra1.dfn.de!zeus.rbi.informatik.uni-frankfurt.de!grapool30.rz.uni-frankfurt.de!not-for-mail From: Marko Schuetz <marko@kiste-5.ki.informatik.uni-frankfurt.de> Newsgroups: comp.unix.bsd.freebsd.misc Subject: IIJPPP Problem: SIOCAIFADDR Date: 16 Apr 1997 19:05:26 +0200 Organization: J.W.Goethe-Universit"at, Frankfurt, Informatik Lines: 41 Message-ID: <86ohbegap5.fsf@kiste-5.ki.informatik.uni-frankfurt.de> NNTP-Posting-Host: kiste-5.ki.informatik.uni-frankfurt.de Mime-Version: 1.0 (generated by tm-edit 7.66) Content-Type: text/plain; charset=US-ASCII X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39168 When I run ppp -auto default It says SIOCAIFADDR: Device not configured at startup. The output of of ifconfig shows ed0, lo0, sl0, ppp0 and tun0 of which only lo0 has an inet shown. I have followed the Pedantic PPP Primer as well as How to use IIJ-PPP and I cant seem to get IIJ-PPP to work. I understand IIJ-PPP is the "recommended" ppp for FreeBSD and I would like to get it to work, if only to see what I'm doing wrong. I am able to run pppd! The .ppp.conf looks like this: # Default setup. Always executed when PPP is invoked. # default: set device /dev/cuaa0 set speed 38400 set phone 20123 disable pred1 deny pred1 disable lqr deny lqr set openmode active set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATS41.4=1 OK ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 100 CONNECT" set login "TIMEOUT 10 ogin:-\\r-ogin: xxxxx assword: xxxxxx ascend ppp" set ifaddr 123.4.56.78/16 123.4.90.1/16 255.255.255.0 add 0 0 123.4.90.1 [stuff deleted] Any hints? Marko