Connection Issues

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
bracer
Posts: 1
Joined: Fri Dec 24, 2010 1:51 am

Connection Issues

Post by bracer »

Ok I'll be honest, I'm not so pro when it comes to servers but after working on this for quite a while I've given up

I can not get my server to work online. I have been able to connect with the reflective IP but otherwise can not connect. Here are my server configs

For Login
------

# ---------------------------------------------------------------------------
# Default: 127.0.0.1
ExternalHostname = 174.48.242.99

# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
InternalHostname = 127.0.0.1

# ---------------------------------------------------------------------------
# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers
# local IP if you want people outside your internal network to be able to connect to your server.
# ---------------------------------------------------------------------------
# RouterHostname =

# Default: 127.0.0.1
LoginserverHostname = 127.0.0.1

# Default: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: 127.0.0.1
LoginHostname = 127.0.0.1

# The port on which login will listen for GameServers
# Default: 9014
LoginPort = 9014

For Game

# ---------------------------------------------------------------------------
# Network Settings - L2EmuProject
# ---------------------------------------------------------------------------

# ---------------------------------------------------------------------------
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# Common settings...
# 127.0.0.1 - If you are playing alone on a test server
# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
ExternalHostname = 174.48.242.99


# ---------------------------------------------------------------------------
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
# ---------------------------------------------------------------------------
# Default: 127.0.0.1
InternalHostname = 127.0.0.1

# Default: 127.0.0.1
LoginHost = 127.0.0.1

# Default: 9014
LoginPort = 9014

# Default: 127.0.0.1
GameserverHostname = 127.0.0.1

# Default: 7777
GameserverPort = 7777


I basically can not get past login, just stays there. I thought it could be a router issue so I opened ports and that had no effect. I then tried without my router and still nothing. I'm very confused at what the issue might be and would greatly appreciate any help to play online
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Connection Issues

Post by LasTravel »

L2EmuProject?
Locked