Thanks, will do.
Michael Remski
Software Engineer
[EMAIL PROTECTED]
7 Henry Clay Drive
Merrimack, NH 03054
+1 603.879.7241 direct
+1 603.577.5533 fax
www.ellacoya.com
On Mon, 4 Dec 2000, Brian Somers wrote:
> Sorry for the delay - I've had no connectivity over the weekend...
>
> I think you ne
Sorry for the delay - I've had no connectivity over the weekend...
I think you need to add some bits to your ppp config to find out
what's going on. I'd suggest:
ppp.linkup:
MYADDR:
set log -dns -tcp/ip
ppp.linkdown:
MYADDR:
set log +dns +tcp/ip
The idea is to enable tcp/ip and
Check out http://www.FreeBSD.org/FAQ/ppp.html. Your best bet is to
set up a diagnostic socket and attach to it when ppp appears hung.
You should be able to ``set log local physical'' and see any incoming
and outgoing traffic. If there's no incoming traffic, I'd tend to
blame the peer.
> Hi