Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 12:20:32 -0700 (PDT)
From:      zaid <zaid@DashtiTeam.Com>
To:        User & Ian Patrick Thomas <ipthomas_77@yahoo.com>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: freebsd v4,3 KDE dialer
Message-ID:  <20010717121837.M54365-100000@FreeBSD.KuwaitNet.Net>
In-Reply-To: <20010717143039.B1048@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
this is my ppp.conf
--------------------------------------------------------
#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2 1999/08/27 23:24:08 peter Exp $
#################################################################

default:

 #
 # Make sure that "device" references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
 #

 set device /dev/cuaa1
 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 timeout 120
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 enable dns

papchap:

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

 set phone PHONE_NUBER
 set authname USER_NAME
 set authkey PASSWORD

qnet:
 set phone 811811
 set login "TIMEOUT 5 login:-\\r-login: ppp word: qqq"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 add default HISADDR
 accept chap
 deny pap
 disable chap
 disable pap
 set authname TheUser
 set authkey ThePass
 enable dns

-----------------------------------------------------------------

On Tue, 17 Jul 2001, User & Ian Patrick Thomas wrote:

> 	Send a copy of your ppp.conf file which should be in /etc.  I've never used KDE's
> dialer on FreeBSD, although it worked fine for me on Caldera 2.1.  I find it easier to
> edit config files by hand then to use the graphicals tools.  I learn more this way
> and it seems it is easier to debug problems this way.
>
> Ian
>
> As it was put forth by zaid on Mon, Jul 16, 2001 at 06:41:41PM -0700...
> > hi
> > i installed the FreeBSD 4.3
> > when i run internet dialer under KDE
> > it's connecting ok but after 2 second it's will disconnect me
> > why ??
> > thanks
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
>


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?20010717121837.M54365-100000>