Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 1997 03:01:58 +0100
From:      Brian Somers <brian@awfulhak.org>
To:        Jay Sachs <sachs@interactive.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 2.2-stable user ppp woes ... 
Message-ID:  <199706280201.DAA27805@awfulhak.demon.co.uk>
In-Reply-To: Your message of "27 Jun 1997 15:27:43 EDT." <87lo3v9780.fsf@luddite.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Problems began three days ago.  My ISP says noone else has
> reported this, and that nothing changed since Monday, so something
> must've happened on my end.
> 
> I've been running user ppp with no problems for over a year.
[.....]
>   set ifaddr 0/0 208.192.224.8/0 255.255.255.0/0
               ^^^
>   add 0 0 208.192.224.8

This never worked (not in -auto/-ddial anyway).  You must specify
a "guess" ip number at least, and netmasks shouldn't really have
a netmask specified.... Try using

    set ifaddr 10.10.10.10/0 208.192.224.8/0 255.255.255.0

in ppp.conf, and

    delete ALL
    add 0 0 HISADDR

in ppp.linkup.
-- 
Brian <brian@awfulhak.org>, <brian@freebsd.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?199706280201.DAA27805>