Date: Tue, 06 Nov 2007 18:50:57 +0200 From: Stefan Lambrev <stefan.lambrev@moneybookers.com> To: freebsd-net@FreeBSD.org Subject: Re: icmp type 5 redirect Message-ID: <47309B71.9000804@moneybookers.com> In-Reply-To: <1194366322.8230.3.camel@darklight.org.ru> References: <47305839.3060705@moneybookers.com> <1194366322.8230.3.camel@darklight.org.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Yuri Pankov wrote: > On Tue, 2007-11-06 at 14:04 +0200, Stefan Lambrev wrote: > >> Hi, >> >> When FreeBSD 6 act as a gatewa,y by default sends icmp type 5 redirect >> when needed, >> but releng_7 does not. Any ideas how to enable this on RELENG_7? >> >> net.inet.icmp.maskrepl: 0 >> net.inet.icmp.icmplim: 200 >> net.inet.icmp.bmcastecho: 0 >> net.inet.icmp.quotelen: 8 >> net.inet.icmp.reply_from_interface: 0 >> net.inet.icmp.reply_src: >> net.inet.icmp.icmplim_output: 1 >> net.inet.icmp.log_redirect: 0 >> net.inet.icmp.drop_redirect: 0 >> net.inet.icmp.maskfake: 0 >> >> > > It's "net.inet.ip.redirect", if I'm not mistaken. > from /sys/netinet/ip_input.c: > > SYSCTL_INT(_net_inet_ip, IPCTL_SENDREDIRECTS, redirect, CTLFLAG_RW, > &ipsendredirects, 0, "Enable sending IP redirects"); > > The sysctl is ok. and the redirect work ok, I found where the problem is. seems that my problems are carp related :) but I'll share my findings on the "rtfree: 0xc741ee88 has 1 refs" thread and fill PRs where needed. > Yuri > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > -- Best Wishes, Stefan Lambrev ICQ# 24134177
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47309B71.9000804>