Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Nov 2001 15:31:06 -0800
From:      "joe bob" <johng54429@hotmail.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   PPP blank authname
Message-ID:  <F11ixqDCZx4FR0rmTIV0002b6d7@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hello, I have a problem getting my ppp connection to work under freebsd.  
Whenever I dial papchap to connect to my ISP, it dials and then when it is 
supposed to send the username I get an error message saying "error sending 
blank authname" or something to that effect.  I know there is nothing wrong 
with my hardware as I have gotten the connection to work perfectly under 
slackware using the 'pppsetup' command.  Maybe I am doing something wrong in 
the configuration file?  Anyways here is my ppp.conf file.  I have omitted 
my ISP's phone number, my username and my password and replaced them with 
<field> I can assure you however that my #, name, and pass are all of the 
correct values and that the problem does not lie there.  If anyone has any 
ideas please contact me at:
JohnG54429@hotmail.com
#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.1 2000/08/18 08:33:02 jhb Exp $
#################################################################

default:
ident user-ppp VERSION (built COMPILATIONDATE)

# Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
set device /dev/cuaa0
set login
set log Phase Chat LCP IPCP CCP tun command
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
set timeout 120			# 3 mintue idle timer (the default)
add default HISADDR			# Add a (sticky) default route
enable dns				# request DNS info (for resolv.conf)

papchap:

#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#

set phone <field>
set authname <field>
set authkey <field>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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?F11ixqDCZx4FR0rmTIV0002b6d7>