Blake Krone
2005-Oct-12 11:31 UTC
[Asterisk-Users] SIP behind NAT to pub Asterisk, best solution?
What is the best solution? I dont want to have modify firewall's at all or do port fowarding. Ideally I would like a solution that with either a softphone or wireless hardphone one could connect via friends, family, or hotspots without reconfiguring their devices. What are people using? STUN? SER? Thanks in advance! -blake -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051012/241274a2/attachment.htm
chentschel@arnet.com.ar
2005-Oct-12 11:35 UTC
[Asterisk-Users] SIP behind NAT to pub Asterisk, best solution?
Mensaje citado por: Blake Krone <blakekrone@gmail.com>:> What is the best solution? I dont want to have modify firewall\'s at all or > do port fowarding. Ideally I would like a solution that with either a > softphone or wireless hardphone one could connect via friends, family, or > hotspots without reconfiguring their devices. > What are people using? STUN? SER? > Thanks in advance! > -blake >Give a try to the sip-helper for netfilter, and please let me know if this works for ya. Thanks. Christian. __________________________________ Registrate desde http://servicios.arnet.com.ar/registracion/registracion.asp?origenid=9 y participá de todos los beneficios del Portal Arnet.
Alchaemist
2005-Oct-13 13:14 UTC
[Asterisk-Users] Re: SIP behind NAT to pub Asterisk, best solution?
Hi, The VERY BEST solution, is AIX... SIP + NAT tends to be lousy... For softphone you can try the simplest one, DIAX, it is extremely basic, but does a good job. Now... If SIP is a must, then it really depends a lot on the NAT you have there.. the best way to do it is using qualify=yes and nat=yes in the config for your extensions, and even better if you can forward a fixed SIP and RTP port to the inner IP of the phone. You have all the info in www.voip-info.org http://www.voip-info.org/wiki-Asterisk+SIP+NAT+solutions Cheers! Alchaemist "Blake Krone" <blakekrone@gmail.com> wrote in message news:f4b795bf0510121131p67726b49rdf1001621335973b@mail.gmail.com... What is the best solution? I dont want to have modify firewall's at all or do port fowarding. Ideally I would like a solution that with either a softphone or wireless hardphone one could connect via friends, family, or hotspots without reconfiguring their devices. What are people using? STUN? SER? Thanks in advance! -blake -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051013/4ae51cc9/attachment.htm
Samy Antoun
2005-Oct-13 15:10 UTC
[Asterisk-Users] SIP behind NAT to pub Asterisk, best solution?
--- Blake Krone <blakekrone@gmail.com> wrote:> What is the best solution? I dont want to have > modify firewall's at all or > do port fowarding. Ideally I would like a solution > that with either a > softphone or wireless hardphone one could connect > via friends, family, or > hotspots without reconfiguring their devices. > What are people using? STUN? SER? > Thanks in advance!This is my setup: http://samyantoun.50webs.com/asterisk/firewall/firewall.htm It works great, it's been up and running for the last year with couple of local extensions, couple of remote extensions within the same state and couple of remote extensions overseas. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
Hi, I have 3 SIP extensions, setup as follows: # Device Location options 200 Sipura local 210 Sipura remote nat=yes qualify=yes 310 eyebeam remote nat=yes qualify=yes This is the result of sip show peers: Name/user Host Dyn Nat Status 200/200 192.168.1.150 D Unmonitored 210/210 84.36.36.140 D N OK (305 ms) 310/310 71.180.126.60 D N Unmonitored Does anyone know why ext 210 the only one has a ping status "OK (305 ms)" and the others are "Unmonitored" Regards __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/
Are the devices at 200 and 310 set up to register with your asterisk? On Sat, 2005-10-15 at 11:42 -0700, Samy Antoun wrote:> Hi, > > I have 3 SIP extensions, setup as follows: > # Device Location options > 200 Sipura local > 210 Sipura remote nat=yes qualify=yes > 310 eyebeam remote nat=yes qualify=yes > > This is the result of sip show peers: > Name/user Host Dyn Nat Status > 200/200 192.168.1.150 D Unmonitored > 210/210 84.36.36.140 D N OK (305 ms) > 310/310 71.180.126.60 D N Unmonitored > > Does anyone know why ext 210 the only one has a ping > status "OK (305 ms)" and the others are "Unmonitored" > > Regards > > > > > __________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. Try it free. > http://music.yahoo.com/unlimited/ > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051015/b51997da/attachment.htm
--- Sergey Okhapkin <sos@sokhapkin.dyndns.org> wrote:> Are the devices at 200 and 310 set up to register with your asterisk?Yes, they are registered and I can call them __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs
Hmm.. What is the output of "sip show users" and "sip show peers"? On Sat, 2005-10-15 at 12:30 -0700, Samy Antoun wrote:> --- Sergey Okhapkin <sos@sokhapkin.dyndns.org> wrote: > > Are the devices at 200 and 310 set up to register with your asterisk? > > Yes, they are registered and I can call them > > > > > > > __________________________________ > Start your day with Yahoo! - Make it your home page! > http://www.yahoo.com/r/hs > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051015/f4426ec7/attachment.htm
They do not have NAT option.. and they do not have qualify...>Hi, > >I have 3 SIP extensions, setup as follows: > # Device Location options >200 Sipura local >210 Sipura remote nat=yes qualify=yes >310 eyebeam remote nat=yes qualify=yes > >This is the result of sip show peers: >Name/user Host Dyn Nat Status >200/200 192.168.1.150 D Unmonitored >210/210 84.36.36.140 D N OK (305 ms) >310/310 71.180.126.60 D N Unmonitored > >Does anyone know why ext 210 the only one has a ping >status "OK (305 ms)" and the others are "Unmonitored" > >Regards