From owner-freebsd-questions Sat Aug 10 7: 6:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3136037B400 for ; Sat, 10 Aug 2002 07:06:44 -0700 (PDT) Received: from ntl.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 652E043E5E for ; Sat, 10 Aug 2002 07:06:43 -0700 (PDT) (envelope-from william@palfreman.com) Received: from bell.lan.palfreman.com (localhost [127.0.0.1]) by ntl.com (8.12.3/8.12.3) with ESMTP id g7AEA5ED000367; Sat, 10 Aug 2002 15:10:05 +0100 (BST) (envelope-from william@palfreman.com) Received: from localhost (william@localhost) by bell.lan.palfreman.com (8.12.3/8.12.3/Submit) with ESMTP id g7AEA4Z1000364; Sat, 10 Aug 2002 15:10:04 +0100 (BST) X-Authentication-Warning: bell.lan.palfreman.com: william owned process doing -bs Date: Sat, 10 Aug 2002 15:10:04 +0100 (BST) From: William Palfreman X-X-Sender: william@bell.lan.palfreman.com To: "Radu M. =?iso-8859-1?b?T2JhZOM=?=" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP again or going back to Linux In-Reply-To: <1028793695.smmsdV1.1.2@217.10.192.252> Message-ID: <20020810143902.W222-100000@bell.lan.palfreman.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT 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 On Thu, 8 Aug 2002, Radu M. Obadã wrote: > Hi, > I have recently (that is yseterday) posted my PPP problem. Someone was > kind enough to answer and requested my ppp.conf and ppp.log. I posted > them, too. I just want to know if there is really someone who can > help... I know this sounds desperate, but that's how I really feel. > Beleive me, I don't want to switch back to linux - FreeBSD seems so > nice. > Anyhow, please let me know of any ideas you might have. Hey Radu. When I swithced from Linux to FreeBSD I more or less transfered the settings direct to the machine. I see you are using tun. I used pppd just like on Linux and it worked fine - or at least I was able to get it working. The only problem I found was that FreeBSD logs differnlty to Linux and seems to log a lot less, so it was quite hard to see what was going on. Let me look at my firewall to see what I used to do (got a cable-modem now :-)). This was my /etc/options: modem crtscts asyncmap 0 defaultroute lock idle 300 noauth This was my chap-secrets: myaccount.freeserve.co.uk * mypass * myotheraccount * mypass2 * My pap-secrets was sym-linked to chap-secrets (probably you shouldn't do that, but what the hell. My two pppd scripts (for my two diferent ISPs) were: #!/bin/sh /usr/sbin/pppd /dev/cuaa1 115200 user palfre connect "/usr/bin/chat -v \ '' AT OK ATM0 OK ATD08440416662 CONNECT '\d\c'" and: #!/bin/sh /usr/sbin/pppd /dev/cuaa1 115200 user sendmail.freeserve.co.uk connect \ "/usr/bin /chat -v '' AT OK ATM0 OK ATD08450796699 CONNECT '\d\c'" IIRC that was exactly as it had been on Linux, except that #!/bin/bash became #!/bin/sh -- Bill. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message