07-28-2007 04:31 AM - edited 03-11-2019 03:50 AM
i need to open VoIP ports and access to Application servers by the VoIP customers without using NAT to save my application and let my operations running well?.. I don?t like to use NAT to let Application servers to reply for Customer?s requests??do you have any solution.
07-29-2007 07:18 AM
"no nat" to allow traffic to pass through without translating the source address.
inside network 10.10.10.0/24
outside network 136.136.32.0/24
!
!CLI
!ACL to bound the network
access−list 107 permit ip 10.10.10.10 255.255.255.0 136.136.32.0 255.255.255.0
!
!nat0 is no-nat command
nat (inside) 0 access−list 107
08-07-2007 07:10 AM
thank you for your helping ...
i will do that ...but how i can test that running or not is there any procedure to see?
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