I have a PIX 525UR Bundle with a 4 port card in it that I have two DMZs set up on. DMZ2 is connected to a 3725 ATM router that directly connects me to our main office. My inside network is on 10.0.0.0/8. I assigned the dmz2 interface the network address 172.17.1.1/16 and the 3725 as 172.17.1.2/16. I have half a class "C" block of IP for the outside, (68.*.*.*).
I am using static to translate my servers to the outside interface
static (inside,outside) 68.*.*.20 10.10.1.20 netmask 255.255.255.255 0 0
I was told I could also use this statement to static them to the dmz2 port
static (inside,dmz2) 68.*.*.20 10.10.1.20 netmask 255.255.255.255 0 0
When I do this only about half of the machines (about 40) that I have statics set for can get to the remote site connected to the 3725. The rest won't route. But if we put in a route for 10. on the remote side to return traffic they all go through. It sounds as if the translation to the dmz2 interface is not working on all statics.
Pix software version 6.2(2)
I have one global statement:
global (outside) 1 68.*.* 126
Has anyone run accross this problem. The techs on the other end seem to thing it might be a software problem with the 6.2 release.
Any suggestions?
I am using static to translate my servers to the outside interface
static (inside,outside) 68.*.*.20 10.10.1.20 netmask 255.255.255.255 0 0
I was told I could also use this statement to static them to the dmz2 port
static (inside,dmz2) 68.*.*.20 10.10.1.20 netmask 255.255.255.255 0 0
When I do this only about half of the machines (about 40) that I have statics set for can get to the remote site connected to the 3725. The rest won't route. But if we put in a route for 10. on the remote side to return traffic they all go through. It sounds as if the translation to the dmz2 interface is not working on all statics.
Pix software version 6.2(2)
I have one global statement:
global (outside) 1 68.*.* 126
Has anyone run accross this problem. The techs on the other end seem to thing it might be a software problem with the 6.2 release.
Any suggestions?