We switched from 192.168.1.0/24 to 10.50.1.0/24 on our inside. I rebuilt all of the forwarding rules so that they point to the new IP.
However, some things work, some don't. HTTP, FTP, and others show in the Live Log as still going to the OLD IP address.
Here is the new DNAT rule:
http_in Any -> External_Interface__ / HTTP None webserver
The Packet Filter:
Any HTTP webserver Allow
Whats in the Chain NAT_PRE
DNAT tcp -- * * 0.0.0.0/0 64.132.211.54 tcp spts:1024:65535 dpt:80 to:10.50.1.10
And what is showing in the live log:
66.24.229.246 64982 -> 192.168.1.10 80 TCP SYN
All Proxies are turned off. Some of the services being passed do not have native proxies...
Is there a file I need to alter through the command line? I'm at a loss... We have tried rebooting but it didn't make a difference.
This thread was automatically locked due to age.