| |
| News & Reviews |
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.
Voxilla VoIP Forum |
Asterisk@home and the Linksys WRT54GSTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| ||||
| 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. |
| |||
| Quote:
iptables -t nat -nvL |
| ||||
| Quote:
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. |
| |||
| Quote:
|
| |
![]() |
| ||||
| 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. |
| ||||
| For those of you that saw I had a couple of test ports open, (81 and 22) they are closed now.
__________________ John Perry http://www.jpunix.com Please do not PM me with technical questions. Post them on the forum so everyone can benefit. |
| |||
| Quote:
|
| ||||
| 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. |
| ||||
| Quote:
__________________ John Perry http://www.jpunix.com Please do not PM me with technical questions. Post them on the forum so everyone can benefit. |
| | |
| Save $10 when you buy an unlocked Linksys SPA3102 Includes VoIP/PSTN gateway, FXO/FXS ports, and router. Sale Price: $76.95 |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| 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 |