Date: Wed, 19 Jan 2005 23:39:02 +0100 From: Hexren <me@hexren.net> To: Mauricio Brunstein <mbrunstein@gmail.com> Cc: freebsd-questions@freebsd.org Subject: =?iso-8859-15?q?Re=5B6=5D=3A_Can=B4t_access_a_box_remotely?= Message-ID: <14924814831.20050119233902@hexren.net> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14924814831.20050119233902>