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

	<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-03-26T19:11:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-26T19:11:34-04:00</updated>

		<published>2003-03-26T19:11:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18275#p18275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18275#p18275"/>
		<title type="html"><![CDATA[Newbie problems with dcc chat and .set]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18275#p18275"><![CDATA[
I got it working. I just had to have the bot connect to the external IP address/hostname instead of joining it BEHIND the NAT/Firewall.<br><br>That way, it is connected as <a href="mailto:bot@real.ip.add.ress">bot@real.ip.add.ress</a>, and outside users can connect.<br><br>I also changed the other options to allow me to use .set.<br><br>Thanks for the help!<p>Statistics: Posted by Guest — Wed Mar 26, 2003 7:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-26T11:11:42-04:00</updated>

		<published>2003-03-26T11:11:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18261#p18261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18261#p18261"/>
		<title type="html"><![CDATA[Newbie problems with dcc chat and .set]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18261#p18261"><![CDATA[
What you are trying to do, is seriously not possible.<br><br>From what you have give, we can gather, the following.<br><br>1: You are behind a nat/masq router/firewall.<br>2: You are connecting to a local IRCD, be it on the same machine, or at least on the same subnet.<br><br>Without explaining how routing, NAT and subnets work, there is no way to tell you why this you see the IP address you do.<br><br>The simple fact is, the IRC server, and the eggdrop, are on the internal network, and thus, are using the internal IP address.<br><br>Only connections routed to the internet, via the router will show the external IP address. IE, only connections to a external IRC server.<br><br>This is simply the way networks operate, and unless you have expensive router equipment, and the knowledge ot use them, there is no other way around this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 26, 2003 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-03-26T00:45:33-04:00</updated>

		<published>2003-03-26T00:45:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18255#p18255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18255#p18255"/>
		<title type="html"><![CDATA[Newbie problems with dcc chat and .set]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18255#p18255"><![CDATA[
is this your own ircd? normally one would set nat-ip with their wan ip(ISP's ip) and comment out my-ip and my-hostname..If you are trying to dcc chat from the same comp your bot is on behind NAT well telnet is your best friend.. altho others should be able to dcc it fine... and yes forward your bots listen port.. <br>also look at set reserved-portrange in your conf if you plan to trasnfer files.<br>as for the .set command.. you need to comment the unbind line in your conf.<br>unbind dcc n set *dcc:set<br>also read set must-be-owner<br><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=1870">gumbydammit</a> — Wed Mar 26, 2003 12:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-03-25T20:40:00-04:00</updated>

		<published>2003-03-25T20:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18254#p18254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18254#p18254"/>
		<title type="html"><![CDATA[Newbie problems with dcc chat and .set]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18254#p18254"><![CDATA[
I have my eggdrop setup and working, and I have added myself as the sole owner for now. It seems to be working, but only locally for me.<br><br>I am currently behind a NAT/firewall with the irc server. When I connet the bot to the server, it shows up as bot@192.168.0.5.<br><br>I have tried to set nat-ip to my external IP, but this never seems to make any difference. This way, I am the only user able to dcc with the bot. Any ideas? Do I also need to open a port on the firewall (incoming) to allow this to work?<br><br>Lastly, I am trying to use the .set command and it doesn't work. From TFM:<br><br>###  set &lt;variable&gt; [value]<br>without a value parameter, shows the current value of a setting<br><br>Anytime I try to set something, it displays:<br><br>.set nat-ip<br>What?  You need '.help'<br><br>.set username<br>What?  You need '.help'<br><br>What am I mising? <br><br>I have compiled Eggdrop v1.6.13. Thanks for the help in advance!<p>Statistics: Posted by Guest — Tue Mar 25, 2003 8:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
