Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Rosli Sukri
just disable iptables - if use redhat/fedora#service iptables stopOn 8/11/06, Siqhamo Sifo [EMAIL PROTECTED] wrote:I need help with SIP,RTP port forwarding , I can connect using SIP and make calls but there is no audio even though my kernel has sip support andI suspect that it has to do with

Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Peter Bowyer
If someone asked your for help finding their front door key, would your proposed solution be to leave the door unlocked? On 11/08/06, Rosli Sukri [EMAIL PROTECTED] wrote: just disable iptables - if use redhat/fedora #service iptables stop On 8/11/06, Siqhamo Sifo [EMAIL PROTECTED] wrote: I

RE: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Evalyn Wafula
If you are using a Linux gateway to connect your local LAN to the Internet, then redirect as follows: /sbin/iptables -t nat -A PREROUTING -p udp -i ethx --destination-port 5060 \ -j DNAT --to-destination xxx.xxx.xxx.xxx /sbin/iptables -t nat -A PREROUTING -p udp -i ethx

Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Dovid Bender
It could be NAT. Either way you need ports 5060-5090 and 1-2 in UDP open. - Original Message - From: Siqhamo Sifo [EMAIL PROTECTED] To: asterisk-users@lists.digium.com Sent: Friday, August 11, 2006 5:48 AM Subject: [asterisk-users] Port Forwarding SIP rtp I need help with

Re: [asterisk-users] Port Forwarding SIP rtp

2006-08-11 Thread Alex Robar
If he suspects the problem is iptables, but isn't sure, disabling it is a surefire way to be certain. That doesn't mean he has to leave it disabled, but it's certainly narrowed down the source of the issue. If at that point he's able to say that iptables is his issue, he can then go and determine