Hi all, I'm trying to test my setup with netcat, this is the scenario : Host_A : runs nc host_B 80 Host_B : iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to host_C:8088
Host_C : nc -l -p 8088 shoudn't anything that I write from Host_A be echoed back by Host_C ?? -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servicos (IB) http://www.ibnetwork.com.br -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

