From owner-freebsd-questions Thu Jun 28 14:20:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tungsten.btinternet.com (tungsten.btinternet.com [194.73.73.81]) by hub.freebsd.org (Postfix) with ESMTP id 468A037B40B for ; Thu, 28 Jun 2001 14:20:24 -0700 (PDT) (envelope-from john.toon@btinternet.com) Received: from host213-122-16-179.btinternet.com ([213.122.16.179] helo=btinternet.com) by tungsten.btinternet.com with esmtp (Exim 3.22 #9) id 15FjD3-0004kc-00 for freebsd-questions@freebsd.org; Thu, 28 Jun 2001 22:20:21 +0100 Message-ID: <3B3BADB8.9000504@btinternet.com> Date: Thu, 28 Jun 2001 22:20:40 +0000 From: John Toon User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.1-RELEASE i386; en-US; rv:0.9.1) Gecko/20010621 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Linux Applications Over PPP References: <46AEB8C1B628D511969200508B6FE42A668458@1upmc-msx6.isdip.upmc.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Person, Roderick wrote: > i've been using linux Opera for months and never had a problem. > > What your ppp set up? > > Roderick P. Person > Programmer II > (412)454-2616 > personrp@ccbh.com > http://www.ccbh.com Here is the contents of my ppp.conf file (obviously my username/pass is hashed out!): ---------- ################################################################# # 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/cuaa0 set log Phase Chat LCP IPCP CCP tun command set speed 57600 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0M0 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 anytime: set phone 08089933001 set authname #### set authkey #### -------- For some reason, Linux apps just don't seem to be even *recognising* the network connection... John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message