View Single Post
  #2  
Old 03-31-2015, 09:44 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Have you opened the ports on the firewall on the netbook?

Post the contents of eqemu_config.xml. You probably need to edit these lines:-

Code:
        <!-- Only specify these two if you really think you need to.  (read: You don't) -->
                <!-- <address>some.server.com</address> -->
                <!-- <localaddress>192.168.0.5</localaddress> -->
Let's pretend the netbook has an IP of 192.168.0.1, change it to

Code:
        <!-- Only specify these two if you really think you need to.  (read: sometimes you should) -->
               <address>192.168.0.1</address>
              <localaddress>192.168.0.1</localaddress>
Note that I removed some of these:- <!- and -> (they are "comments"). Also, please ensure that your netbook has been set to always receive the same IP address from your router, otherwise the config is meaningless.

If you have something like "127.0.0.1" or "localhost" in there (or they are just commented out), after you log in you will be redirected to the machine you are connecting from (since all machines are 127.0.0.1/localhost).

Alternatively if there's just you playing, host it all on the desktop PC, unless you happen to be 32-boxing or something.
Reply With Quote