No account yet? Create one
Forgot your Username or Password?

Welcome to the Voxilla VoIP Forum.

Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old March 11th, 2005, 09:04 PM
jperry22's Avatar
jperry22 jperry22 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 178
jperry22
Default Asterisk@home and the Linksys WRT54GS

I'm trying to set up my first * server using the latest version of Asterisk@home behind a Linksys WRT54GS using Alchemy-pre7a v3.37.6.8sv. I have opened ports 5060 and 10000-20000 in the Linksys pointed to the * box. So far I have had no success in getting anything to work. I show that I'm registered with FWD but I cannot make or receive calls. I have the * box hooked to a Sipura 841 and it shows registered. A couple of very knowledgeable VoIP experts have looked at the config and cannot figure out the problem either. The ISP is RoadRunner residential (cable). http://www.grc.com shows that all the ports in question are reachable (not blocked).

Does anyone have any ideas what I can try?
__________________
John Perry
http://www.jpunix.com


Please do not PM me with technical questions. Post them on the forum so everyone can benefit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old March 11th, 2005, 11:20 PM
PhoneBoy's Avatar
PhoneBoy PhoneBoy is offline
Senior Member
 
Join Date: Sep 2003
Location: Port Orchard, WA
Posts: 3,302
PhoneBoy is an unknown quantity at this point
Default RE: Asterisk@home and the Linksys WRT54GS

I suspect there's a problem in the registration that's being sent to FWD and FWD is trying to communicate with the wrong IP address. You should probably take some tcpdump captures of the communication between your Asterisk server and fwd.pulver.com to see if the registrations look right.
__________________
Technical questions should be posted to the forums, not sent via PM to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old March 11th, 2005, 11:55 PM
digiblur
 
Posts: n/a
Default Re: Asterisk@home and the Linksys WRT54GS

Quote:
Originally Posted by jperry22
I'm trying to set up my first * server using the latest version of Asterisk@home behind a Linksys WRT54GS using Alchemy-pre7a v3.37.6.8sv. I have opened ports 5060 and 10000-20000 in the Linksys pointed to the * box. So far I have had no success in getting anything to work. I show that I'm registered with FWD but I cannot make or receive calls. I have the * box hooked to a Sipura 841 and it shows registered. A couple of very knowledgeable VoIP experts have looked at the config and cannot figure out the problem either. The ISP is RoadRunner residential (cable). http://www.grc.com shows that all the ports in question are reachable (not blocked).

Does anyone have any ideas what I can try?
enable telnet, login with the username of root, the password is the same as the web admin one, issue this command and post the results:

iptables -t nat -nvL
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old March 12th, 2005, 01:01 AM
jperry22's Avatar
jperry22 jperry22 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 178
jperry22
Default Re: Asterisk@home and the Linksys WRT54GS

Quote:
Originally Posted by digiblur
enable telnet, login with the username of root, the password is the same as the web admin one, issue this command and post the results:

iptables -t nat -nvL
[root@asterisk1 root]# iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 2 packets, 837 bytes)
pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 3 packets, 852 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 3 packets, 852 bytes)
pkts bytes target prot opt in out source destination
[root@asterisk1 root]#
__________________
John Perry
http://www.jpunix.com


Please do not PM me with technical questions. Post them on the forum so everyone can benefit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old March 12th, 2005, 01:48 AM
digiblur
 
Posts: n/a
Default Re: Asterisk@home and the Linksys WRT54GS

Quote:
Originally Posted by jperry22
Quote:
Originally Posted by digiblur
enable telnet, login with the username of root, the password is the same as the web admin one, issue this command and post the results:

iptables -t nat -nvL
[root@asterisk1 root]# iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 2 packets, 837 bytes)
pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 3 packets, 852 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 3 packets, 852 bytes)
pkts bytes target prot opt in out source destination
[root@asterisk1 root]#
Sorry for not being clear on this. Enable telnet on the WRT54g and telnet into the WRT54g's IP. Run this command.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old March 12th, 2005, 01:48 AM
Voxilla VoIP Forum
  #6 (permalink)  
Old March 12th, 2005, 02:02 AM
jperry22's Avatar
jperry22 jperry22 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 178
jperry22
Default RE: Re: Asterisk@home and the Linksys WRT54GS

Sorry! I thought you meant the * box. I already have SSH enabled on the WRT. Here's the results: .18 is my mail/web server and .15 is the * box

