Jump to content
  • 0

mmm not sure


Question

Posted

ok  i have my server working on lan,all is good 

i have L2jServer Revision 7669

these are my settings bellow  my question is if i wanted to take it online how would i do it? if my external ip say was 123.2.43.167 Example how would i do it , can some one please help i tried before and took me 2 hours to get it work on lan again :(  I NEEED HELPPPPPPPPPPPPPPPP!!!!!!!!!!!!!!!! THANK YOU  THANK YOU THANK YOU@!!!!!!!!!!

 

 

 

 

Login Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

 

# Bind ip of the LoginServer, use * to bind on all available IPs

# Default: *

LoginserverHostname = 192.168.1.2

 

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# Default: *

LoginHostname = 127.0.0.1

--------------------------------------------------------------------------------------------

# ---------------------------------------------------------------------------

# Game Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

#

# Note: External/Internal address definitions was moved to the ipconfig.xml

#

 

# Where's the Login server this gameserver should connect to

# Default: 127.0.0.1

LoginHost = 127.0.0.1

 

# TCP port the login server listen to for gameserver connection requests

# Default: 9014

LoginPort = 9014

 

# Bind address for gameserver. You should not need to change it in most cases.

# Default: * (0.0.0.0)

GameserverHostname = 192.168.1.2

 

 

-------------------

and

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- Put old contents of ExternalHostname here, used by default -->

<gameserver address="192.168.1.2">

    <!-- Localhost access -->

    <define subnet="127.0.0.0/8" address="127.0.0.1" />

    <!-- LAN's, put old contents of InternalHostname here -->

    <define subnet="127.0.0.0/24" address="192.168.1.2" />

</gameserver>

 

 

 

 

all help is very much appreciated :) px im new and yes i used search function did not help :(

 

 

 

Recommended Posts

  • 0
Posted

You've entered this IP? 123.2.42.160? If yes, than this isn't a real IP address. You'll need to get a real one so you can start a server... =/ And 1 more thing.. You have router too. You'll need to open the ports that the server will use too. But first you'll need a real IP. If you want just you to connect on the server.. No problem.. You'll be able to if you just enter the IP of the router and you'll of course need to open the ports.. Like I said :P

  • 0
Posted

You've entered this IP? 123.2.42.160? If yes, than this isn't a real IP address. You'll need to get a real one so you can start a server... =/ And 1 more thing.. You have router too. You'll need to open the ports that the server will use too. But first you'll need a real IP. If you want just you to connect on the server.. No problem.. You'll be able to if you just enter the IP of the router and you'll of course need to open the ports.. Like I said :P

 

this is really my external ip lol 123.2.42.160

=i come rom Australia

i port forwarded all ports in router and still same error any ideas?

 

  • 0
Posted

this is really my external ip lol 123.2.42.160

=i come rom Australia

i port forwarded all ports in router and still same error any ideas?

 

 

I know that your External IP is this but it's not a REAL IP. I don't know what's the name of it in English but in my country we say it a REAL IP. When it's for example 88.52.145.67 it's a real one but when it starts with 123 or 10 or something like that it's not a real IP so you'll need hamachi and sh1ts so other players can connect to your server..

  • 0
Posted

nothing worked  :'(

am i able to set it up using lan settings then use hamachi to send it out to external players?

 

i attemped to run it through hammachi and it failed  -just cant get it to work :(((((

 

i mean ports un blocked >works on lan fine but cant seem to work with hamaich

my ip on hamachi -=5.162.108.25  since ei had to make a network ip =5.162.108.26

in config login server

 

# ---------------------------------------------------------------------------

# Login Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

 

# Bind ip of the LoginServer, use * to bind on all available IPs

# Default: *

LoginserverHostname = 5.162.108.25    or do i make it  5.162.108.26?                    =5.162.108.25 works but cant connect from external ip and =5.162.108.26 fail to lunch login server :(

 

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# Default: *

LoginHostname = *

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)

# Default: 15

IpUpdateTime = 15

 

  • 0
Posted

Try reading my post one more time.

 

okk so your saying make it like this?

-------

# ---------------------------------------------------------------------------

# Login Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

 

# Bind ip of the LoginServer, use * to bind on all available IPs

# Default: *

LoginserverHostname = *

 

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# Default: *

LoginHostname = *

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)

# Default: 15

IpUpdateTime = 15

-------------------------------------------------

---------------------------------------------------------------------------

# Game Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

#

# Note: External/Internal address definitions was moved to the ipconfig.xml

#

 

# Where's the Login server this gameserver should connect to

# Default: 127.0.0.1

LoginHost = *

 

# TCP port the login server listen to for gameserver connection requests

# Default: 9014

LoginPort = 9014

 

# Bind address for gameserver. You should not need to change it in most cases.

# Default: * (0.0.0.0)

GameserverHostname = *

# Default: 7777

GameserverPort = 7777

---------------------------------------------?

  • 0
Posted

127.0.0.1 is like localhost.

 

You said "my question is if i wanted to take it online how would i do it?".

 

If u want to do this, put "123.2.43.167".

 

 

  • 0
Posted

127.0.0.1 is like localhost.

 

You said "my question is if i wanted to take it online how would i do it?".

 

If u want to do this, put "123.2.43.167".

 

 

and as you can see when i did that all i get is error's

  • 0
Posted

Why would you even setup server on your own PC?

I think you are waisting your time and time of those you will play on it!

Sorry for offtopic!

 

Have you cheked ipconfig.xml file?

 

  • 0
Posted

If you're using a router it will be harder to put the server on internet.

U need to connect to router and add 3 new ports ............

but if u have a direct connection (pppoe connection) u need only to know ure ip and to put it on server.proprieties config

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...