Hi, I have the following scenario. I have an Asterisk server running on an internal IP address behind a firewall, and I have a remote user trying to connect to my Asterisk box behind his firewall, but he can't seem to get a connection. I have opened up the port (5060) so that he can connect through my firewall, but it still doesn't appear to want to connect. I am pretty sure that the firewall rules are correct, because I have also open up port 21, and he can successfully ssh into my Asterisk box. Any ideas/pointers? Thanks in advance Richard
Olson, Dana
2005-Jan-05 14:35 UTC
[Asterisk-Users] X-lIte behind NAT and Asterisk behind NAT
SSH runs on port 22, so either that's a typo or you've got something else going on. Did you forward port 5060, or just open it on the router? You probably need to forward it to the Asterisk box's IP. __ Dana Olson -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of richard Sent: Wednesday, January 05, 2005 4:04 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] X-lIte behind NAT and Asterisk behind NAT Hi, I have the following scenario. I have an Asterisk server running on an internal IP address behind a firewall, and I have a remote user trying to connect to my Asterisk box behind his firewall, but he can't seem to get a connection. I have opened up the port (5060) so that he can connect through my firewall, but it still doesn't appear to want to connect. I am pretty sure that the firewall rules are correct, because I have also open up port 21, and he can successfully ssh into my Asterisk box. Any ideas/pointers? Thanks in advance Richard _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users Disclaimer: The information transmitted in this message is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination, or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this message in error, please contact the sender and delete the material from any system.
Yusuf Alakavuk
2005-Jan-05 15:25 UTC
[Asterisk-Users] X-lIte behind NAT and Asterisk behind NAT
Hi, First of all you have to configure the "externip" and "localnet" parameters at the sip.conf file. You have to write the external ip address of your internet connection to the extern ip parameter like "exterip=XXX.YYY.ZZZ.WWW" and your local address for ex."localnet=192.168.1.0/255.255.255.0" after all you have to configure your X-lite's network parameters to use your clients external ip address for your SIP communication. After all it will be working if you have further problems you can read the documents at the http://www.voip-info.org site by searching "SIP NAT" Yusuf Alakavuk Teknik Danisman - Technical Consultant Grid Bilisim Teknolojileri A.S. Kustepe Mahallesi Leylak Sokak Murat Is Merkezi A Blok Kat:2 Daire:9 34387 Sisli Istanbul T?rkiye Tel : +90 (212) 336 92 55 Fax : +90 (212) 266 25 50 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of richard Sent: 05 Ocak 2005 ?arsamba 23:04 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] X-lIte behind NAT and Asterisk behind NAT Hi, I have the following scenario. I have an Asterisk server running on an internal IP address behind a firewall, and I have a remote user trying to connect to my Asterisk box behind his firewall, but he can't seem to get a connection. I have opened up the port (5060) so that he can connect through my firewall, but it still doesn't appear to want to connect. I am pretty sure that the firewall rules are correct, because I have also open up port 21, and he can successfully ssh into my Asterisk box. Any ideas/pointers? Thanks in advance Richard _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
David Boyd
2005-Jan-05 15:27 UTC
[Asterisk-Users] X-lIte behind NAT and Asterisk behind NAT
On Wed, 2005-01-05 at 16:03, richard wrote:> Hi, > I have the following scenario. > I have an Asterisk server running on an internal IP address behind a > firewall, and I have a remote user trying to connect to my Asterisk box > behind his firewall, but he can't seem to get a connection. > I have opened up the port (5060) so that he can connect through my > firewall, but it still doesn't appear to want to connect. > I am pretty sure that the firewall rules are correct, because I have > also open up port 21, and he can successfully ssh into my Asterisk box. > > Any ideas/pointers? > > Thanks in advance > > Richard > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-usersIsn't ssh on port 22? Dave