Displaying 1 result from an estimated 1 matches for "nothingi".
Did you mean:
nothing
2007 Apr 18
1
[Bridge] Bridge / Transparent Proxy
...e. Which listens on
port 2370. I have set a iptables rule
iptables -t nat -A PREROUTING -p tcp -d 0/0 -s 0/0 --dport 21 -J DNAT
--to 192.168.11.201:2370
Now I am trying to access FTP Server (192.168.11.160) from out side -
and checking the tcpdump on the Brdige (proxy) machine for port 2370 -
but nothingis coming up. Also on FTP machine the tcpdump shows direct
connection. So it seems my transparent porxy is not coming in between
and bridge is directly forwarding packet.
What is the solution to this problem?
Thanks,
Tejas