From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 7 08:54:35 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE6B37B401 for ; Mon, 7 Jul 2003 08:54:35 -0700 (PDT) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDE443F85 for ; Mon, 7 Jul 2003 08:54:34 -0700 (PDT) (envelope-from db@traceroute.dk) Received: from user5.cybercity.dk (fxp0.user5.ip.cybercity.dk [212.242.41.51]) by cicero1.cybercity.dk (Postfix) with ESMTP id 8BE715C4C4D; Mon, 7 Jul 2003 17:54:32 +0200 (CEST) Received: from main (port132.ds1-arsy.adsl.cybercity.dk [212.242.239.73]) by user5.cybercity.dk (Postfix) with SMTP id ABDA556306; Mon, 7 Jul 2003 17:54:31 +0200 (CEST) Date: Mon, 7 Jul 2003 18:02:52 +0200 From: Socketd To: Toni Andjelkovic , hackers@freebsd.org Message-Id: <20030707180252.44036c61.db@traceroute.dk> In-Reply-To: <20030707153314.GA1695@webboy.soth.at> References: <20030707012205.3103dfc8.db@traceroute.dk> <20030707153314.GA1695@webboy.soth.at> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 5 "Advanced" networking questions X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 15:54:35 -0000 On Mon, 7 Jul 2003 17:33:14 +0200 Toni Andjelkovic wrote: > On Mon, Jul 07 2003 (01:22:05 +0200), Socketd wrote: > > 1. Reading "man blackhole" I found that net.inet.udp.blackhole=1 > > will prevent traceroute. Is this only if the host is the end target? > > or will it simply disable sending an ICMP packet when it get's a > > packet with ttl=1? > > Look in sys/netinet/udp_usrreq.c. This flag operates on the UDP layer > and doesn't interfere with TTLs. Ok, anyway to prevent sending ICMP's when ttl = 0? Or do I need a firewall? Thank you for your reply! br socketd