Cisco NAT PLease

Hi Guys,
I m tryng to sort out my issue here with my Asterisk and cisco router…
I’ve create in to my cisco a Ip nat here is the conf

Ip nat

#ip nat inside source static udp 10.4.1.9 5060 90.152.13.10 5060
#access-list 100 permit udp any host 192.168.1.9 range 10000 12000

I can see the IAX2 connections are OK but if I try to connect using the xlite from OUTSIDE of my network the extension is not logging at all in to my asterisk server ?
Someone please could give me a better idea ??

[quote=“narezzi”]Hi Guys,
I m tryng to sort out my issue here with my Asterisk and cisco router…
I’ve create in to my cisco a Ip nat here is the conf

Ip nat

#ip nat inside source static udp 10.4.1.9 5060 90.152.13.10 5060
#access-list 100 permit udp any host 192.168.1.9 range 10000 12000

I can see the IAX2 connections are OK but if I try to connect using the xlite from OUTSIDE of my network the extension is not logging at all in to my asterisk server ?
Someone please could give me a better idea ??[/quote]

The above means that outside of your network the remote user should try to establish connections to the globally routed IP address 90.152.13.10 port 5060, and this connection will translate to 10.4.1.9 port 5060.

Can you post the rest of your NAT configuration, as well as that of the inside and outside interfaces?

-jav