what tests you have done to come to the conclusion
that your connection is not working.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Allyn
Cheney
Sent: Thursday, June 09, 2005 3:38 PM
To: freebsd-questions@freebsd.org
Subject: Re: PPPoE Configuration
It has to be something with the PPP config stuff, I followed everyones advice
and it still refuses to actually get a connection to my isp. If i type ppp
-ddial isp it shows the interface as up in ifconfig but no ip information. If i
just do ppp then dial isp it doesn't show the connection tun0 a
Hello,
I don't know exactly if different ISP need different configuration, but
the following minimal configuration worked always for me:
# cat /etc/ppp/ppp.conf
myisp:
set device PPPoE:
set log Phase IPCP CCP Warning Error Alert
add! default HISADDR
set authname
set authkey
=
Try this
start of DSL ppp.conf ###
default:
set log Phase tun #use to avoid excessive log sizes
set timeout 0 # no idle time out, will not disconnect
dialisp:
set device PPPoE:XXX # replace xxx with your NIC device
name
set au
On Thu, 2005-06-09 at 02:42 -0400, Allyn Cheney wrote:
> I'm trying to setup a Freebsd box to act as my router/firewall and as such
> I've been trying to configure it to connect to my ISP's PPPoE dsl service. It
> doesn't connect and the errors provided in the log prove don't show me much
> cont