From owner-freebsd-questions Fri May 26 1:28:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monica.et.bocholt.fh-gelsenkirchen.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by hub.freebsd.org (Postfix) with ESMTP id 42FE337BA97 for ; Fri, 26 May 2000 01:28:24 -0700 (PDT) (envelope-from hank@musashi.et.bocholt.fh-ge.de) Received: from musashi.et.bocholt.fh-ge.de (reserve.et.bocholt.fh-gelsenkirchen.de [193.175.197.95] (may be forged)) by monica.et.bocholt.fh-gelsenkirchen.de (8.9.3/8.9.3) with ESMTP id KAA19875; Fri, 26 May 2000 10:28:22 +0200 Received: from localhost (localhost.et.bocholt.fh-ge.de [127.0.0.1]) by musashi.et.bocholt.fh-ge.de (8.9.3/8.9.3) with ESMTP id KAA00484; Fri, 26 May 2000 10:28:21 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-ge.de) Message-Id: <200005260828.KAA00484@musashi.et.bocholt.fh-ge.de> To: Ruslan Ermilov , Glen Gross Cc: freebsd-questions@freebsd.org Subject: Re: ping -R In-reply-to: Your message of "Fri, 26 May 2000 10:02:53 +0300." <20000526100253.D82793@sunbay.com> Date: Fri, 26 May 2000 10:28:21 +0200 From: Dirk GOUDERS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You probably have your firewall blocking IP packets with record-route > option, do not you? I use a firewall, yes. But, even if I delete all rules except the default one 65535 allow ip from any to any ``ping -R'' will not work. Having read your remark I got ``ping -R'' working - but only after having removed any firewall options from my kernel configuration file. # # Firewall stuff # #options IPFIREWALL # firewall #options IPFIREWALL_VERBOSE # print information about #options "IPFIREWALL_VERBOSE_LIMIT=1" # limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default #options IPFILTER # kernel ipfilter support #options IPFILTER_LOG # ipfilter logging #options IPDIVERT # divert sockets The manual page says that ipfw will always discard IP fragments with fragment offset of one but that should not affect packets sent by ``ping -R'' - doesn't it? Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message