Skip site navigation (1)Skip section navigation (2)
Date:      22 Jul 2001 18:41:15 -0700
From:      neal@nelsonnet.org
To:        freebsd-stable@freebsd.org
Subject:   PPP Can't Connect (Solution)
Message-ID:  <20010723014115.1927.cpmta@c000.snv.cp.net>

next in thread | raw e-mail | index | archive | help
I've finally found a way of getting dial out ppp to connect since my last CVSup of -stable a couple of weeks ago.

I found that the problem was in the sample ppp.conf file, which I had based my ppp.conf file closely on.

I had to change the line:
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
to:
set ifaddr 10.0.0.1/0 00.0.0.0/0 0.0.0.0 0.0.0.0

I don't know if it was the change in the netmask or the remote address that did the job but everything seems to work now as it did before.

I hope this will help anyone who had the same problem



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010723014115.1927.cpmta>