Discussion:
CP FW-1 4.1 NAT based http redirection?
(too old to reply)
Jani
2003-12-18 14:02:15 UTC
Permalink
Hi
Could someone help me with this problem, hope so :)
I have external ip 1.1.1.1 also DNS name are pointed in that ip. Now
_all_ http connections to 1.1.1.1 should be redirected to 2.2.2.2
which is located in DMZ. So both addresses are externals. I tryed to
crate NAT rule in my CP FW-1 4.1 but without results. Does someone
know how to make this system work?

Orginal Packet:
Source=any
Destination=1.1.1.1
Service=http

Translated Packet:
Source=orginal
Destination=2.2.2.2(s)
Service=http(s)
THT
2004-01-05 09:51:04 UTC
Permalink
You need two translation rules:

1. <Inbound>: The same as you've mentioned before
2. <Outbound>: Original Packet:
Src: 2.2.2.2 | Dst: Any
Translated Packet:
Src: 1.1.1.1 | Dst:: Original

Don't forget to set Proxy ARP entry for 1.1.1.1 as well.
Post by Jani
Hi
Could someone help me with this problem, hope so :)
I have external ip 1.1.1.1 also DNS name are pointed in that ip. Now
_all_ http connections to 1.1.1.1 should be redirected to 2.2.2.2
which is located in DMZ. So both addresses are externals. I tryed to
crate NAT rule in my CP FW-1 4.1 but without results. Does someone
know how to make this system work?
Source=any
Destination=1.1.1.1
Service=http
Source=orginal
Destination=2.2.2.2(s)
Service=http(s)
Loading...