From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 22:39:05 2005 Return-Path: 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 EF27216A4CE for ; Wed, 19 Jan 2005 22:39:05 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB0C243D49 for ; Wed, 19 Jan 2005 22:39:05 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1CrOTf-0003bs-U0; Wed, 19 Jan 2005 23:39:05 +0100 Date: Wed, 19 Jan 2005 23:39:02 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <14924814831.20050119233902@hexren.net> To: Mauricio Brunstein In-Reply-To: <5982296405011914294f879bce@mail.gmail.com> References: <59822964050119131120fbb88c@mail.gmail.com> <17020225212.20050119222233@hexren.net> <598229640501191337b644520@mail.gmail.com> <16421516128.20050119224404@hexren.net> <5982296405011913535f848139@mail.gmail.com> <7122618543.20050119230226@hexren.net> <5982296405011914294f879bce@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit cc: freebsd-questions@freebsd.org Subject: =?iso-8859-15?q?Re=5B6=5D=3A_Can=B4t_access_a_box_remotely?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 22:39:06 -0000 MB> Hexren: MB> Why do you say: >> As a quick workaround: In your ppp.conf delete the default profile and >> rename your profile default. The remove the 'ppp_profile="my_isp"' >> line from your rc.conf. MB> I actually want to dial to my_isp from rc.conf. If I delete the MB> "default" profile, then I need to copy those 2 lines in that profile MB> to the "my_isp" profile? MB> Than you again, MB> Mauricio MB> PD: This is my ppp.conf: ----------------------------------------------- No those 2 lines must not be copied. Modify your ppp.conf so that it looks like default: set device PPPoE:fxp0 # replace fxp0 with your Ethernet device set mtu 1492 set mru 1492 enable mssfixup set ctsrts off set speed sync disable acfcomp protocomp deny acfcomp set authname xxxxxxxx set authkey yyyyyyyyy add default HISADDR # enable lqr disable ipv6cp #set lqrperiod 5 enable dns and I just looked at my rc.conf and would now say that it should say 'ppp_profile="default"' then your connection should be made through tun0.