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

if u want to take it online....leave all the server.config/login.config to default and change only  this

 

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

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

<gameserver address="192.168.1.2"><<<<this is your local ip "192.168.x.x" is local ip not global....

   <!-- 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>

 

if you don't have a global ip seach for www.noip.com tutorials on forum ore google

if you have a global ip ore after u use noip ,,,,make shoure that the port 7777/2106/9014 are opend on your server pc

 

  • 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

 

 

He said that he's with router and he's done that. I'm telling you, his External IP is actually a Local IP. =//

  • 0
Posted

 

He said that he's with router and he's done that. I'm telling you, his External IP is actually a Local IP. =//

 

if he have router check the Forwarding settings on your router

for my router i go to Forwarding>Virtual Servers>add new >

then write  the port and the local ip for your server... it basicaly redirects evriting that router gets on that port to the same port on the ip addres you have entred

  • 0
Posted

if he have router check the Forwarding settings on your router

for my router i go to Forwarding>Virtual Servers>add new >

then write  the port and the local ip for your server... it basicaly redirects evriting that router gets on that port to the same port on the ip addres you have entred

 

 

He has told you that he has already done that. The other thing is that his ISP may have locked this function of the router and only they can open and close ports (I am actually working this way). I have to call my ISP and tell them "open ports bla bla bla bla" and they open them.. :D

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...