Changes between Version 1 and Version 2 of get-around-nat-blocked-traffic-filtering
- Timestamp:
- Feb 10, 2011 12:41:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
get-around-nat-blocked-traffic-filtering
v1 v2 14 14 [[BR]] 15 15 16 == Settings == 17 18 === Use TCP/TLS for SIP Traffic === 16 == Use TCP/TLS for SIP Traffic == 19 17 20 18 '''Problems to solve''' … … 32 30 You will need to configure your proxy to record route so that the proxy is always reachable via TCP (otherwise if the UAS sends a Contact URI without {{{";transport=tcp"}}} parameter, we will send subsequent requests within the dialog via UDP). 33 31 34 == = Disable STUN ===32 == Disable STUN == 35 33 36 34 '''Problems to solve''' … … 42 40 43 41 '''Solution''' 44 For the problems above, you may consider disabling STUN altogether! This may sound like a silly approach but it does work especially if NEITM actively mangles SIP messages to assist NAT traversal (I assume it's because then it will be easier for it to spot the private IP addresses which should be replacedin a SIP message).42 For the problems above, you may consider disabling STUN altogether! This may sound like a silly approach but it does work especially if NEITM actively mangles SIP messages to assist NAT traversal (I assume it's because then it will be easier for it to spot the private IP addresses which need mangling in a SIP message). 45 43 46 44 In the case where NEITM doesn't assist NAT traversal, your server (in public Internet) must terminate RTP traffic, because RTP traffic won't be able to go end to end between clients. 47 45 48 46 49 == = Relay RTP via TURN/TCP ===47 == Relay RTP via TURN/TCP == 50 48 51 49 '''Problems to solve''' … … 58 56 59 57 60 == = Use Non-standard Ports for VoIP Services ===58 == Use Non-standard Ports for VoIP Services == 61 59 62 60 '''Problems to solve'''