From owner-freebsd-hackers Mon Nov 11 22:31:59 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA25908 for hackers-outgoing; Mon, 11 Nov 1996 22:31:59 -0800 (PST) Received: from bunyip.cc.uq.oz.au (daemon@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA25888 for ; Mon, 11 Nov 1996 22:31:52 -0800 (PST) Received: (from daemon@localhost) by bunyip.cc.uq.oz.au (8.7.6/8.7.3) id QAA04641 for hackers@freebsd.org; Tue, 12 Nov 1996 16:31:37 +1000 Received: from pandora.devetir.qld.gov.au by ogre.devetir.qld.gov.au (8.7.5/DEVETIR-E0.3a) with ESMTP id QAA13565 for ; Tue, 12 Nov 1996 16:35:37 +1000 (EST) Received: from netfl15a.devetir.qld.gov.au (netfl15a.devetir.qld.gov.au [167.123.24.12]) by pandora.devetir.qld.gov.au (8.6.10/8.6.12) with ESMTP id QAA20029 for ; Tue, 12 Nov 1996 16:32:51 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id GAA27134 for ; Tue, 12 Nov 1996 06:31:29 GMT Message-Id: <199611120631.GAA27134@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: hackers@freebsd.org Subject: PPP Question - help! X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Nov 1996 16:31:29 +1000 From: Stephen Hocking Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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.