Jump to content

L2 Server Fabric - L2j Reverse Proxy


Recommended Posts

it looks how i imagined and i agree separation from gameserver is common sense and best way to go here

 

but still need to clarify:

1. when you connect to proxy is (5) established with given proxy service child (1-n) or universal gateway before them?

2. when you move user to new proxy, is it like i suggested before that you only re-establish (6) and (7), but (5) and (8) stays connected at all time? or you are actually saying client side (5) and (8) is also reconnected to new target IP?

3. do you use any client extension to alter default behavior of dropped connection in runtime? or went other way and implemented, never touched by l2j, RaidServer functionality? :D

 

Link to comment
Share on other sites

L2 client will always terminate itself when connection to server is dropped, unless you extend it to do otherwise,

so as you mentioned "playing packets right" i guess you utilized RaidServer logic (wouldn't call it cheating, cross-server content uses it on l2off for same purpose). Then i admit its in fact innovative and worth further development =)

Link to comment
Share on other sites

to wrap it up in 2 sentences. Client has to connect to new IP according to what you said so far (connection 5 on graph), that requires new TCP socket to be made. L2 will DC you when socket to server is closed and unless you don't tell us everything, there is no way to do it due to simple protocol limitations.

What i meant was RequestExConnectToRaidServer (D0:73) and so on, which allows to establish connection with new game server, used for cross-server sieges content on GOD+ (but exists since freya), and would be the only solution i can see here.

 

Edited by AlmostGood
Link to comment
Share on other sites

getting the timing right to have it work 100% of the time for 100% of players is not likely gonna be possible, but this implemented via raidserver yeah that'd actually be pretty cool not gonna lie

Link to comment
Share on other sites

You mean you made game client to change ip to which it is connected, without making it go to server selection screen? How?

Edited by vampir
Link to comment
Share on other sites

RaidServer was the only logical explanation to me, until i now realized its interlude client on the video.

So, i call it bullshit until i see real world PoC, with 2 proxies running on separated machines/networks and client moving to new target IP seamlessly :D

 

 

Link to comment
Share on other sites

its just that your current description breaks fundamental limitations of TCP - you cant alter source/destination of established connection. So it doesn't work in the way you describe it and you falsely believe it or skip some vital part on purpose :D

Link to comment
Share on other sites

If your proxies are stressed, it means you failed blocking stuff before that. Generally speaking, it's a bad behavior to think L2J server should handle such actions. L2J shouldn't be a "firewall", a "webserver" or whatever else service. Most of internal flood protectors are pointless, for instance, and there are a lot of them. I believe it's not the role of L2J to become something else than... A game server.

 

Stress should be stopped way before reaching gameserver application (iptables is normally enough, if not hardware/3rd party material). That's my opinion.

 

The leftover solution, ping relocation, seems to be already handled on L2J, as stated Nik.

 

About aCis, well, you already know you can provide the "5 lines" on a diff patch on a public state ("Public Workbench" board, for instance), ppl review, and if things are good enough, it's commited. aCis is initially based on L2J IL, a 2007 source, for your information, and the work is all about what I can/want code and what people can/want share.

 

My focus is probably not yours, or other sharers - which shouldn't stop people to contribute.

Edited by Tryskell
Link to comment
Share on other sites

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
Reply to this topic...

×   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

    • Trustworthy person; hope you find what you're looking for!
    • Customs being added to systextures/animation/texture influences the increase in virtual ram by a very small amount, which means you won't have a headache in the future with critical error issues, unless it's a dubious custom, there are 2 custom weapon packs available for H5 that are "compromised", they didn't make a very good adaptation, one of the packages is the weapons from the goddess of destruction for H5, another is the hero weapons from the goddess of destruction for H5, avoid these customs for your H5 server if you see it on any forum.   Now coming back to your question; one thing that the NCSoft developers never did was add files to their system, probably because they were aware of what could happen when doing that, now think about one thing: the game's system retail itself is no more than 70MB, every time there was an update made by NCSoft they always added the equipment/items/cloaks etc. in their folders intended for that, so why do we do this? I still have my client containing a system with almost 1GB, 1-2h online is the time I can stay online before the ram memory limit, but I have already redone my entire client with customs being destined for textures/systexture/animations, almost all the customs that I had on that client containing a 1GB system I have on my current server, with the difference that I removed everything from the system and critical error is now nothing more than legends, my current server has a total of 220MB in the system folder And theoretically speaking, based on what I've seen, especially on many forums, I believe that the heavier the system folder is, the faster we accelerate the consumption of the client's virtual ram memory, causing countless different types of critical error in one short period of time, in many forums that I've seen on topics involving critical, the solution that stands out the most is about downloading a new clean "system"
    • Do you think that everything on the system is loaded regardless if you use it or not ? or even worst, are they loaded even if they exist as textures/meshes but not defined on the DAT files ?
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices https://campsite.bio/utchihaamkt
    • Yes, it is, it's not hard to do (if you know what you're doing); just time consuming.   To make some things clear: 1. You can not create .ukx files with animated skeletalmeshes inside, by using any of the freeshared L2Editors (basically, no support for .psa files) 2. You need a patched UT2003/UT2004. You can either get your own ut2004 and download Gildor's patch from his web, or use any of these: When you use these, you should be able to import both .psk and .psa animations > link the skeletalmesh to the psa > save as .ukx > use ut2down to convert the file to l2 format > encrypt the .ukx with standard l2 encryption (you can use mxc encdec, you can find it in the folder of the l2editor i shared). Your best bet is to use pawnviewer (aka dev mode) to test that. If you have troubles with that process then leave a reply here, otherwise, if it works correctly, you can move on to adding missing animnotify classes to you unrealed, then proper animnotifies, sounds, effects or w/e is missing from your .ukx files. Keep in mind that this is overall not difficult but a huge amount of work (unless you're good at scripting/macros) since you'd need to manually re-create every single animnotify, by hand. If you have doubts or i wasn't clear enough let me know here. (in case you don't know what an animnotify is: UDN - Two - AnimNotifies (unrealengine.com) )  
  • Topics

×
×
  • Create New...