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

	<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-10T08:00:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[vince]]></name></author>
		<updated>2003-02-10T08:00:18-04:00</updated>

		<published>2003-02-10T08:00:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16384#p16384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16384#p16384"/>
		<title type="html"><![CDATA[Ok]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16384#p16384"><![CDATA[
Ok, thank you<br><br>Vince<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2675">vince</a> — Mon Feb 10, 2003 8:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-09T16:42:06-04:00</updated>

		<published>2003-02-09T16:42:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16370#p16370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16370#p16370"/>
		<title type="html"><![CDATA[Multi users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16370#p16370"><![CDATA[
The solution is very clear.<br><br>SHell providers do not need multiple IP's or virtual hosting to provide multiple eggdrops.<br><br>You simply use different ports for different bots.<br><br>See the config file, for the line starting "listen"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Feb 09, 2003 4:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vince]]></name></author>
		<updated>2003-02-09T16:26:25-04:00</updated>

		<published>2003-02-09T16:26:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16367#p16367</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16367#p16367"/>
		<title type="html"><![CDATA[Cheers.Tequila make crash with my father's car a time :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16367#p16367"><![CDATA[
Ok. So, how shell providers works? I think they have a virtual host for every user, so they can telnet directly to their /home/user directory. But what it's not very clear to me it's how when different users are in the shell their telnet to the bot don't collides each other.<br>Example.<br>USER 1 has in his eggdrop.conf telnet all to 3333<br>USER 2 has the same<br>So on with the other users.<br>If they all users telnet to localhost 3333 they will all connect to the same bot.<br><br>Maybe the solution is virtual hosting. So user 1 can connect to his bot telnetting to his virtual domain <br>user1.domain.com<br>and<br>user2 to user2.domain.com<br>But I thought this was working only for web server , not for telnet.<br>Do you think this could be a solution?<br><br>Sorry if I'm bothering you with theese question but I'm trying to set up a freeshell host just for a few users would like to testing it. For the other issues I have no problems, I'm working with a static ip and a router with ports redirection. my idea was to allow ssh connections and internal telnet to the eggdrops. <br><br>thanks<br>Vince<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2675">vince</a> — Sun Feb 09, 2003 4:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-09T12:51:47-04:00</updated>

		<published>2003-02-09T12:51:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16353#p16353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16353#p16353"/>
		<title type="html"><![CDATA[Multi users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16353#p16353"><![CDATA[
This is allmost impossible.<br><br>This is because of the way TCP/IP is structured.<br><br>Each node on a TCP/IP network, needs a unique IP address, though 1 node can have more than one.<br><br>Now if we needed 1 IP addres, for each listening application, we would run out of IP addresses very very fast.<br><br>Thats why there are ports. One parking space, for each application than needs to listen for requests.<br><br>Just like eahc node needs a unique IP address, each application needs a unique port number too.<br><br>This means, no two nodes can have the same IP, and no two applications can use the same port.<br><br>2 seperate eggdrops are classed as two seperate aplications.<br><br>There is one or two ways to get around this.<br><br>Use firewall / port forwarding systems. These will forward the request to the real port, based on the incoming host.<br><br>However, most ISP's use dynamic hosts, thus every time a user comes onto the internet, there forwarding record may needs changing.<br><br>This advanced topic, is boyond the scope of this forum.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Feb 09, 2003 12:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vince]]></name></author>
		<updated>2003-02-08T16:37:14-04:00</updated>

		<published>2003-02-08T16:37:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16326#p16326</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16326#p16326"/>
		<title type="html"><![CDATA[Multi users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16326#p16326"><![CDATA[
I would like to allow every user on my server to telnet to their own eggdrop withouth assign a different telnet port to every bot. How can I do it?<br><br>Thnx for your time<br><br>Vince :rool:<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2675">vince</a> — Sat Feb 08, 2003 4:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
