From owner-freebsd-questions Mon Aug 19 16:55:36 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA28434 for questions-outgoing; Mon, 19 Aug 1996 16:55:36 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA28429 for ; Mon, 19 Aug 1996 16:55:33 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15872(2)>; Mon, 19 Aug 1996 16:54:46 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177517>; Mon, 19 Aug 1996 16:53:57 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: mike@networx.ie cc: FreeBSD Support Subject: Re: Does FBSD 2.1 honour ICMP redirects? In-reply-to: Your message of "Mon, 19 Aug 1996 13:25:04 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 19 Aug 1996 16:53:53 PDT From: Bill Fenner Message-Id: <96Aug19.165357pdt.177517@crevenia.parc.xerox.com> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message you write: >Now, when I ping a machine, for every echo request which I >generate, I get a redirect from the host at the other end of the >PPP link. > >Why doesn't FreeBSD honour the redirects and start >forwarding the datagrams to the new host? Redirects only work for routers on the same network. Since there are no other routers on your PPP link, redirects don't make any sense on it and the other end is wrong in sending them to you. Bill