Jump to content
  • 0

[help]my friends cant connect on my server


kostantinosftw

Question

Hello, my server is l2 Epilogue and i use vista.. I can connect on my own server from the same PC(l2.ini 127.0.0.1) but when I'm trying to connect from other pc (lan-ethernet,l2.ini 192.168.1.5) it says that server is light and under ping its says 999.Also my friends cant connect on my server.. its like server is down :S

 

on the other pc with the same internet connection 1) l2.ini 127.0.0.1 <--- like server is down 2)l2.ini myserver4128.no-ip.biz <--- like server is down  3)l2.ini 192.168.1.5 <---server is light and under ping its says 999

 

I added these lines on hosts :

myserver4128.no-ip.biz L2authd.lineage2.com

myserver4128.no-ip.biz l2testauthd.lineage2.com  but nothink happend

 

I'm sure that the ports are open here is a photo portsh.png

I already change the max/minprotocol : 1/999

 

ogin

 

 

ExternalHostname = myserver4128.no-ip.biz

InternalHostname = 127.0.0.1

LoginserverHostname = 0.0.0.0

LoginserverPort = 2106

LoginHostname = 0.0.0.0

LoginPort = 9014

 

 

gameserver

 

 

ExternalHostname = myserver4128.no-ip.biz

InternalHostname = 127.0.0.1

LoginHost = 127.0.0.1

LoginPort = 9014

GameserverHostname = 0.0.0.0

GameserverPort = 7777

MinProtocolRevision = 1

MaxProtocolRevision = 999

 

93811093.jpg

 

 

 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

1. First if your friend connected from lan, no port needed.

2. In configs put your lan ips.

3. If you want to connect more player but no from lan, enter external ip from whatismyip.com

on internal your ip from network and establish ports you can find your router configuration on http://portforward.com/english/routers/port_forwarding/routerindex.htm

Link to comment
Share on other sites

  • 0

~

3. If you want to connect more player but no from lan, enter external ip from whatismyip.com

on internal your ip from network and establish ports you can find your router configuration on http://portforward.com/english/routers/port_forwarding/routerindex.htm

 

1)okey then.. but tell how i make static ip b/c after rr IP change

 

~Replace 0.0.0.0 -> *

 

why?They told me i had this problem due to that *

 

~MinProtocolRevision = 1

MaxProtocolRevision = 999

 

 

I dont have problem with protocol! but they told to change it

 

OMG noone in gr selection knows whats wrong? :(

Link to comment
Share on other sites

  • 0

Just put in all place myserver4128.no-ip.biz

 

login

 

 

ExternalHostname = myserver4128.no-ip.biz

InternalHostname = myserver4128.no-ip.biz

LoginserverHostname = myserver4128.no-ip.biz

LoginserverPort = 2106

LoginHostname = myserver4128.no-ip.biz

LoginPort = 9014

 

 

gameserver

 

 

ExternalHostname = myserver4128.no-ip.biz

InternalHostname = myserver4128.no-ip.biz

LoginHost = myserver4128.no-ip.biz

LoginPort = 9014

GameserverHostname = myserver4128.no-ip.biz

GameserverPort = 7777

 

Link to comment
Share on other sites

  • 0

login

 

 

ExternalHostname = myserver4128.no-ip.biz

InternalHostname = 192.168.1.5

LoginserverHostname = 0.0.0.0

LoginserverPort = 2106

LoginHostname = 0.0.0.0

LoginPort = 9014

 

 

gameserver

 

 

ExternalHostname = myserver4128.no-ip.biz

InternalHostname = 192.168.1.5

LoginHost = 127.0.0.1

LoginPort = 9014

GameserverHostname = 0.0.0.0

GameserverPort = 7777

 

It should work with this...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
    • we sell website templates, make websites to order. Great selection at very good prices. My contacts discord : advert1231 telegram : https://t.me/ggwpins  
  • Topics

×
×
  • Create New...