This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

No route to host problem

Old posts that have not been replied to for several years.
Locked
p
psyko|

No route to host problem

Post by psyko| »

[00:15] === Silent|GG: 0 channels, 0 users.
[00:15] main: entering loop
[00:15] Trying server Osgamers.TX.US.GamesNET.Net:6667
[00:15] DNS resolved Osgamers.TX.US.GamesNET.Net to 66.226.215.62
[00:15] net: connect! sock 7
[00:15] Connected to Osgamers.TX.US.GamesNET.Net
[00:15] net: eof!(write) socket 7 (No route to host,113)
[00:15] Disconnected from Osgamers.TX.US.GamesNET.Net

I get that when I connect to any server with my bot...Its problebly something stupid but im a noob with eggdrops. Anyone know why this is happening?
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

you have set in config.

Code: Select all

set servers {
  Osgamers.TX.US.GamesNET.Net:6667
}
try setting like this.

Code: Select all

set servers {
  66.226.215.62:6667
}
Locked