04-19-2016 05:14 PM - edited 03-12-2019 12:38 AM
Hello,
I am having trouble understanding what the netmask in this particular global statement does. Is it dynamic NAT or just PAT? In other words, will the ASA translate the real ip addresses ( which is a network object group in this ACE, by the way) dynamically to the 6.0.0.0 subnet or is there an error in the rule and it should be netmask 255.255.255.255?
Solved! Go to Solution.
04-22-2016 10:39 AM
Without having indepth knowledge of your network and the exact subnet assigned to your outside network, I would say that this is a misconfiguration.
Right now your inside_nat_outbound access-list is being NATed to the 6.0.0.0/8 network. This is quite uncommon in my experience and usually only 1 public IP is needed for NAT. If the whole /8 network is available to you then this is a big waste of addresses in my opinion.
--
Please remember to select a correct answer and rate helpful posts
04-21-2016 02:04 AM
Based on the outside IP configuration of the ASA, would 6.5.100.21 be a reasonable address? If so, probably a typo.
Otherwise this ASA could only be used between internal networks where one network happened to use public IP addresses - internally.
04-22-2016 07:26 AM
Well, the outside interface ip address falls in the 12.3.0.0 subnet. These are the relevant NAT statements.
global (outside) 1 6.5.x.x netmask 255.0.0.0
global (inside) 1 10.75.x.x netmask 255.255.255.255
nat (outside) 1 access-list outside_nat_outbound_1 outside (I had a typo in my question)
nat (inside) 1 access-list inside_nat_outbound
access-list outside_nat_outbound_1 extended permit ip "ipaddrA" 255.255.255.0 object-group objA
access-list outside_nat_outbound extended permit ip "ipaddrB" 255.255.255.0 object-group objA
Would you be able to explain the NAT rule action for the global(outside) statement?
04-22-2016 10:39 AM
Without having indepth knowledge of your network and the exact subnet assigned to your outside network, I would say that this is a misconfiguration.
Right now your inside_nat_outbound access-list is being NATed to the 6.0.0.0/8 network. This is quite uncommon in my experience and usually only 1 public IP is needed for NAT. If the whole /8 network is available to you then this is a big waste of addresses in my opinion.
--
Please remember to select a correct answer and rate helpful posts
04-22-2016 11:29 AM
Thank you for your input. I think so too that this must be an error in the configuration but wanted to double-check anyways.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide