Yeah, the ip's match. Cavedude suggested that I un-remark the:
<!-- <address>DO NOT SET</address> --> <!-- <localaddress>DO NOT SET</localaddress> --> And set the address to my external ip and the local address to the 192.168.X.X ip. The problem for me now is when I do ipconfig it only shows the external ip. All computers on this network cannot connect to the server now. I'm not sure if anyone outside of here can. Sorry for the trouble and thanks alot for the help so far. Edit: If anyone has a working eqemu_config file they can email me at skizoke@yahoo.com **** out password of course. |
Sounds like your router may be doing something funky. You shouldn't be getting your outside public IP even if you are running a DMZ. I would try turning off the DMZ setup and make sure you are using Port RANGE Forwarding to set port range 7000 to 7500 and port range 9000 to 9000 to point to your server's 192.168.1.X IP address. Make sure you reboot the server so that it is getting a 192.168 address, cause if it isn't then you got another issue on your router with DHCP or something weird.
|
Skizoke, You said that you are not using minilogin. If not then you don't need to open any ports on your router and all eqhost.txt files should have the line:Host=eqemulator.net:5998. Everyone will need a login on this site and connect to your server publicly. If that is not what you want you need to open the ports on your router and use minilogin. The ip for your server will be the ip for your router, at least as far as players outside your lan are concerned. You will need someway to get the ip address of your friends, use this: http://www.eqemulator.net/wiki/wikka...akka=MiniLogin.
I have set up several servers this way, I always wanted just my friends to play on my lan. As it turns out this is an awful lot of work. Just setup the server normally and then lock it. Give your friends enough privileges to sign into the locked server. Much easier and you don't have to worry about modifing the eqhost.txt file all the time or opening the ports on your router. HTH |
If he is using the Public Login Server, then he definitely needs the Port Ranges that I mentioned to be forwarded to his server. It will not work otherwise unless he connect his PC directly to the modem without the router in the middle or unless he sets his server as a DMZ in the router config.
|
Trevius, I did what you suggested. I don't know if it worked yet, the friend who has been trying to connect is away from keyboard (using IM)
Stlaei, That is correct. I'm not using minilogin and would prefer to keep it a public server at this time. If I don't need to open up any ports why can't anyone outside of my house connect to the server? |
Quote:
My problem is my modem IS my router. It's an AT&T dsl wireless modem with 4 connections for cat5 and has a built in router. So far it hasn't given me any problems. Hopefully, its just me and not the router/modem screwing me up. |
Oops, come to think of it I have always setup minilogin first then attempted to setup the public afterward. I guess my ports have already been open. :-)
What server is it, Skizoke? I'll try to login and see what happens. |
Skizoke Test Server
|
Here is the way my eqemu_config file currently looks:
<?xml version="1.0"> <server> <world> <shortname>Skizoke</shortname> <longname>Skizoke Test Server</longname> <!-- Only specify these two if you really think you need to. --> <address>74.185.XX.XX</address> <localaddress>192.168.1.68</localaddress> <!-- Loginserver information. --> <loginserver> <host>eqemulator.net</host> <port>5998</port> <account></account> <password></password> </loginserver> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>some long random string</key> <!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown --> <!-- <tcp ip="localhost" port="9000" telnet="disable"/> --> <!-- Enable and set the port for the HTTP service. --> <http port="9080" enabled="true" mimefile="mime.types" /> </world> <!-- Database configuration, replaces db.ini. --> <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>******</password> <db>peq</db> </database> </server> |
Skizoke, This was in my Titanium log file.
Code:
2008-09-30 23:07:33 Networking: Connection Established [1] <address>74.185.XX.XX</address> <localaddress>192.168.1.68</localaddress> Second try this, note I don't even have this line in my eqemu_config file: Try uncommenting this line from your eqemu_config file: <!-- <tcp ip="localhost" port="9000" telnet="disable"/> --> |
I made the changes, currently looks like this:
<?xml version="1.0"> <server> <world> <shortname>Skizoke</shortname> <longname>Skizoke Test Server</longname> <!-- Only specify these two if you really think you need to. --> <!-- <address></address> --> <!-- <localaddress></localaddress> --> <!-- Loginserver information. --> <loginserver> <host>eqemulator.net</host> <port>5998</port> <account></account> <password></password> </loginserver> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>some long random string</key> <!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown --> <tcp ip="localhost" port="9000" telnet="disable"/> <!-- Enable and set the port for the HTTP service. --> <http port="9080" enabled="true" mimefile="mime.types" /> </world> <!-- Database configuration, replaces db.ini. --> <database> <host>localhost</host> <port>3306</port> <username>root</username> <password>******</password> <db>peq</db> </database> </server> I don't know how to actually restart the server. I have just been closing the two dos windows. I am just now thinking, maybe changes to my config file are not taking effect if I am not restarting correctly? |
Ya, you are restarting it correctly for Windows. It should be taking effect.
Try running an "ipconfig /all" from your command prompt and post that here if you don't mind. |
Here you go:
Microsoft Windows [Version 6.0.6000] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\Howard>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : Howard-Main Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : gateway.2wire.net Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : gateway.2wire.net Description . . . . . . . . . . . : Realtek RTL8168B/8111B Family PCI-E Gigab it Ethernet NIC (NDIS 6.0) Physical Address. . . . . . . . . : 00-1D-7D-E6-C3-74 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::880d:1656:1fd7:30f2%8(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.1.68(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Tuesday, September 30, 2008 9:53:12 PM Lease Expires . . . . . . . . . . : Wednesday, October 01, 2008 9:53:12 PM Default Gateway . . . . . . . . . : 192.168.1.254 DHCP Server . . . . . . . . . . . : 192.168.1.254 DHCPv6 IAID . . . . . . . . . . . : 134225277 DNS Servers . . . . . . . . . . . : 192.168.1.254 NetBIOS over Tcpip. . . . . . . . : Enabled Ethernet adapter Hamachi: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Hamachi Network Interface Physical Address. . . . . . . . . : 7A-79-05-FF-58-F2 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 5.255.88.242(Preferred) Subnet Mask . . . . . . . . . . . : 255.0.0.0 Lease Obtained. . . . . . . . . . : Tuesday, September 30, 2008 9:53:12 PM Lease Expires . . . . . . . . . . : Tuesday, September 30, 2008 11:36:57 PM Default Gateway . . . . . . . . . : 5.0.0.1 DHCP Server . . . . . . . . . . . : 5.0.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled Tunnel adapter Local Area Connection* 6: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : isatap.{734CDEE7-51F1-4667-B432-C91DAB389 B7E} Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::200:5efe:5.255.88.242%12(Preferred) Default Gateway . . . . . . . . . : NetBIOS over Tcpip. . . . . . . . : Disabled Tunnel adapter Local Area Connection* 7: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface Physical Address. . . . . . . . . : 02-00-54-55-4E-01 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Tunnel adapter Local Area Connection* 9: Connection-specific DNS Suffix . : gateway.2wire.net Description . . . . . . . . . . . : isatap.gateway.2wire.net Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::5efe:192.168.1.68%10(Preferred) Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 192.168.1.254 NetBIOS over Tcpip. . . . . . . . : Disabled Tunnel adapter Local Area Connection* 10: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : 6TO4 Adapter Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Temporary IPv6 Address. . . . . . : 2002:5ff:58f2::5ff:58f2(Preferred) Default Gateway . . . . . . . . . : 2002:c058:6301::c058:6301 NetBIOS over Tcpip. . . . . . . . : Disabled C:\Users\Howard> |
I am still getting the same error when trying to connect. It seems like port 9000 is blocked. Double check all the port openings in your router with what Trevius suggested earlier.
And even though I don't think this has anything to do with it, I'd turn off Hamachi until you get the server working. Assuming that the ports are open correctly this could be a routing issue, and Hamachi could interfere. |
I uninstalled Hamachi and rebooted. I don't even use it anymore.
|
All times are GMT -4. The time now is 08:17 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.