09-04-2009 06:09 PM - edited 03-11-2019 09:12 AM
I will have an ASA5505 with IP phones on both the inside and outside interfaces. All subnets on either side of the firewall will be using a private IP address scheme and their will be no internet access available via this firewall. The question I have as to do with IP phones on the outside interface trying to communicate with phones on the inside interface of this firewall. Is there a way to allow calls that originate on the outside interface that are looking to communicate with IP phones on the inside interface without having to setup static translations for all IP phones on the inside interface?
Solved! Go to Solution.
09-06-2009 01:20 PM
Yes. That is correct.
09-05-2009 06:58 PM
You can enable no nat-control
sh run all | i nat-control
or provide identity translation where the inside hosts will look like themselves when going to the outside.
example:
static (in,out) 10.10.10.0 10.10.10.0 netmask 255.255.255.0
where the inside network is 10.10.10.0/24
09-06-2009 04:42 AM
Kusankar,
Thanks for your response. To clarify, by turning NAT control off this will allow connections to originate on the outside and terminate on the inside providing:
⢠Appropriate routing is in place on either side of the firewall.
⢠ACL's are applied on the outside and inside interfaces to allow this traffic.
09-06-2009 01:20 PM
Yes. That is correct.
09-07-2009 05:11 AM
Thanks.
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