~ # iptables -t nat -nvL
Chain PREROUTING (policy ACCEPT 4955 packets, 715K bytes)
pkts bytes target prot opt in out source destination
284 11504 DNAT icmp -- * * 0.0.0.0/0 24.167.78.47 to:10.253.253.251
325 16004 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpt:80 to:10.253.253.18
0 0 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpt:80 to:10.253.253.18
0 0 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpt:443 to:10.253.253.18
0 0 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpt:443 to:10.253.253.18
360 19424 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpt:25 to:10.253.253.18
0 0 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpt:25 to:10.253.253.18
0 0 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpt:81 to:10.253.253.15
0 0 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpt:81 to:10.253.253.15
0 0 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpt:5060 to:10.253.253.15
15 7605 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpt:5060 to:10.253.253.15
66 2656 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpts:10000:20000 to:10.253.253.15
0 0 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpts:10000:20000 to:10.253.253.15
75 3600 DNAT tcp -- * * 0.0.0.0/0 24.167.78.47 tcp dpt:22 to:10.253.253.15
0 0 DNAT udp -- * * 0.0.0.0/0 24.167.78.47 udp dpt:22 to:10.253.253.15

Chain POSTROUTING (policy ACCEPT 1031 packets, 87757 bytes)
pkts bytes target prot opt in out source destination
3030 210K MASQUERADE all -- * vlan1 0.0.0.0/0 0.0.0.0/0
389 51096 RETURN all -- * br0 0.0.0.0/0 0.0.0.0/0 PKTTYPE = broadcast
342 21296 MASQUERADE all -- * br0 10.253.253.0/24 10.253.253.0/24

Chain OUTPUT (policy ACCEPT 60 packets, 8053 bytes)
pkts bytes target prot opt in out source destination
__________________
John Perry
http://www.jpunix.com


Please do not PM me with technical questions. Post them on the forum so everyone can benefit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old March 12th, 2005, 02:07 AM
jperry22's Avatar
jperry22 jperry22 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 178
jperry22
Default RE: Re: Asterisk@home and the Linksys WRT54GS

For those of you that saw I had a couple of test ports open, (81 and 22) they are closed now. ops: I was using them to work on the system remotely but I'm home now.
__________________
John Perry
http://www.jpunix.com


Please do not PM me with technical questions. Post them on the forum so everyone can benefit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old March 12th, 2005, 02:32 AM
digiblur
 
Posts: n/a
Default Re: RE: Re: Asterisk@home and the Linksys WRT54GS

Quote:
Originally Posted by jperry22
Sorry! I thought you meant the * box. I already have SSH enabled on the WRT. Here's the results: .18 is my mail/web server and .15 is the * box
I don't think it's the router.... hmmm.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old March 12th, 2005, 08:00 AM
PhoneBoy's Avatar
PhoneBoy PhoneBoy is offline
Senior Member
 
Join Date: Sep 2003
Location: Port Orchard, WA
Posts: 3,302
PhoneBoy is an unknown quantity at this point
Default RE: Re: RE: Re: Asterisk@home and the Linksys WRT54GS

I'd be running tcpdump from the Asterisk server. Something like:

tcpdump -ni eth0 -s 1500 -X host fwd.pulver.com

I'd look at the SIP registrations and see what it might think the IP address is.
__________________
Technical questions should be posted to the forums, not sent via PM to me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10 (permalink)  
Old March 12th, 2005, 11:32 AM
jperry22's Avatar
jperry22 jperry22 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 178
jperry22
Default Re: RE: Re: RE: Re: Asterisk@home and the Linksys WRT54GS

Quote:
Originally Posted by PhoneBoy
I'd be running tcpdump from the Asterisk server. Something like:

tcpdump -ni eth0 -s 1500 -X host fwd.pulver.com

I'd look at the SIP registrations and see what it might think the IP address is.
I've attached a file containing the output from tcpdump.
__________________
John Perry
http://www.jpunix.com


Please do not PM me with technical questions. Post them on the forum so everyone can benefit.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old March 12th, 2005, 11:32 AM
Save $10 when you buy an unlocked Linksys SPA3102
Includes VoIP/PSTN gateway, FXO/FXS ports, and router.
Sale Price: $76.95
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Asterisk@home and the Linksys WRT54GS
Thread Thread Starter Forum Replies Last Post
Asterisk@Home sohaib Asterisk Support Forum 2 February 14th, 2006 06:36 PM
WRT54GS v1.x vs v2.x vs v3.x vs v4.x pap2boy Linksys (Sipura) VoIP Support Forum 7 December 2nd, 2005 08:32 AM
Asterisk@home FTP home directory Gadget Asterisk Support Forum 2 November 11th, 2005 11:39 AM
Diff bewteen Asterisk and Asterisk@home cayman Asterisk Support Forum 7 May 20th, 2005 10:43 PM
How to setup Linksys WRT54GS to work with BroadVoice? weiyu99 BroadVoice Support Forum 3 November 20th, 2004 06:24 PM


Advertise Here

All times are GMT. The time now is 08:48 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.