Date: Fri, 16 Jun 2000 01:52:29 GMT From: mike@sentex.net (Mike Tancsa) To: blake@sba.miami.edu (Adam Blake) Cc: questions@freebsd.org Subject: Re: PPPoE help me please!! Message-ID: <39498654.313616947@mail.sentex.net> In-Reply-To: <SEN.961110476.413639692@news.sentex.net> References: <20000615154706.A3327@luna.osd.bsdi.com> <SEN.961110476.413639692@news.sentex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15 Jun 2000 19:07:57 -0400, in sentex.lists.freebsd.questions you wrote: >And yes, I recompiled the Kernel with all of the Netgraph options about >a month ago. > >If anybody is out there with any ideas at all please let me know!! Try creating a /etc/ppp/ppp.conf entry like this default: set log Phase Chat LCP IPCP CCP tun command nat enable yes nat same_ports yes #nat pptp nat use_sockets yes #set redial 15 28800 set reconnect 15 288000 pppoe: set device PPPoE:fxp1 set mru 1492 set mtu 1492 set speed sync enable lqr set lqrperiod 5 set cd 5 set dial set login set timeout 0 set authname youruserid@yourdomainPerhaps.com set authkey yourauthkey set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR And then, ppp -ddial pppoe If its still not working, post the logs from the above session... ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) 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?39498654.313616947>