We recently moved from Syamatec firewall to a Cisco PIX 515 Version 7.0(4) Symantec translated incoming ip address with the interface ip that was being used. For example if someone ftp'd to a server on our dmz, it would look something like this:
ftp client <public_ip> ----> Syamntec Firewall ---> DMZ Interface <Interface_ip> --->DMZ FTP server.
The FTP server logs would show all traffic incoming from the DMZ interface. This occured on all interfaces.
What is happening now is the public ips are not being translated which I like because it is better for troubleshooting issues coming in from the inside interface.
The problem is there are a lot of web servers in the dmz that I do not control, so I would like to be able to go back to the original configuration (symantec's) where the interface ip is used on incoming traffic from the outside interface. Or, if this can not be done I would like to confirm this before I contact the webmasters to make necessary changes. Is there a way to do this?
These are my static statements for my dmz which I think is causing the problem:
static (DMZ,outside) tcp 192.16.0.1 255.255.255.255
static (DMZ,outside) tcp 192.168.0.1 ftp 10.10.10.1 ftp netmask 255.255.255.255
static (DMZ,outside) tcp 192.168.0.2 255.255.255.255
static (DMZ,outside) tcp 192.168.0.2 ftp 10.10.10.2 ftp netmask 255.255.255.255
Thanks for your help
ftp client <public_ip> ----> Syamntec Firewall ---> DMZ Interface <Interface_ip> --->DMZ FTP server.
The FTP server logs would show all traffic incoming from the DMZ interface. This occured on all interfaces.
What is happening now is the public ips are not being translated which I like because it is better for troubleshooting issues coming in from the inside interface.
The problem is there are a lot of web servers in the dmz that I do not control, so I would like to be able to go back to the original configuration (symantec's) where the interface ip is used on incoming traffic from the outside interface. Or, if this can not be done I would like to confirm this before I contact the webmasters to make necessary changes. Is there a way to do this?
These are my static statements for my dmz which I think is causing the problem:
static (DMZ,outside) tcp 192.16.0.1 255.255.255.255
static (DMZ,outside) tcp 192.168.0.1 ftp 10.10.10.1 ftp netmask 255.255.255.255
static (DMZ,outside) tcp 192.168.0.2 255.255.255.255
static (DMZ,outside) tcp 192.168.0.2 ftp 10.10.10.2 ftp netmask 255.255.255.255
Thanks for your help