Hi everybody, we've just bought an ASA5510, now I want to migrate from my Iptables to ASA. The NAT configuration that I have currently in Iptables is that all the servers and workstations translates to 1 public IP, but one specific server translates to another public IP. I don't know if is allowed to put Iptables rules here but I have something like that:
SNAT all -- * eth0 192.168.12.119 0.0.0.0/0 to:111.32.12.21
SNAT all -- * eth0 0.0.0.0/0 0.0.0.0/0 to:111.32.12.22
So the server 192.168.12.119 gets the IP 111.32.12.21 to go through Internet and all the other machines in the network goes through 111.32.12.22.
I'd like to know how to reply this configuration in ASA 5510. Any idea will be wellcome!!
Thank you in advance!
SNAT all -- * eth0 192.168.12.119 0.0.0.0/0 to:111.32.12.21
SNAT all -- * eth0 0.0.0.0/0 0.0.0.0/0 to:111.32.12.22
So the server 192.168.12.119 gets the IP 111.32.12.21 to go through Internet and all the other machines in the network goes through 111.32.12.22.
I'd like to know how to reply this configuration in ASA 5510. Any idea will be wellcome!!
Thank you in advance!