Hi all,
Is it possible to configure NAT to target one single host IP address from several hosts
193 subnet is outside and 172 subnet is inside
When I enter
ip nat inside source static 172.31.107.125 193.39.97.28
ip nat inside source static 172.31.107.125 193.39.97.27
and get this reply
% 172.31.107.125 already mapped (172.31.107.125 -> 193.39.100.28)
I have several 193 hosts that need NATing to a single 172 IP address
TIA
Is it possible to configure NAT to target one single host IP address from several hosts
193 subnet is outside and 172 subnet is inside
When I enter
ip nat inside source static 172.31.107.125 193.39.97.28
ip nat inside source static 172.31.107.125 193.39.97.27
and get this reply
% 172.31.107.125 already mapped (172.31.107.125 -> 193.39.100.28)
I have several 193 hosts that need NATing to a single 172 IP address
TIA