This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sip account behina nat Astaro v5

Hi everybody
I need help to configure my sip accounts(register ok, ma i cannot hear voice) to external firewall.
I have a proxy asterisk 1.2.26 on internal ip 192.168.2.2 and external ip 1.2.3.4(example),firewall 1.2.3.5 (example)
In my asataro , i defined:
services def.: VOIP (sip from 1-65535 to 5060 port  and  rtp from 10000-20000 port to 16384)
network def. : asterisk   to   192.168.2.2    and ip:     1.2.3.4  to  1.2.3.4
nat in: rule type DNAT/SNAT     source addr:Any   destin: 1.2.3.4    service :Any      change_Source:No change    change_dest:asterisk service_dest:no change
nat out: rule type DNAT/SNAT   source addr.:Asterisk   destin:Any  service :Any       change_Source:1.2.3.4        change_dest:no change   service_source:no  change
Packet Rules: Group Server: 1)source:any    service:VOIP    destination:asterik (green arrow)  2)source:asterisk  service:VOIP   destination:any (green arrow) 
3)source:any  service:VOIP   destination:1.2.3.4 (green arrow)  
4)source:any  service:Any   destination: 1.2.3.4 (green arrow) 
Please Help me


This thread was automatically locked due to age.
Parents
  • I'd do:

    nat in: rule type DNAT source addr:Any destin: External service :Any change_dest:asterisk service_dest:no change
    Packet Rules: Group Server:
    2)source:asterisk service:VOIP destination:any (green arrow) 

    That should be enough.
  • Version 5 has been at End Of Life (EOL) for quite some time now, as has Version 6.  I suggest, as the other poster does, that you upgrade to 7.504 as soon as possible, as there have been no bugfixes or patches available for Version 5 for a very long time.
Reply
  • Version 5 has been at End Of Life (EOL) for quite some time now, as has Version 6.  I suggest, as the other poster does, that you upgrade to 7.504 as soon as possible, as there have been no bugfixes or patches available for Version 5 for a very long time.
Children
No Data