Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2004 05:18:37 +0200
From:      jan.muenther@nruns.com
To:        "H. Wade Minter" <minter@lunenburg.org>
Cc:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Simplest way to block a single IP?
Message-ID:  <20040405031837.GA3370@ergo.nruns.com>
In-Reply-To: <5D4A40CA-86A7-11D8-991B-000A95A8D520@lunenburg.org>
References:  <5D4A40CA-86A7-11D8-991B-000A95A8D520@lunenburg.org>

next in thread | previous in thread | raw e-mail | index | archive | help

One IP can be null routed as a simple quick workaround:

route add that.ip.add.ress 127.0.0.1

The syntax of the route command will differ from OS to OS, but basically you
set your loopback as the gateway for that host. 

Not a permanent solution of course.

Cheers, J



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040405031837.GA3370>