Interesting idea
I have only 1 static MAC-bound IP, so I wouldn't have guessed that... But what if the ISP gives you only 1 IP?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
no. you have to use the same ports, with 2 ip, need to edit client na
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
It is possible, but requires client (l2.exe) changing to Fyyre version and this is illegal.
If you download one DLL library and import it load to l2.exe, it is possible to change port. But, generally, it is hardcoded into engine.dll and you can't change it without special tools and, of course, client modding.
a.k.a TrueDecko CUSTOM ITEMS WITHOUT ANY COPYRIGHT VIOLATION - APPROVED BY NCZ0ft - PRESS ON IMAGE TO REACH TUTORIAL!
ben2k wrote:Maybe you share your server with an other project which uses its on database and everything with a lower cronicle ...
All good server hosters give you more than one ip with your server ^^
Why are you smilling? My host can give me up to 6 IP adresses per machine in Czech Republic's server housing Casablanca. But I don't need it I have 4 game servers on 1 login server.
As I read you want to raise 2 LoginServer with a PC ... If you have 2 IP, 1 I would say get up Virtual PC and assign the ip you're not using on the host PC.
Someone once told me: "The easiest way of doing things, making them the hard way"
You don't need a virtual machine, but a second IP. You just have to configure your os, to use both ips and then look in loginserver.properties. There you can define the IP, the login server will bind to.
To make it short. Whatever you do, it will never be possible to use more than one login server on one IP, unless you find a (legal) way to change the login port on client or create proxy applications, that listens on the client pc on port 2106 and redirects all traffic to another port on the server.
This change does you no good. Unless you plan to hack the client (which is illegal) and make it start using 2107.
It is possible if you can have two public IP's. You need to do the following:
1. Start first logon on TCP/2106
2. Start second logon on TCP/2107
3. Do the port translation (PAT) from IPpriv/2106 -> IPpublic1/2106
4. Do the port translation (PAT) from IPpriv/2107 -> IPpublic2/2106
Remember to allow traffic from outside world to your public IP's on TCP/2106.
And voila