View Single Post
  #21  
Old 08-02-2009, 11:58 PM
vales
Discordant
 
Join Date: May 2006
Posts: 458
Default

No problem. It's all a learning process, and we were all there at one time or another.

Just missed the loginserver part of your config file. Sorry about that.

Try this:
Quote:
<loginserver>
<host>slobovia.no-ip.biz</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
then in your eqhosts.txt file, change it to:
Quote:
[LoginServer]
Host=slobovia.no-ip.biz:5998
If that doesn't work, change it to:
Quote:
[LoginServer]
Host=192.168.1.101:5998



And finally, if that fails... It could be that your router doesn't support NAT routing. A lot of older routers have this issue.

What you could to test it out is put your dyndns name in your eqhosts.txt file like so:

Quote:
[LoginServer]
Host=slobovia.no-ip.biz:5998
This will be for any clients connecting to your PC that's hosting the server.


Then go to C:/windows/system32/drivers/etc, and open your hosts file with notepad or something.

You should see:
Code:
127.0.0.1       localhost
at the bottom.

Add this line:
Code:
slobovia.no-ip.biz       192.168.1.101
Then save the hosts file.

What this does is loops your connection and reroutes it to your server's PC - assuming 192.168.1.101 is the LAN IP to your server. So any PC with this modified host file will have their connection rerouted.
Reply With Quote