cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
0
Helpful
2
Replies

Application request without NAT

tareqrebhi
Level 1
Level 1

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.

2 Replies 2

pccw258103
Level 1
Level 1

"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

thank you for your helping ...

i will do that ...but how i can test that running or not is there any procedure to see?

Review Cisco Networking for a $25 gift card