Re: disable traceroute to my host
From: alexus (ml@db.nexgen.com)
Date: 06/25/01
- Next message: alexus: "Re: disable traceroute to my host"
- Previous message: Nate Williams: "Re: disable traceroute to my host"
- In reply to: Fernando Gleiser: "Re: disable traceroute to my host"
- Next in thread: Igor Podlesny: "Re: disable traceroute to my host"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "alexus" <ml@db.nexgen.com> To: "Fernando Gleiser" <fgleiser@cactus.fi.uba.ar> Date: Mon, 25 Jun 2001 15:39:44 -0400
only for incoming? or for outgoing as well?
----- Original Message -----
From: "Fernando Gleiser" <fgleiser@cactus.fi.uba.ar>
To: "alexus" <ml@db.nexgen.com>
Cc: <freebsd-security@FreeBSD.ORG>
Sent: Friday, June 22, 2001 9:23 PM
Subject: Re: disable traceroute to my host
> On Fri, 22 Jun 2001, alexus wrote:
>
> > is it possible to disable using ipfw so people won't be able to
traceroute
> > me?
>
> I don't know if it is posible with ipfw, but with ip filter you can add
> a rule to block any packets with ttl=1:
>
> block in log quick on xl0 ttl 1 proto ip all
>
> That will stop windows traceroute (icmp based) as well as unix traceroute
> (udp based).
>
> Unix traceroute uses udp packets with destination port > 33434, but this
can
> be changed. As far as I know, the only way to stop traceroute is to drop
> any packet with ttl=1. This might block legitimate trafic, but I haven't
> seen any packet in the wild with ttl=1 wich was not a traceroute.
>
>
> Hope this helps.
> Fer
>
>
>
> >
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-security" in the body of the message
> >
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-security" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: alexus: "Re: disable traceroute to my host"
- Previous message: Nate Williams: "Re: disable traceroute to my host"
- In reply to: Fernando Gleiser: "Re: disable traceroute to my host"
- Next in thread: Igor Podlesny: "Re: disable traceroute to my host"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|