Date: Tue, 12 Nov 1996 16:31:29 +1000 From: Stephen Hocking <sysseh@devetir.qld.gov.au> To: hackers@freebsd.org Subject: PPP Question - help! Message-ID: <199611120631.GAA27134@netfl15a.devetir.qld.gov.au>
next in thread | raw e-mail | index | archive | help
I'm trying to connect to a particular ISP, who normally has people using winsock et cetera as clients. When I login, the ppp.log shows the following - 11-12 16:20:37 [259] Using interface: tun0 11-12 16:20:37 [259] PPP Started. 11-12 16:21:46 [259] *Connected! 11-12 16:22:08 [259] Phase: Authenticate 11-12 16:22:08 [259] Phase: Network 11-12 16:22:11 [259] myaddr = 203.12.164.198 hisaddr = 0.0.0.0 11-12 16:22:11 [259] OsLinkup: 0.0.0.0 & I ge the message SIOCAIFADDR: Destination address required, clearly because this person (for some reason) isn't supplying the address at their end. What do I need to set up at my end to make this work? My ppp.conf file has the following - default: set line /dev/tty00 set speed 57600 set parity none set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" ispfoo set phone 12345678 set authname noname set authkey NotReallyMyPassword set parity none set login "TIMEOUT 10 ername: \\U word: \\P oice: ppp" set timeout 0 dial -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611120631.GAA27134>