My goal is to translate HTTP:80 traffic from the outside that is addressed to my outside
NIC (i.e. 142.167.x.x) to an internal address 172.20.51.253 255.255.254.0. My inside
address is 172.20.14.2 255.255.254.0
PING works between 172.20.14.2 from 172.20.51.253 in both directions.
Here's my setup:
eth0_Interface__ 172.20.14.2 255.255.255.255
eth0_Network__ 172.20.14.0 255.255.254.0
eth1_Interface__ 142.167.x.x 255.255.255.255
eth1_Network__ 142.167.x.0 255.255.255.0
St. Andrews 172.20.50.0 255.255.254.0
Test_Server 172.20.51.253 255.255.255.255
NAT Rules:
Name Match parameters SRC translation DST translation
--------------------------------------------------------------
Test All -> All / HTTP None Test_Server / HTTP
Packet Filter:
... No. From (Client) Service To (Server) Action
--------------------------------------------------------
1 Any HTTP Any Allow
Even configured this open, I can't get it to work.
Any suggestions would be appreciated.
This thread was automatically locked due to age.