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

Creating NAT

Hello guys I'm trying to create a NAT here but for some reason it's not working... let see I'll first let me tell you that this is a VOIP Application, and it connects to a server outside our Organization, in the following way:

Destination IP (VOIP Server): 72.*.*.*
Protocols i'm going to use: TPC/UDP
and the ports that say 1:65535, are supposed to be dynamically assigned ports, but to make sure it'll work i put them like that.
being this said ports to be used:


  • First Port: Destination IP - Protocol: UDP - Destination Port: 5060 - Source IP: Internal network - Source port 5060 - Service name:Voice Signaling
  • Second Port: Destination IP - Protocol: UDP - Destination Port: 6000:10000 - Source IP: Internal network - Souce Port: 1:65535 - Service name: Voice Traffic
  • Third Port: Destination IP - Protocol: TCP - Destination Port: 80,443 - Source IP: Internal network - Souce Port: 1:65535 - Service name: Web
  • Fourth Port: Destination IP - Protocol: TCP - Destination Port: 1024:65535 - Source IP: Internal network - Souce Port: 1:65535 - Service name: RMI, Web


I have created them like the services as displayed:


but when I try to create the NAT I have no clue if I should use DNAT or FULL NAT or SNAT, y tried DNAT like this:



no clue why is not working, but i'll really appriciate any comments, thanks


This thread was automatically locked due to age.
Parents
  • Your internal users should have their browsers' proxy settings configured to skip the proxy for internal IPs - they should not be accessing via the Astaro Proxy.

    The basic order of consideration of traffic in Astaro is: DNATs first, then Proxies, then manual Packet Filter rules and Static Routes with SNATs being at the end.  Your packet filter rule is not considered because the traffic is being handled by the Proxy, so you must go around it.

    Cheers - Bob
Reply
  • Your internal users should have their browsers' proxy settings configured to skip the proxy for internal IPs - they should not be accessing via the Astaro Proxy.

    The basic order of consideration of traffic in Astaro is: DNATs first, then Proxies, then manual Packet Filter rules and Static Routes with SNATs being at the end.  Your packet filter rule is not considered because the traffic is being handled by the Proxy, so you must go around it.

    Cheers - Bob
Children
No Data