Mailinglist Archive: opensuse-security (564 mails)
| < Previous | Next > |
Re: [suse-security] block traceroutes with iphains
- From: Carlos Manuel Duclos Vergara <carlos@xxxxxxxxxxx>
- Date: Mon, 22 Jan 2001 15:09:27 -0300
- Message-id: <3A6C7755.12A6C597@xxxxxxxxxxx>
"vladimir m. bondarev" wrote:
> Hello, suse-security.
>
> can i block traceroutes TO my host with ipchains?
>
Hi,
this is not the nicest wa, but will work:
ipchains -A output ! --source local_network--destination 0.0.0.0/0 -p
ICMP -j DENY
bye
> --
> Carlos Manuel Duclos Vergara
> carlos@xxxxxxxxxxx
> http://www.embedded.cl
>
> Hello, suse-security.
>
> can i block traceroutes TO my host with ipchains?
>
Hi,
this is not the nicest wa, but will work:
ipchains -A output ! --source local_network--destination 0.0.0.0/0 -p
ICMP -j DENY
bye
> --
> Carlos Manuel Duclos Vergara
> carlos@xxxxxxxxxxx
> http://www.embedded.cl
>
| < Previous | Next > |