Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 1998 21:16:36 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Tim Moony <timm@uniqsite.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: User PPP can't connect 
Message-ID:  <199802162116.VAA03965@awfulhak.org>
In-Reply-To: Your message of "Mon, 16 Feb 1998 09:24:21 PST." <Pine.BSF.3.96.980216090234.10074A-100000@uniqsite.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
[.....]
> Feb 16 09:01:59 uniqsite ppp[10067]: IPCP: Received Configure Request (221) state = Ack-Rcvd (7) 
> Feb 16 09:01:59 uniqsite ppp[10067]: IPCP:  COMPPROTO[6]  002d0f00 
> Feb 16 09:01:59 uniqsite ppp[10067]: IPCP:  IPADDR[6]  204.118.173.1 
> Feb 16 09:01:59 uniqsite ppp[10067]: IPCP: SendConfigNak(Ack-Rcvd) 
> Feb 16 09:01:59 uniqsite ppp[10067]: IPCP:  IPADDR[6]  207.33.94.1 
> 
> .....
> [snip]
> 
> I asked about the dynamic gateway and Mr. Brian Somers helped me in that
> (by telling me to put a /32 after the gateway address).  I just don't know
> what happened to my PPP configuration?!

Eh, no.  The /32 says that you're insisting on 32 bits of the IP 
number agreeing.

Try ``/0'' instead.  The above log says that you're insisting on the 
peer using 207.33.94.1 when he wants 204.118.173.1.

You want

  set ifaddr ..../0 204.118.173.1/0

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



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?199802162116.VAA03965>