Hi. If your running a apache webserver you can do this via re-write rules check out http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html something like rewriteengine on RewriteCond %{REMOTE_HOST} ^host1.* [OR] RewriteCond %{REMOTE_HOST} ^host2.* [OR] RewriteCond %{REMOTE_HOST} ^host3.* RewriteRule ...some special stuff for any of these hosts... On Wed, 30 Jun 2004 12:44:09 +0500, Askar Ali Khan <askarali@xxxxxxxxx> wrote: > > hi > got a very simple question, i want to redirect certain IPs(clients) > request to a specific URL (ip)? > and also later on how to Flush the specific rule from the the chain as > -A will append it on the bottom, how i will delete it ? > > thanks > >