From mboxrd@z Thu Jan 1 00:00:00 1970 From: Askar Ali Khan Subject: redirecting Date: Thu, 1 Jul 2004 16:52:15 +0500 Sender: netfilter-admin@lists.netfilter.org Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org hi, here im again with my simple question :), actually im learning netfilter thingy. I want if i or someone else type www.microsoft.com on my box (linux, netfilter) which is part of LAN instead of microsoft.com browrse give him www.linuxiso.org im practicing on my box and I will apply rule on this box. My boxes use another system running (win) as router/gateway I do know if i want to block microsoft.com or some other sites this rule is working for me #iptables -A OUTPUT -d www.microsoft.com -j DROP but i duno how to redirect the request with iptables thingy, antony i hope I will hear from you fast :) im learning lot of things from you :D