Eigentlich brauchst du nichts forwarden.
Outbound-Proxy brauchst du nur bei Symmetric NAT.
Na Ja aber besser ist es. So ist meine Erfahrung.
Hat man einen Router mit Symmetric NAT (Ich habe dieses Glück), so ist Portforwarding empfohlen um einen Full Cone NAT zu machen.
Ohne Portforwarding hatte ich bei Direct IP Calls öfters Gesprächsabbrüche.
Das Problem bei Symmetric NAT ist dass es nicht möglich ist einfach ein Port im NAT für alle offen zu halten.
Jeweils nur der Empfänger eines deiner Pakete kann dir auf dem gleichen Port antworten.
Bei Full Cone ist der entsprechende Port für alle offen.
Bei mir reichte es die UDP Ports:
5004 (RTP - Audio Stream)
5005 (RTCP - Kontrollport für RTP)
5060 (SIP – Verbindugsaufbau)
zu forwarden damit mein ATA mir einen Full Cone NAT anzeigt.
Und damit funktioniert alles wirklich einwandfrei.
NAT Mapped Port ist dann 5060.
Also ideal.
Wenn du Portforwarding machst kannst du außerdem Direct IP Calls annehmen.
NAT Variations
Full Cone: A full cone NAT is one where all requests from the
same internal IP address and port are mapped to the same external
IP address and port. Furthermore, any external host can send a
packet to the internal host, by sending a packet to the mapped
external address.
Restricted Cone: A restricted cone NAT is one where all requests
from the same internal IP address and port are mapped to the same
external IP address and port. Unlike a full cone NAT, an external
host (with IP address X) can send a packet to the internal host
only if the internal host had previously sent a packet to IP
address X.
Port Restricted Cone: A port restricted cone NAT is like a
restricted cone NAT, but the restriction includes port numbers.
Specifically, an external host can send a packet, with source IP
address X and source port P, to the internal host only if the
internal host had previously sent a packet to IP address X and
port P.
Symmetric: A symmetric NAT is one where all requests from the
same internal IP address and port, to a specific destination IP
address and port, are mapped to the same external IP address and
port. If the same host sends a packet with the same source
address and port, but to a different destination, a different
mapping is used. Furthermore, only the external host that
receives a packet can send a UDP packet back to the internal host.
Quelle:
http://www.ietf.org/rfc/rfc3489.txt
Falls du STUN verwendest, also keine statische öffentliche IP hast, so solltest du bei „Use NAT IP“ nichts eintragen.
Die dynamische IP deines Routers wird dann mit STUN ermittelt.
Bei der aktuellen Firmware sieht man das schön im Statusmenü.
Ich denke mit diesen Infos kannst du dir sehr schnell ein Bild davon machen was du brauchst und was nicht.