Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 1998 11:31:44 -0400
From:      "Kevin B. Smith" <kbsmith@umich.edu>
To:        "'questions@freebsd.org'" <questions@FreeBSD.ORG>
Subject:   Kernel PPP 2.2.0
Message-ID:  <01BDA288.794D4140@1Cust124.tnt5.det3.da.uu.net>

next in thread | raw e-mail | index | archive | help
Dear Techies, 
I am running FreeBSD 2.2.6 and have configured pppd 2.2.0 with the following files:

Options
Defaultroute
Crtscts
Modem
User <username>
Lock
<primary dns>:<secondary dns>

dial.conf
# Abort the chat script if the modem replies BUSY or NO CARRIER
ABORT BUSY
ABORT 'NO CARRIER'
#Wait up to 5 seconds for the reply to each of these
TIMEOUT 5
'' ATZ
OK ATDT<phone # of isp>
# Wait 40 seconds for connection
TIMEOUT 40
CONNECT
TIMEOUT 5
Ogin:--ogin: <username>
Sword: <password>

Then I initiate communication with the following line:
Pppd /dev/cuaa2 57600 connect 'chat -f /etc/ppp/dial.chat' user username

The modem then dials and it appears to be communicating with the other side, however, a ppp connection is never established.

When I dial manually this way:
Ppp
Set line /dev/cuaa2
At
Atd<number>

I receive the following screen:

Etc.blah.net

Login: <username>
Password: <password>

At each prompt I can enter my username and password and I'll receive a message that says, Initiating PPP, your IP address is: etc.  However, I still don't have a ppp connection.

Any suggestions?

Thanks in advance,
Kevin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BDA288.794D4140>