Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 23:28:42 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        Richard Ward <mh@neonsky.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: icmp redirects
Message-ID:  <20010129232842.G91447@rfx-216-196-73-168.users.reflex>
In-Reply-To: <04eb01c08a89$206c6060$0101a8c0@pavilion>; from mh@neonsky.net on Tue, Jan 30, 2001 at 01:51:49AM -0500
References:  <04eb01c08a89$206c6060$0101a8c0@pavilion>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 30, 2001 at 01:51:49AM -0500, Richard Ward wrote:
> I just upgraded to BIND 9.1, and for some reason it's not accepting icmp redirects. On Linux I can simply echo /proc/1 to /proc/sys/net/ipv4/conf/all/accept_redirects. How is this done in FreeBSD? My router is giving me errors because BIND won't accept the redirects.

The BSD's use sysctl(8). I believe the one you want is,

  # sysctl -w net.inet.ip.redirect=1

> Jan 30 06:28:49 raven /kernel: arplookup 10.2.0.1 failed: host is not on local network

Hrm. It is not obvious to me how a redirect would fix that.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


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?20010129232842.G91447>