<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/10505" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2005-09-14T06:06:33-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/10505</id>

		<entry>
		<author><name><![CDATA[^CJ^]]></name></author>
		<updated>2005-09-14T06:06:33-04:00</updated>

		<published>2005-09-14T06:06:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55717#p55717</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55717#p55717"/>
		<title type="html"><![CDATA[iptables rules for botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55717#p55717"><![CDATA[
<blockquote class="uncited"><div>reading rulez</div></blockquote>it indeed does  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>thank you!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6709">^CJ^</a> — Wed Sep 14, 2005 6:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-09-13T16:48:26-04:00</updated>

		<published>2005-09-13T16:48:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55693#p55693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55693#p55693"/>
		<title type="html"><![CDATA[iptables rules for botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55693#p55693"><![CDATA[
<blockquote class="uncited"><div># If you want all dcc file transfers to use a particular portrange either<br># because you're behind a firewall, or for other security reasons, set it<br># here.<br>#set reserved-portrange 2010:2020</div></blockquote>reading rulez<br><br>so when opening 10000-10020, you could use 10000 for users, 10001 for bots and 10002-10020 for dcc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Sep 13, 2005 4:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^CJ^]]></name></author>
		<updated>2005-09-13T16:37:56-04:00</updated>

		<published>2005-09-13T16:37:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55692#p55692</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55692#p55692"/>
		<title type="html"><![CDATA[iptables rules for botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55692#p55692"><![CDATA[
ok i know how to do that but how do i teach my eggdrop to use those specific ports for userfile exchange?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6709">^CJ^</a> — Tue Sep 13, 2005 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-13T14:35:08-04:00</updated>

		<published>2005-09-13T14:35:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55685#p55685</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55685#p55685"/>
		<title type="html"><![CDATA[iptables rules for botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55685#p55685"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>/usr/sbin/iptables -A INPUT -s 0/0 -p TCP --dport 10000:10020 -j ACCEPT</code></pre></div>will allow inbound TCP connections from anywhere on your <em class="text-italics">reserved-portrange</em> 10000:10020<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Sep 13, 2005 2:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^CJ^]]></name></author>
		<updated>2005-09-13T05:17:57-04:00</updated>

		<published>2005-09-13T05:17:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55680#p55680</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55680#p55680"/>
		<title type="html"><![CDATA[iptables rules for botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55680#p55680"><![CDATA[
Hi,<br><br>I'm running eggdrop behind an iptables firewall which is kind of restrictive. Because of that, I can't run my eggdrop as a botnet hub as incoming connections from the highportrange are dropped which means userfiles cant be received. Can anyone suggest some good rules to make it work without being too unsecure? I found an eggdrop-conntrack in the patch-o-matic but it requires a 2.6 kernel which i dont have.<br><br>thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6709">^CJ^</a> — Tue Sep 13, 2005 5:17 am</p><hr />
]]></content>
	</entry>
	</feed>
