Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 May 1995 17:05:59 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Gene Stark <gene@starkhome.cs.sunysb.edu>
Cc:        hackers@FreeBSD.org
Subject:   Re: IIJ PPP 
Message-ID:  <5274.799632359@time.cdrom.com>
In-Reply-To: Your message of "Thu, 04 May 1995 07:40:05 EDT." <199505041140.HAA00276@starkhome.cs.sunysb.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> I finally got around to playing with /usr/sbin/ppp.  (I have been using
> pppd for over a year.)  In my first attempts, I tried to dial manually,
> but as soon as carrier is established, a hangup occurs immediately.
> Does anyone who is currently using /usr/sbin/ppp know why that is and
> what the fix is?  I am hoping to save myself several hours of pawing

Well, I think it may be a little premature to assume that this
requires a "fix".  I can say that it works just peachy for me, and
with no hangup problems whatsoever.  My configuration file looks
like this:

#################################################################
#
#  	PPP  Sample Configuration File
#
#	  Written by Toshiharu OHNO
#
# $Id: ppp.conf.sample,v 1.2 1995/02/26 12:16:36 amurai Exp $
#
#################################################################
#
# Default setup. Executed always when PPP is invoked.
#
default:
 set device /dev/cuaa1
 set speed 115200
 set debug phase
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIR TIMEOUT 5 \"\" AT OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"
#
# Example with login script
#   o From PPP prompt,
#	ppp> dial simplesite
#     will automatically dials and perform login procedure.
#
#       ppp> load simplesite
#     will also load and execute commands, but don't dial.
#
#   o From shell, invoke as
#       % ppp simplesite
#     will load commands associated with the label. Use,
#       ppp> dial
#     to establish the connection.
#
# 192.216.222.11 is my Cisco DS500.  192.216.222.17 is me (morton.cdrom.com)
# names and passwords changed to protect the innocent.
#
morton:
 set phone 5551212
 set login "TIMEOUT 5 name:-\\r-name: myname word: mypassword cisco> ppp name: morton word: mypassword PPP"
 set timeout 0
 set ifaddr 192.216.222.17 192.216.222.11
 add 0 255.255.255.224 192.216.222.11



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