<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iptables for asterisk</title>
	<atom:link href="http://sysadminman.net/blog/2008/iptables-for-asterisk-49/feed" rel="self" type="application/rss+xml" />
	<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49</link>
	<description>UK based Asterisk, Trixbox, FreePBX and A2Billing Servers</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:49:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: matt</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2242</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 16 Dec 2010 14:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2242</guid>
		<description>If you think that your VPS has been compromised I would definitely recommend getting a management company to have a look at it. Ideally raise a ticket with your VPS provider.</description>
		<content:encoded><![CDATA[<p>If you think that your VPS has been compromised I would definitely recommend getting a management company to have a look at it. Ideally raise a ticket with your VPS provider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlotowinfo</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2239</link>
		<dc:creator>zlotowinfo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 12:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2239</guid>
		<description>im totally newbie on linux, trixbox: venet0 receive: 57.49 KB/s  -  venet0 transmit: 3.28 KB/s
2 days ago when no body calls, was 0/0, 
now more, leach transfer can disable my server in some day in moth

i don know how check where i loose transfer tried rules at bottom, but its block my server, cant use it
dont know what can i doo, tried iptraf, but there see only 2-3KB/s &amp; dont see trafic by ip
even when i find atacker, cant stop him, because iptables like rules at bottom freeze server connections</description>
		<content:encoded><![CDATA[<p>im totally newbie on linux, trixbox: venet0 receive: 57.49 KB/s  &#8211;  venet0 transmit: 3.28 KB/s<br />
2 days ago when no body calls, was 0/0,<br />
now more, leach transfer can disable my server in some day in moth</p>
<p>i don know how check where i loose transfer tried rules at bottom, but its block my server, cant use it<br />
dont know what can i doo, tried iptraf, but there see only 2-3KB/s &amp; dont see trafic by ip<br />
even when i find atacker, cant stop him, because iptables like rules at bottom freeze server connections</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2237</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 16 Dec 2010 11:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2237</guid>
		<description>Try changing this line -

/sbin/iptables --policy INPUT DROP

to ACCEPT temporarily. This is the &#039;block everything&#039; rule. Then you can start the firewall and see what&#039;s happening, but without being blocked.</description>
		<content:encoded><![CDATA[<p>Try changing this line -</p>
<p>/sbin/iptables &#8211;policy INPUT DROP</p>
<p>to ACCEPT temporarily. This is the &#8216;block everything&#8217; rule. Then you can start the firewall and see what&#8217;s happening, but without being blocked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlotowinfo</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2235</link>
		<dc:creator>zlotowinfo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 10:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2235</guid>
		<description>server trixbox (centos), forgot to tell its vps, not standard server, i using too fail2ban

but someone leach my transfer, fail2ban not blocking this</description>
		<content:encoded><![CDATA[<p>server trixbox (centos), forgot to tell its vps, not standard server, i using too fail2ban</p>
<p>but someone leach my transfer, fail2ban not blocking this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlotowinfo</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2234</link>
		<dc:creator>zlotowinfo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 10:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2234</guid>
		<description>standard 22
i changed only: 
1. EXIF=&quot;eth0&quot; to EXIF=&quot;venet0&quot;

2. to my ip
sbin/iptables -A INPUT -p tcp -i $EXIF -m state --state NEW -s 100.101.5.182 -j ACCEPT


server totally disconnect all users, stop responding ping, cant connect ssh</description>
		<content:encoded><![CDATA[<p>standard 22<br />
i changed only:<br />
1. EXIF=&#8221;eth0&#8243; to EXIF=&#8221;venet0&#8243;</p>
<p>2. to my ip<br />
sbin/iptables -A INPUT -p tcp -i $EXIF -m state &#8211;state NEW -s 100.101.5.182 -j ACCEPT</p>
<p>server totally disconnect all users, stop responding ping, cant connect ssh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2233</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 16 Dec 2010 10:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2233</guid>
		<description>What port do you use for ssh? Is it the standard 22? If not you&#039;d have to open the port you do use.</description>
		<content:encoded><![CDATA[<p>What port do you use for ssh? Is it the standard 22? If not you&#8217;d have to open the port you do use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlotowinfo</title>
		<link>http://sysadminman.net/blog/2008/iptables-for-asterisk-49#comment-2232</link>
		<dc:creator>zlotowinfo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 10:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://sysadminman.net/blog/?p=49#comment-2232</guid>
		<description>tried those rules
but server totally freezing to access</description>
		<content:encoded><![CDATA[<p>tried those rules<br />
but server totally freezing to access</p>
]]></content:encoded>
	</item>
</channel>
</rss>

