From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: wstan@planet.nl, 9fans@cse.psu.edu Subject: Re: [9fans] connecting to ISP with PAP? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001113154940.DEE46199DC@mail.cse.psu.edu> Date: Mon, 13 Nov 2000 10:49:28 -0500 Topicbox-Message-UUID: 297c7b9e-eac9-11e9-9e20-41e7f4b1d025 Try it without telco at all. Just dial the number through ppp. We can cross the telco bridge when we've got real connections. To dial through ppp: ip/ppp -fP -m 1500 -p /dev/eia1 -s $host:$pass and when it prompts you type atdt0,5303333^M where '^M' is the ctrl key plus the m key. The 'at' interface needs real carriage returns. After it's connected, just type ^D If that works, we can go on to debugging telco or, better yet, ignore it completely.