Jump to content
  • 0

[HELP] With loginserver


Question

Posted

Hey there,

 

I'm using the same config that I used for my last server, but I change my modem and I dont know what happens now.

 

I open loginserver and put the no-ip in my l2.ini and when I press log in nothing appears, like the loginserver is off.

 

I also tried with my normal IP and the same.

 

I have all ports opened.

 

This is my loginserver config:

 

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

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

# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 10

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)  
LoginBlockAfterBan = 600
GMMinLevel = 100

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

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

 

Best regards, and thanks.

13 answers to this question

Recommended Posts

  • 0
Posted

you've to put to internal ip this ip 127.0.0.1 not 192.x.x.x ;) you've to edit it with fileedit for interlude and save it as 413. Once and you did it replace current l2.ini with your edited one and you're ready to login.

  • 0
Posted

I already logged in in my server, but others cant log in.

 

If I put a l2.ini with 127.0.0.1 I can log in, but if I put l2.ini with my no-ip I cannot connect.

 

Thanks for your answer =)

  • 0
Posted
  On 7/29/2012 at 11:53 AM, temple13 said:

I already logged in in my server, but others cant log in.

 

If I put a l2.ini with 127.0.0.1 I can log in, but if I put l2.ini with my no-ip I cannot connect.

 

Thanks for your answer =)

 

Send me your TeamViewer content(ID Pass To help you out.) It's really easy ;)

  • 0
Posted
  On 7/29/2012 at 11:53 AM, temple13 said:

I already logged in in my server, but others cant log in.

 

If I put a l2.ini with 127.0.0.1 I can log in, but if I put l2.ini with my no-ip I cannot connect.

 

Thanks for your answer =)

And how are u sure that the ports are open ?
  • 0
Posted
  On 7/29/2012 at 11:59 AM, temple13 said:

Thanks but I dont want you to see all my info Exile, i'm sorry.

 

@v4n:

 

349ff4o.png

 

Then you've to go here www.no-ip.com Login with your account details and go to the add host. There you can add your host. After that download the no-ip client, run it and you'll see your host. Once and you check it then means it's running so others can login to your server, also if you didn't edited your system yet download fileedit for interlude and edit l2.ini file in line srvaddress=127.0.0.1 you've to change it to your no-ip host ;).

  • 0
Posted

I already have a no-ip, and as I said before, if I put my no-ip in my system I cant connect, when I should connect with my no-ip and 127... like I before does :/

  • 0
Posted

if you are sure that you set it up all, and it is good, you should do something pretty simple, i know someone that got just the same problem and he was from spain too, just call your company and tell em your problem is a wierd protection that some companies in spain got.

  • 0
Posted

My internet company only changed the modem, it was working correctly before... no idea what can happens.

 

Because no one can log in with my no-ip, but I can log in with 127.0.0.1 obviously, but if I put another IP instead 127 (192.... for example) I got an error while opening gameserver :/

  • 0
Posted

you just should wait i will explain that in spanish.

 

[ESP]

 

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="Aca pon tu no ip o tu ip normal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>

 

solo cambia donde dice pon la ip o no ip aqui el resto dejalo igual, si despues de tener el archivo asi te lanza errores, es lo que te digo de la compañia por ejemplo al que le pasaba le pasaba con orange en catalunya.

 

  • 0
Posted

Well, i'm using L2jFrozen so the configs are not the same as yours ;/

 

Loginserver:

 

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

# 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

# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 10

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)  
LoginBlockAfterBan = 600
GMMinLevel = 100

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

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

 

 

Gameserver:

 

# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname = *
GameserverPort = 7777

# Configure your external ip
ExternalHostname = my no ip

# Configure your internal ip
InternalHostname = *

# Bunch ID and game server. It is better not to change.
LoginPort = 9014
LoginHost = 127.0.0.1

 

 

Thanks dude

  • 0
Posted

i have no idea of how frozen works but it seems like everything is good in the configs. maybe is as i told you the company filter in spain, if im not wrong i think it was Orange the company my friend used try to call customer service, cos like you say the problem came when you change the modem.

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.



  • Posts

    • It's also the players' fault, because there have been decent servers implementing some of the things you said plus some other 'innovations', plus many QOL things for newbies (ingame bestiary, with drops searchers, etc). In the end, it's the players who decide to feed into that shit and play the most garbage servers simply because the owners of the servers gave their clan leaders 100 euros, or they insta quit the server because they didn't win the first QA, etc, etc, etc.   In the end, if a server is garbage or great it doesn't really matter if the players don't wanna stay in there.   Players are no better than the devs themselves, in the end it seems there are abusive devs who will milk the shit out of their willingly milkable players, or there are none, goes both ways.
    • In my opinion, L2 is dead because the people who make servers didn’t adapt to today’s reality. People are getting older, life moves faster, there are more responsibilities, and less free time. And I’m not even talking about newcomers—how can you expect someone new to this game to learn by Googling every drop location or quest requirement? These things should’ve been integrated into the game, made accessible with just a few clicks through the interface. Instead, so much time was wasted trying to recreate retail-like features that no one asked for. Everyone hates autofarm, but why? Because admins never found a smart way to implement it. You could have made it available only in specific zones, with reduced drops, working like Adrenaline, or auto-teleporting to farm for a limited time per day—just enough to help people with limited time stay relevant in-game. There should also be zones with better drops, where active farming actually matters. Other features feel pointless—like the Life Stone system. Spamming LS to get a skill? Instead, you could create a system where you level up the skill with low chances per level, something that feels progressive and fair. Crafting should be simpler too. Right-click a recipe, and the required materials should show up right there. As for sieges, why not create daily clan war events at peak hours—one for Europeans, one for Latinos? You could spawn crystals inside or outside castles that give points and trigger PvP. Add a boss during the event that gives even more points, and let the top clan in the ranking take the castle. I could go on forever, but what’s the point? The community died because the people who had the knowledge to improve the game just took the easy way out, copying the same server formula over and over until no one could enjoy playing it anymore.
    • It's not because I'm an admin that he treated me differently. I actually gave him several clients from my side without him even knowing they came from me, and most of them had no issues. I was also waiting 3–4 weeks at times for things I bought from AvE, even when I was in a rush. He still delivered in the end. That said, I'm not defending him blindly. I'm just saying it's unlikely he’d risk scamming someone over 60–100€, especially knowing how quickly word spreads here.
    • For exact same reason - there were accusation that I scammed. When was it? 2016? But in that time, admins actually didn't listen. I got banned, then unbaned (when I prooved I've refunded) but I was trash talking to mods. When few months later same shit happened, Grisom (?) old global mod, banned me anyway. You can read somewhere on forum how I was shitting on him for doing that (from other account because original account was banned) - which was banned too. He is not here anymore I think. Back in the days I was well know for not carring that much if I was talking to mod or admin, I didn't hold my tongue. Now You know. Just like You know - if I delay, I deliver or refund. I'm not a scammer, even if my old time haterz love to repeat themselfs like mantra. I don't care.
    • Okay I respect that but why is your other account banned?   I don't think this happened just because you delayed somebodys work even in 2012
  • Topics

×
×
  • Create New...