Jump to content
  • 0

[Help Asap] Problem with router ports... :@ :@


Question

Posted

Hello guys, i am desperate. all the bad luck of the world is uppon me as far as L2 is conserned..... So... i have a Sagem F@st 2404 Modem-Router, how am i going to open 7777,2106,9014 ports so as my friends can connect to my server ? tried almost everything nothing works, what am i doing wrong ??? help me please....  :-\ :-\

 

thanx..

14 answers to this question

Recommended Posts

  • 0
Posted

Hello guys, i am desperate. all the bad luck of the world is uppon me as far as L2 is conserned..... So... i have a Sagem F@st 2404 Modem-Router, how am i going to open 7777,2106,9014 ports so as my friends can connect to my server ? tried almost everything nothing works, what am i doing wrong ??? help me please....  :-\ :-\

 

thanx..

same with my rooter...

Anyway, go to your rooter/ modem properties...(192.168.1.1 on mine) next to NAT and port Forwarding...

When where you must add:

2106 TCP/UDP

9014 TCP/UDP

7777 TCP/UDP

 

and test your ports here:

http://www.canyouseeme.org/

  • 0
Posted

same with my rooter...

Anyway, go to your rooter/ modem properties...(192.168.1.1 on mine) next to NAT and port Forwarding...

When where you must add:

2106 TCP/UDP

9014 TCP/UDP

7777 TCP/UDP

 

and test your ports here:

http://www.canyouseeme.org/

 

that's what i am trying to do, but what ip should i use? mine is 192.168.1.1 but Portforward shows 192.168.1.2

 

which is the correct one?

  • 0
Posted

You can have open ports, but if you do not have the external ip no one will come to your server (i see your ip is internal) it is possible that your friend can go to your server using program hamachi :)

  • 0
Posted

You can have open ports, but if you do not have the external ip no one will come to your server (i see your ip is internal) it is possible that your friend can go to your server using program hamachi :)

 

he can connect to my pc, but how will he join my server?

 

  • 0
Posted

1. download hamachi your friend too need download this program

2. if you download and install hamachi create a new network you must write network name and password if write click create

3. when create you must give your friend name network and password (he must click in hamachi this option join an existing network and he must write your name network and password and press join and you see him on your list hamachi)

4. you have ip hamachi on up copy this ip

5. go your loginserver-->config-->loginserver.propeties change for ip hamachi and same gameserver-->config-->server.propeties and too change for ip hamachi :)

6. remember you must have always on hamachi if you want to your friend can enter on your server

 

i think i help you :)

  • 0
Posted

1. download hamachi your friend too need download this program

2. if you download and install hamachi create a new network you must write network name and password if write click create

3. when create you must give your friend name network and password (he must click in hamachi this option join an existing network and he must write your name network and password and press join and you see him on your list hamachi)

4. you have ip hamachi on up copy this ip

5. go your loginserver-->config-->loginserver.propeties change for ip hamachi and same gameserver-->config-->server.propeties and too change for ip hamachi :)

6. remember you must have always on hamachi if you want to your friend can enter on your server

 

i think i help you :)

 

you are very helpfull man, but it's not working.... i change the external ip to my hamachi ip both on login and game server.properties... i give him the ip and he pastes it in his hosts file (maybe this is what i am doing wrong)..then he tries to login but he cant connect at all to my server.... i cannot understand what is wrong .... :/

  • 0
Posted

You must set loginserver and gameserver to:

ExternalHostname=85.xx.243.172

InternalHostname=192.168.1.1

 

If 85.xx.243.172 is a dynamic IP better register on noip.com and use hostname.

Then redirect ports on router to 192.168.1.1.

Then make sure your windows firewall has added exeptions to allow traffic on those ports.

  • 0
Posted

must working mayby you are wrong something if you have external ip hamachi too work

 

GameServer

 

# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs

GameserverHostname=0.0.0.0

GameserverPort=7777

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

ExternalHostname=127.0.0.1

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

InternalHostname=127.0.0.1

# Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks)

InternalNetworks=

# Define optional networks and router IPs

# IP (200.100.200.100) or fully qualified domain name

# (google.com) that resolves to an IP (use ping to determine if a domain resolves).

# Format: ip,net/mask;ip,net/mask,net/mask

# (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*)

# Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server

