Hi Terry, If the GK has a private IP and is behind a NAT router, then you must set NetworkInterfaces to specify the private and public addresses. For example, if the GK has IP 192.168.0.100 and the NAT has public IP 1.2.3.4, then set NetworkInterfaces=192.168.0.100/24,1.2.3.4/0 Also, you have to configure the NAT to forward required ports to the GK. Since registration is working, you probably have already forwarded UDP 1719. You also should forward TCP 1720, and any required H.245 and RTP ports. If all your endpoints work properly with H.245 tunneling, or they can use fast start and don't need any advanced calling features, then you won't need H.245 ports. Otherwise, assign a range with H245PortRange and forward those TCP ports across the NAT. Assuming that you have administrative control of any NATs with endpoints behind them, then you can probably turn off all the [Proxy] options, and you won't need any RTP ports for the GK. Otherwise, assign a range with RTPPortRange and forward those UDP ports across the NAT. If an endpoint is behind a NAT, you need to forward TCP 1720 to it, as well as RTP ports and possibly H.245 ports. See the endpoint documentation to know which ports are used. The RCF console message should show both the private and the public IP addresses. If the endpoint has a public IP, you need to open the above mentioned ports on the firewall. If it still doesn't work, please state what kind of endpoints you are using, what types of NATs or other routers are involved, what version of gnugk you are running on what platform, and what goes wrong (e.g. called phone rings but there is no audio in either direction). Also, include some trace output from the GK, and any debug info provided by the endpoints. --Stewart ----- Original Message ----- From: "TERRY HE" <terry.he@xxxxxxxxx> To: <openh323gk-users@xxxxxxxxxxxxxxxxxxxxx> Sent: Saturday, December 11, 2004 7:18 PM Subject: Can't reply problem > Hi, all, > > > > I got a weird program. The two endpoints can register on the GK, but > when one dial the other, can't get through. > > The GK, and both endpoints are behind different firewall. The > endpoints are behind routers. The GK is behind a physical firewall, > but it's NATted to the Internet. The setting of the GK is listed as > following: > > [Gatekeeper::Main] > > Fourtytwo=42 > > Name=GKTest > > TimeToLive=60 > > StatusPort=7000 > > TotalBandwidth=150000 > > > > [RoutedMode] > > GKRouted=1 > > H245Routed=0 > > CallSignalPort=1720 > > RemoveH245AddressOnTunneling=1 > > AcceptNeighborsCalls=1 > > AcceptUnregisteredCalls=1 > > SupportNATedEndpoints=1 > > DropCallsByReleaseComplete=1 > > > > [Proxy] > > Enable=1 > > ProxyForNAT=1 > > ProxyForSameNAT=1 > > > > When the GK and both endpoints are working in the local network, they > are working fine, but don't when network is what I said above. So, can > anybody tell me what's the problem is? Any help will be appreciated. > > > > > > Regards, > > > > Terry > 'openh323gk-users@xxxxxxxxxxxxxxxxxxxxx' ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/