Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 1995 19:30:43 -0700 (PDT)
From:      "Duane R. Ellison" <duane@gargamel.ptw.com>
To:        questions <questions@freebsd.org>
Subject:   User PPP question/problem
Message-ID:  <Pine.BSF.3.91.950708191638.180B-100000@saber.mute.com>

next in thread | raw e-mail | index | archive | help

I am having a problem using the User Process PPP program with FreeBSD 
2.0.5-RELEASE.  At the end of this message is my /etc/ppp/ppp.conf file.  
The program dials and logs into my service provider but the program does 
not establish a ppp connection.  I have to manually "kick start" the 
program to start everything.  I am not sure if I am doing anything 
wrong.  I have tried everything that I can think of but it hasn't 
accomplished much.  Below is pretty much what I do and what the program 
says.  Any help would be greatly appreciated...

(as root)
# ppp gargamel
User Process PPP. Written by Toshiharu OHNO.
Using interface: tun0
Interactive mode
ppp ON saber> dial
dial OK!
login OK!
ppp ON saber> Packet mode.
ppp ON saber> show log
07-08 19:13:29 [192] Using interface: tun0
 07-08 19:13:29 [192] PPP Started.
 07-08 19:13:52 [192] *Connected!
 07-08 19:13:52 [192] LCP: state change Initial --> Closed
 07-08 19:13:52 [192] LCP: state change Closed --> Stopped
ppp ON saber> close
ppp ON saber> term
Enter to terminal mode.
Type '~?' for help.
~p
ppp ON saber> Packet mode.
PPP ON saber> 

--- /etc/ppp/ppp.conf
# Default setup. Executed always when PPP is invoked.
#
default:
 set device /dev/cuaa2
 set speed 38400
 set timeout 180 180
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F2S11=55M0 OK-AT-OK \\dATDT\\T TIMEOUT 90 CONNECT"
#
gargamel:
 set phone *70,9431198
 set login "TIMEOUT 5 login-\\r-login duane-ppp word password"
 set timeout 120
 set ifaddr 0 204.178.60.5
 add 0 255.255.255.0 204.178.60.5
gdemand:
 set phone *70,9431198
 set login "TIMEOUT 5 login-\\r-login duane-ppp word password" 
 set timeout 120
 set ifaddr 0 204.178.60.5
 add 0 255.255.255.0 204.178.60.5
ppptelnet:
 set escape 0xff
ppptcp:
 set device 192.244.191.33:2400
-----
 

____________________________________________________________________________
       Duane Ellison                         duane@gargamel.ptw.com  
                                         http://gargamel.ptw.com/~duane     




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.950708191638.180B-100000>