Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2000 09:30:43 -0400 (EDT)
From:      Marty Poulin <mpoulin@honk.org>
To:        "Jonathan E. Lyons" <parrothd@midwest.net>
Cc:        freebsd-questions@FreeBSD.ORG, chat@gtabug.org
Subject:   Re: Problems connecting to ADSL / PPPoE
Message-ID:  <Pine.LNX.3.96.1000427092015.4991A-100000@spectre>
In-Reply-To: <3.0.5.32.20000426104431.0085fb90@midwest.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 26 Apr 2000, Jonathan E. Lyons wrote:

> What do you ppp.log file say?
> 
> tail -f /var/log/ppp.log
> 
> My setup is simuliar, but there's something very funky about PPPoe and PPP.
> I haven't had enough time to work out all the quirks. Whats the IP address
> of the DSL modem? Mine uses a config IP address of 192.168.254.254, the
> times I've actually got PPPoe to work, I made sure that I could ping the
> DSL modem(added an alias of 192.168.254.1), then executed ppp -ddial -nat
> default.
> 

Well, I made the following modifications:

in /etc/rc.conf:

ifconfig_ed0="inet 192.168.254.1  netmask 255.255.255.255 -arp up"

and I changed my /etc/ppp/ppp.conf to match the example in the handbook.
The route error no longer comes up, but I still don't get connected.

Interesting - the connection status indicator on the ADSL modem goes from
red (no connection) to yellow (negotiating connection) while the PPP
script is attempting to connect.  But it never turns green (connected).

Here's a piece of my ppp.log:

===============================
/var/log/ppp.log:
===============================
Apr 26 19:00:00 rascal newsyslog[345]: logfile turned over
Apr 26 19:00:03 rascal ppp[331]: Phase: deflink: Disconnected! 
Apr 26 19:00:03 rascal ppp[331]: Phase: deflink: carrier -> hangup 
Apr 26 19:00:03 rascal ppp[331]: Phase: deflink: Connect time: 5 secs: 0
octets in, 0 octets out 
Apr 26 19:00:03 rascal ppp[331]: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Wed Apr 26 19:00:03 2000 
Apr 26 19:00:03 rascal ppp[331]: Phase: deflink: hangup -> opening 
Apr 26 19:00:03 rascal ppp[331]: Phase: deflink: Enter pause (15) for
redialing. 
Apr 26 19:00:18 rascal ppp[331]: Phase: deflink: Redial timer expired. 
Apr 26 19:00:18 rascal ppp[331]: Phase: deflink: Connected! 
Apr 26 19:00:18 rascal ppp[331]: Phase: deflink: opening -> dial 
Apr 26 19:00:18 rascal ppp[331]: Phase: deflink: dial -> carrier 
Apr 26 19:00:23 rascal ppp[331]: Phase: deflink: Disconnected! 
Apr 26 19:00:23 rascal ppp[331]: Phase: deflink: carrier -> hangup 
Apr 26 19:00:23 rascal ppp[331]: Phase: deflink: Connect time: 5 secs: 0
octets in, 0 octets out 
Apr 26 19:00:23 rascal ppp[331]: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Wed Apr 26 19:00:23 2000 
Apr 26 19:00:23 rascal ppp[331]: Phase: deflink: hangup -> opening 
Apr 26 19:00:23 rascal ppp[331]: Phase: deflink: Enter pause (15) for
redialing. 
Apr 26 19:00:38 rascal ppp[331]: Phase: deflink: Redial timer expired. 
Apr 26 19:00:38 rascal ppp[331]: Phase: deflink: Connected! 
Apr 26 19:00:38 rascal ppp[331]: Phase: deflink: opening -> dial 
Apr 26 19:00:38 rascal ppp[331]: Phase: deflink: dial -> carrier 
Apr 26 19:00:43 rascal ppp[331]: Phase: deflink: Disconnected! 
Apr 26 19:00:43 rascal ppp[331]: Phase: deflink: carrier -> hangup 
Apr 26 19:00:43 rascal ppp[331]: Phase: deflink: Connect time: 5 secs: 0
octets in, 0 octets out 
Apr 26 19:00:43 rascal ppp[331]: Phase:  total 0 bytes/sec, peak 0
bytes/sec on Wed Apr 26 19:00:43 2000 


Any more help would be greatly appreciated.


Thanks,

M.



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?Pine.LNX.3.96.1000427092015.4991A-100000>