From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Randy Grimshaw" Subject: ebtables iptables DNAT something missing Date: Wed, 14 Dec 2005 09:43:07 -0500 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org I thought I followed the recipe for DNAT on a transparent firewall = correctly with the statement below, and sniffing shows that the traffic is = redirected. But although the client receives the return responses from the = server at the dnat destination - the client basically ignores it. = (possibly as unexpected noise). What am I missing? iptables -t nat -D PREROUTING -p tcp --dport 80 -m physdev --physdev-in = eth1 -m mark --mark 9 -j DNAT --to-destination 192.168.12.12:80 Thank you <>