Re: [Asterisk-Users] Asterisk iptables rules

2005-11-01 Thread Goran Tornqvist
Tornqvist [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Friday, October 28, 2005 9:52 AM Subject: Re: [Asterisk-Users] Asterisk iptables rules Hello, After further checking I found that when activating the firewall

Re: [Asterisk-Users] Asterisk iptables rules

2005-10-28 Thread Goran Tornqvist
@lists.digium.com Sent: Thursday, October 27, 2005 12:10 PM Subject: Re: [Asterisk-Users] Asterisk iptables rules I would suggest that you are missing something like: iptables -A INPUT -m state --state ESTABLISHED,RELATED -i eth0 -j ACCEPT This will mean that if a UDP packet is sent by * from sport

[Asterisk-Users] Asterisk iptables rules

2005-10-27 Thread Goran Tornqvist
One last check...won't ask again, promise :) Does someone know a solution to my problem below? Best Regards Goran - Original Message - From: Goran Tornqvist To: asterisk-users@lists.digium.com Sent: Wednesday, October 26, 2005 10:33 AM Subject: Asterisk

Re: [Asterisk-Users] Asterisk iptables rules

2005-10-27 Thread Steve Davies
I would suggest that you are missing something like: iptables -A INPUT -m state --state ESTABLISHED,RELATED -i eth0 -j ACCEPT This will mean that if a UDP packet is sent by * from sport:2345, dport:5060, then the response (sport:5060, dport:2345) will be allowed in, whereas at present that is

[Asterisk-Users] Asterisk iptables rules

2005-10-26 Thread Goran Tornqvist
Hello, I have trouble getting asterisk to work with my new firewall script (see below). I used this info as base: 'http://www.voip-info.org/wiki-Asterisk+firewall+rules And then modified it to suit my needs. I use only SIP and the problem is that the calls get in to asterisk when the

Re: [Asterisk-Users] Asterisk iptables rules

2005-10-26 Thread OTR Comm
] Asterisk iptables rules Hello, I have trouble getting asterisk to work with my new firewall script (see below). I used this info as base: 'http://www.voip-info.org/wiki-Asterisk+firewall+rules And then modified it to suit my needs. I use only SIP and the problem is that the calls get in to asterisk