*BSD News Article 99729


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!sol.net!spool.mu.edu!newsspool.sol.net!howland.erols.net!ix.netcom.com!news
From: "Thomas D. Dean" <tomdean@ix.netcom.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: User PPP will not dial
Date: Tue, 15 Jul 1997 22:07:48 -0700
Organization: Netcom
Lines: 83
Message-ID: <33CC5724.167EB0E7@ix.netcom.com>
NNTP-Posting-Host: sil-wa5-10.ix.netcom.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-NETCOM-Date: Tue Jul 15 10:07:21 PM PDT 1997
X-Mailer: Mozilla 3.01 (X11; U; FreeBSD 2.1.5-RELEASE i386)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44489

I found this question in the archives, but, I cannot find the
answer

>Date:      Mon, 22 Jan 1996 20:48:04 -0800 (PST)
>From:      Doug White <dwhite@riley-net170-164.uoregon.edu>
>To:        Keith Leonard <keithl@gil.net>
>Sender:    owner-questions@freebsd.org
>Subject:   Re: Problems with ppp
>
>On Sun, 21 Jan 1996, Keith Leonard wrote:
>
>> I have set up ppp acording to the 2.1 Handbook. Recompile the kernel >for 
><> features I need. Set up all the files as specified with appropriate 
>> information. Using- tun0 as the interface and user ppp. If I type "ppp" 
>> and then type "term" then "atdt3828870" the connection is made no problem 
>> (unfortunately I have no idea what to do from there). If I try "dial 
>> provider" I get 'dial failure' with NO modem activity at all or the 
>> system locks up.  Any ideas?????
>
>Let's take a look at your /etc/ppp/ppp.conf.  DOn't forget to blank out 
>your password.
>
>Doug White                              | University of Oregon  
>Internet:  dwhite@gladstone.uoregon.edu | Residence Networking Assistant
>http://gladstone.uoregon.edu/~dwhite    | Computer Science Major

I have the same problem.  I can connect manually via 'term', but, cannot
'dial'.  When I try 'dial', there is no access to the modem.  I get
messages
that say ppp is trying to dial and then dial failed.

Here are my ppp.* files:

###################################################################
#
# /etc/ppp.conf
#
# 970715 tomdean - initial version
#
###################################################################
#
# executed every time ppp starts
#
default:
 set device /dev/cuaa1
 set speed 115200
 set parity none
 set timeout 0
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT
5\"\"AT&FX4&B1&C1&D2&H1&K3&R2 OK-AT-OK\\dATDT\\T TIMEOUT 60 CONNECT"
 set redial 3 10
 
#
# isp config
#
isp:
 set phone "6980088"
# my isp requires a '#' as the first char of the user name
 set login "TIMEOUT 5 ogin:-\\r-ogin:#<my user name> word:<my password>"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 netmask 0xffffff00
 delete ALL
 add 0 0 10.0.0.2


###################################################################
#
# /etc/ppp.linkup
#
# 970715 tomdean - initial version
#
###################################################################
#
# tell ppp what to do when he makes a connection

#
MYADDR:
 delete ALL
 add 0 0 HISADDR


Any ideas?