Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 1997 03:15:20 +0000
From:      Brian Somers <brian@awfulhak.org>
To:        SPike <sporkl@dti.net>
Cc:        freebsd <freebsd-questions@freebsd.org>
Subject:   Re: ppp 
Message-ID:  <199712110315.DAA19562@awfulhak.demon.co.uk>
In-Reply-To: Your message of "Wed, 10 Dec 1997 20:07:53 EST." <348F3CE9.1FAA@dti.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Hey,
> 
> 	Got my ppp/netstat logs on a disk and have included them. tell me if
> they are garbled. Thank you.
> 
> 	-Spike
[.....]
> Routing tables
> 
> Internet:
> Destination        Gateway            Flags     Refs     Use     Netif Expire
> default            206.252.135.140    UGSc        1        1      tun0
> 127.0.0.1          127.0.0.1          UH          0        1       lo0
> 206.252.135.140    127.0.0.1          UH          1        0      tun0
[.....]
> 	set ifaddr 10.1.1.1/0 255.255.255.255
> 	add 0 0 HISADDR
> 	set openmode active
[.....]
> MYADDR: 
> 	delete ALL
> 	add 0 0 HISADDR

Looks like you're missing the second arg to ``set ifaddr''.  Your 
entry is saying "the peer can *only* have IP 255.255.255.255".  Try 

  set ifaddr 10.1.1.1/0 10.2.2.2/0

instead.

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





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