OptionalNetworks=

 

# The Loginserver host and port

LoginPort=9014

LoginHost=127.0.0.1

 

LoginServer

 

# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs

LoginServerHostname=0.0.0.0

LoginServerPort=2106

GMMinLevel=100

 

# The port, ip on which login will listen for GameServers

LoginHostname=127.0.0.1

LoginPort=9014

 

what is green change this for hamachi ip with other server pack have many line with ip change all for hamachi ip

 

  • 0
Posted

ok, i am gonna try it.....  and then edit back to tell you if it worked....

 

[edit:] 

 

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

# 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

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

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

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

# If this IP is resolvable by the Login Server, just leave *.

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

# Default: *

ExternalHostname = 5.85.131.220

 

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

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

# If this IP is resolvable by the Login Server, just leave *.

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

# Default: *

InternalHostname = 5.85.131.220

 

# Default: 127.0.0.1

LoginHost = 5.85.131.220

 

# Default: 9014

LoginPort = 9014

 

# Default: *

GameserverHostname = 5.85.131.220

 

# Default: 7777

GameserverPort = 7777

 

 

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

# 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

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

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

# 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 = 5.85.131.220

 

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

# 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 = 5.85.131.220

 

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

# Default: *

LoginserverHostname = 5.85.131.220

 

# Default: 2106

LoginserverPort = 2106

 

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

# Default: *

LoginHostname = 5.85.131.220

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

that's my properties and still doesnt work

  • 0
Posted

GAME SERVER

 

ExternalHostname = 94.xx.252.139

 

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

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

# If this IP is resolvable by the Login Server, just leave *.

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

# Default: *

InternalHostname = *

 

# 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

 

# Default: *

GameserverHostname = *

 

# Default: 7777

GameserverPort = 7777

 

 

LOGIN SERVER

 

 

ExternalHostname = 94.XX.252.139

 

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

# 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

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Same glitch or "technique" was working on Interlude L2Pride aswell.. only few knew about it!
    • 🌟 Need fast setup and guaranteed warranty? All products are fully tested and delivered instantly 24/7.
    • 7 DAYS TO CLOSED BETA!   WARFRONT Closed Beta begins in just 7 days!    If you're planning to participate and haven't registered yet, please make sure you [b]register now[/b]. If you're coming with friends or your clan, please make sure they register too — registration only takes a few seconds.   https://l2warfront.com/   Over the next couple of days I will begin sending emails to registered players containing: Account registration/access link WARFRONT Game Client WARFRONT Launcher Final Closed Beta instructions Important: Special Closed Beta participant rewards will also be distributed using the email address you registered with, so please make sure you've registered with a valid email you can access.   Closed Beta: 3 October 2026 — 19:00 GMT+0 We're almost there. 7 days. Angels vs Demons. See you on the battlefield.
    • No problem — it will decrypt AA (any chronicles). Text telegram
    • As the title says, we are an International group of players that currently play on Exiliumworld for arround 5 years now and we plan to keep on playing here long term now on. Exiliumworld its a server created on Fafurion client, with new skills added for each class and a completely different gameplay. All classes are good and do great damage, there are new exciting features and party compositions that are incredibly great to be played.   While most of us are Romanians, we also have people from different countrys so English is the main language we use on PvP/TW/Sieges or whenever objective pops on. Our  community runs on Discord, we try to keep it very simple in terms of rules : We dont flame each other, we try to respect each member of this group and overall we mentain a good atmosphere inside the group by always laughing, being positive in any situation and helping each other out with whatever it's needed.   If you also wish to be a part  of our community and play on a server that is opened for over a decade and continues running smooth, always gets updates and fixes, contact me in private on Discord because i won't be active in here. About what classes you can play, we will discuss more details like that when we get in contact. Have a great day, guys and remember : Having a good, stable server and a group of players that respect you and help you whenever you are in need might be the perfect environment for you to grow as a player and also as human being!    CONTACT  DISCORD : pqtestpq_97112 (Me) ash3s8354 (Leader) xmariusx (Subleader)   Whoever you choose to talk to, you will meet a friendly person ready to answer your all questions about our group, server features or explain you all the insights of the server.  P.S. : Don't hesitate to contact us. We also recruit CPs or group of players, not only single players. Have a nice day!   #SABOTAGEclan  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..