<?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/19657" />

	<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>2014-04-11T08:03:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[AndyP]]></name></author>
		<updated>2014-04-11T08:03:25-04:00</updated>

		<published>2014-04-11T08:03:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102729#p102729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102729#p102729"/>
		<title type="html"><![CDATA[Solved via support by the hoster]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102729#p102729"><![CDATA[
Unfortunately, "outgoing traffic permitted" is limited to target ports 1-1024 by default.<br><br>Maybe some firewall specific Thing, but didnt know 'all outgoing' is limited to lower 1024 ports. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Got to specify an additional rule to allow <br>Type: "tcp"<br>Local port: "*"<br>Local IP: "*"<br>Remote port: "6667"<br>Remote IP: "*"<br><br>to enable this function.<br><br>Now all is fine.<br><br>- Andy<br><br>(My host: Server4you.de - vserver)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12373">AndyP</a> — Fri Apr 11, 2014 8:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AndyP]]></name></author>
		<updated>2014-04-10T12:01:34-04:00</updated>

		<published>2014-04-10T12:01:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102728#p102728</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102728#p102728"/>
		<title type="html"><![CDATA[Same here]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102728#p102728"><![CDATA[
Got a similar problem, and not finding any solution.<br><br>(CentOS, Server4you eggdrop 1.8  and 1.6.21)<br><br>My host (server4you) seems to have a real agressive firewall, disabling the firewall for the vserver lets the bot connect to any server freely.<br><br>With active, it just times out on ANY Server I try.<br><br>(I have forwarded port 113, this should be the only one used for connecting to a server at all?)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12373">AndyP</a> — Thu Apr 10, 2014 12:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hendr1x]]></name></author>
		<updated>2014-03-24T15:50:15-04:00</updated>

		<published>2014-03-24T15:50:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102698#p102698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102698#p102698"/>
		<title type="html"><![CDATA[Eggdrop won't connect to any servers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102698#p102698"><![CDATA[
If it helps at all here are some of the conf settings<br><br><div class="codebox"><p>Code: </p><pre><code># What is your network?#   0 = EFnet#   1 = IRCnet#   2 = Undernet#   3 = DALnet#   4 = +e/+I/max-modes 20 Hybrid#   5 = Othersset net-type 1# I tried 5 as well# This is a Tcl script to be run immediately after connecting to a server.bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"}# Set the default port which should be used if none is specified with# '.jump' or in 'set servers'.set default-port 6667# This is the bot's server list. The bot will start at the first server listed,# and cycle through them whenever it gets disconnected. You need to change these# servers to YOUR network's servers.## The format is:#   server[:port[:password]]## Both the port and password fields are optional; however, if you want to set a# password you must also set a port. If a port isn't specified it will default to# your default-port setting.set servers {morgan.freenode.netcard.freenode.net}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12366">hendr1x</a> — Mon Mar 24, 2014 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[hendr1x]]></name></author>
		<updated>2014-03-24T15:43:17-04:00</updated>

		<published>2014-03-24T15:43:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102697#p102697</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102697#p102697"/>
		<title type="html"><![CDATA[Eggdrop won't connect to any servers]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102697#p102697"><![CDATA[
I'm sorry if this is a stupid question...I did spend the last hour reading / trying different settings and I couldn't find anything to help me.  My concern is that this is something to do with my dedicated server (Centos 6.5) but as far as I can tell all ports are open/there shouldn't be any problems.<br><br>Anyway...every time I run eggdrop I can't connect to any servers...I just want to add a bot to a freenode channel...any help would be greatly appreciated it.<br><br>[<div class="codebox"><p>Code: </p><pre><code>15:41:21] === awesome-o: 0 channels, 0 users.[15:41:21] main: entering loop[15:41:22] Trying server morgan.freenode.net:6667[15:41:22] DNS resolved morgan.freenode.net to 64.32.24.176[15:42:25] net: connect! sock 6[15:42:25] Connected to morgan.freenode.net[15:42:25] net: eof!(read) socket 6[15:42:25] Disconnected from morgan.freenode.net[15:42:26] Trying server card.freenode.net:6667[15:42:26] DNS resolved card.freenode.net to 38.229.70.20</code></pre></div>I tried all the available ports.....for example...<br><div class="codebox"><p>Code: </p><pre><code>[15:32:52] === awesome-o: 0 channels, 0 users.[15:32:52] main: entering loop[15:32:53] Trying server morgan.freenode.net:8001[15:32:53] DNS resolved morgan.freenode.net to 64.32.24.176[15:33:56] net: connect! sock 6[15:33:56] Connected to morgan.freenode.net[15:33:56] net: eof!(read) socket 6[15:33:56] Disconnected from morgan.freenode.net[15:33:57] Trying server card.freenode.net:8001[15:33:57] DNS resolved card.freenode.net to 38.229.70.20[15:35:00] net: connect! sock 6[15:35:00] Connected to card.freenode.net[15:35:00] net: eof!(read) socket 6[15:35:00] Disconnected from card.freenode.net[15:35:01] Trying server morgan.freenode.net:8001[15:35:01] DNS resolved morgan.freenode.net to 64.32.24.176</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12366">hendr1x</a> — Mon Mar 24, 2014 3:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
