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

	<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>2003-02-04T18:07:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-04T18:07:36-04:00</updated>

		<published>2003-02-04T18:07:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16170#p16170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16170#p16170"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16170#p16170"><![CDATA[
Joh ppl!<br>Thanks for helping.. I don't need the help anymore <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><br><br>I just installed today RedHat 8.0 and it works fine here, without any my-ip, my-hostname, nat-ip or that kind of bull-[censored] <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>I think it was some kind of "bug" between RH7.3 and my router <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_evil.gif" width="15" height="15" alt=":evil:" title="Evil or Very Mad"><br><br>I have now RH8.0 and it have a cool interface, so thanks for helping, you people just RULE with helping!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Tue Feb 04, 2003 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[har0]]></name></author>
		<updated>2003-02-04T14:48:49-04:00</updated>

		<published>2003-02-04T14:48:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16162#p16162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16162#p16162"/>
		<title type="html"><![CDATA[wierd problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16162#p16162"><![CDATA[
here is what my eggdrop uses: <br><br># If you're using virtual hosting (your machine has more than 1 IP), you<br># may want to specify the particular IP to bind to. You can specify either<br># by hostname or by IP. You may also want to set the hostname here if<br># Eggdrop has trouble detecting it when it starts up.<br>#set my-hostname "virtual.host.com"<br>#set my-ip "99.99.0.0"<br><br>Nothing is unselected, and starts from 2 pc's with the same conf, nothing changed <br>l<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2544">har0</a> — Tue Feb 04, 2003 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-04T14:00:21-04:00</updated>

		<published>2003-02-04T14:00:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16156#p16156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16156#p16156"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16156#p16156"><![CDATA[
I have this atm:<div class="codebox"><p>Code: </p><pre><code># Do not remove the following line, or various programs# that require network functionality will fail.127.0.0.1               localhost.domain localhost</code></pre></div>And I changed it to:<div class="codebox"><p>Code: </p><pre><code># Do not remove the following line, or various programs# that require network functionality will fail.127.0.0.1               localhost.domain localhost192.168.2.100           localhost.router homepc</code></pre></div>Shell:<br>[root@localhost dbzgt]# hostname<br>localhost.localdomain<br>[root@localhost dbzgt]#<br><br>Oke and what should I put in the .conf??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Tue Feb 04, 2003 2:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-04T12:15:09-04:00</updated>

		<published>2003-02-04T12:15:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16150#p16150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16150#p16150"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16150#p16150"><![CDATA[
Make sure what ever you have the boxes' hostname set to is in your /etc/hosts file.<br><br>ie do this: <br><br>1)<br><br>more /etc/HOSTNAME<br><br>it should be like:<br><br>MyBoxesHostName.MyDomain.com<br><br>2) edit your /etc/hosts and make sure you have lines liek this:<br><br>127.0.0.1       localhost<br>192.168.2.100     MyBoxesHostName.MyDomain.com MyBoxesHostName<p>Statistics: Posted by Guest — Tue Feb 04, 2003 12:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-04T04:02:32-04:00</updated>

		<published>2003-02-04T04:02:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16136#p16136</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16136#p16136"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16136#p16136"><![CDATA[
I am behind a router, because we need 2 PC's on the internet <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Anyway, I don't think the router is stopping the eggdrop because he is using a port that the router doesn't support.<br><br>The firewall of the router is off and of linux as well.<br><br>And even there is a firewall on the router, which port should I open? Except 6667 (IRC Network)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Tue Feb 04, 2003 4:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Freeman]]></name></author>
		<updated>2003-02-03T21:47:08-04:00</updated>

		<published>2003-02-03T21:47:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16133#p16133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16133#p16133"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16133#p16133"><![CDATA[
From what I gather you are behind a router. ?<br><br>So did you even forward the port that Eggy will be using to your router config of that computer??? good luck<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2616">Freeman</a> — Mon Feb 03, 2003 9:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-03T18:02:24-04:00</updated>

		<published>2003-02-03T18:02:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16131#p16131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16131#p16131"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16131#p16131"><![CDATA[
Nope, doesn't work.<br><br>Btw, in the first post I typed, I tryed almost EVERY possibility there is <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>Nobody can help from telnet??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Mon Feb 03, 2003 6:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dvV]]></name></author>
		<updated>2003-02-03T13:57:49-04:00</updated>

		<published>2003-02-03T13:57:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16126#p16126</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16126#p16126"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16126#p16126"><![CDATA[
Actually trying what gumbydammit said worked for me...<blockquote class="uncited"><div>gumbydammit<br>Posted: Mon Feb 03, 2003 10:09 am    Post subject: re<br><br><br>or try using set nat-ip and comment out my-hostname and my-ip</div></blockquote><div class="codebox"><p>Code: </p><pre><code># If you have a NAT firewall (you box has an IP in one of the following# ranges: 192.168.0.0-192.168.255.255, 172.16.0.0-172.31.255.255,# 10.0.0.0-10.255.255.255 and your firewall transparently changes your# address to a unique address for your box) or you have IP masquerading# between you and the rest of the world, and /dcc chat,/ctcp chat or# userfile sharing aren't working, enter your outside IP here. Do not# enter anything for my-ip or my-hostname if you use this setting.set nat-ip "213.10.107.84"</code></pre></div>it says it right there: "Do not enter anything for my-ip or my-hostname if you use this setting."<br>i would at least try it...<br><br>dvV<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2609">dvV</a> — Mon Feb 03, 2003 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-03T13:11:57-04:00</updated>

		<published>2003-02-03T13:11:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16125#p16125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16125#p16125"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16125#p16125"><![CDATA[
Yup, I already tryed my-hostname "localhost"<br>Didn't work as well <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>Can't you help me from telnet/ssh?<br>So you can try it faster... maybe it works on your way.<br><br>set my-ip "192.168.2.100"<br>set nat-ip "231.10.107.84"<br>set my-hostname "localhost"<br><br>That's what I tryed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Mon Feb 03, 2003 1:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-03T12:22:05-04:00</updated>

		<published>2003-02-03T12:22:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16123#p16123</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16123#p16123"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16123#p16123"><![CDATA[
the nat-ip setting isn;t used in the binding of IP addresses.<br><br>It's used to sent out to IRC clinet, to make sure they attempt to connect to the correct address.<br><br>The self-lookup fail is my-ip and my-hostname related.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Feb 03, 2003 12:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-02-03T12:09:29-04:00</updated>

		<published>2003-02-03T12:09:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16122#p16122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16122#p16122"/>
		<title type="html"><![CDATA[re]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16122#p16122"><![CDATA[
or try using set nat-ip and comment out my-hostname and my-ip<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Mon Feb 03, 2003 12:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-03T11:48:40-04:00</updated>

		<published>2003-02-03T11:48:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16121#p16121</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16121#p16121"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16121#p16121"><![CDATA[
Have you tried setting the value of my-hostname to "localhost"?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Feb 03, 2003 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-03T11:24:21-04:00</updated>

		<published>2003-02-03T11:24:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16119#p16119</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16119#p16119"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16119#p16119"><![CDATA[
Hm.. I am sorry, not working <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>testbot.conf:<br>set my-ip "192.168.2.100"<br>set nat-ip "231.10.107.84"<br><br><br>Error:[dbzgt@localhost eggdrop]$ ./eggdrop -m testbot.conf<br><br>Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads<br>[16:17] --- Loading eggdrop v1.6.13 (Mon Feb  3 2003)<br>[16:17] Module loaded: dns<br>[16:17] Module loaded: channels<br>[16:17] Module loaded: server<br>[16:17] Module loaded: ctcp<br>[16:17] Module loaded: irc<br>[16:17] Module loaded: notes            (with lang support)<br>[16:17] Module loaded: console          (with lang support)<br>[16:17] Module loaded: blowfish<br>[16:17] Module loaded: uptime<br>[16:17] * Hostname self-lookup failed. Please set 'my-ip' in the config file.<br>[16:17] Attempt to kill un-allocated socket 0 !!<br><br><br>Same problem :'(<br>Are you on IRC? If yes, can you tell me which channel so I can give you telnet access on my PC, maybe you can see it from there better.<br><br>I am on irc.Quakenet.org with the nickname "dbz-gt", so just query me if you have time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Mon Feb 03, 2003 11:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dbz-gt]]></name></author>
		<updated>2003-02-03T09:14:46-04:00</updated>

		<published>2003-02-03T09:14:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16113#p16113</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16113#p16113"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16113#p16113"><![CDATA[
Thanks for the tip.<br><br>I will try it, I am atm on school and my PC isn't on so I can try it from telnet (even it was, port 21-23 are closed here on school)<br><br>And yes, it runs on PC1 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz">.<br>That's why I sayed My PC <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2639">dbz-gt</a> — Mon Feb 03, 2003 9:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-03T05:48:35-04:00</updated>

		<published>2003-02-03T05:48:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16110#p16110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16110#p16110"/>
		<title type="html"><![CDATA[Problems with starting eggdrop..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16110#p16110"><![CDATA[
<blockquote class="uncited"><div>My ISP gave me the ip: 213.10.107.84 <br>My routers internal IP: 192.168.2.1 <br><br>IP-PC 1 (my PC): 192.168.2.100 <br>IP-PC 2 (other PC): 192.168.2.101 </div></blockquote>You should never consider the IP given to your router (the 213. one) as the IP of your internal machines.<br><br>This is simply not true. It is assigned to the router and nothing more.<br><br>I aint sure out of the 2 PC's, which one is running the eggdrop, so I will take a stab in the dark,, but the theory applies.<br><br>If it's running on PC1, then you set my-ip to "192.168.2.100". You should then set nat-ip to "213.10.107.84".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Feb 03, 2003 5:48 am</p><hr />
]]></content>
	</entry>
	</feed>
