Page 2 of 3

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 2:41 pm
by tukune
Zumba wrote:you need to open ports:

Code: Select all

901477772106
in your firewall/router

those ports are used for client <-> server communication
close 9014

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 2:54 pm
by Zumba
tukune wrote:
Zumba wrote:you need to open ports:

Code: Select all

901477772106
in your firewall/router

those ports are used for client <-> server communication
close 9014
and what good it will bring at this point????
I have it OPEN all the time, and have NO problem at all.
If you don't have some CONSTRUCTIVE suggestion, plz restrain yourself from spam just to oppose someone.

Anyway, seems you can't use DynDNS and similar services through "hosts" file.

you'll need client modding for it, and I can't help you with that here.

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 3:09 pm
by jurchiks
@Zumba - noob rage won't help you. Port 9014 is used ONLY for loginserver<->gameserver connection. Unless you have them separated each on its own box, you should never open that port to others.

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 3:37 pm
by Zumba
jurchiks wrote:@Zumba - noob rage won't help you. Port 9014 is used ONLY for loginserver<->gameserver connection. Unless you have them separated each on its own box, you should never open that port to others.
LOL, 2 spammers backing up each other :lol:

WHAT rage??? if you act that way, don't assume everybody is :lol:

WHAT does it MATTER at all, when he CAN NOT put the server online???????

WHY I should never open it????? explain if you can, genius :P

P.S.: whoever don't trust me about those 2 spammers - check their POSTS, not just post count 8)

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 3:43 pm
by jurchiks
First of all - you're clearly raging here.
Second - I just explained why, wear your glasses next time you read.
Third - post count only means I've been here for a long time, NOT that I'm spamming. Sure, lately there's not a lot to talk about simply because there's nothing going on, but that does not mean I'm a spammer, so watch your words.
Fourth - the topic author still hasn't answered my last two questions.
If you want to argue then STFU&GTFO.

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 3:48 pm
by Zumba
jurchiks wrote:First of all - you're clearly raging here.
Second - I just explained why, wear your glasses next time you read.
Third - post count only means I've been here for a long time, NOT that I'm spamming. Sure, lately there's not a lot to talk about simply because there's nothing going on, but that does not mean I'm a spammer, so watch your words.
Fourth - the topic author still hasn't answered my last two questions.
If you want to argue then STFU&GTFO.
1st - IF I rage, what you doing :P

2nd - you DID NOT explain ANYTHING, just said "you shouldn't" and that's it. the question is WHY, not SHOULD I :lol:

3rd - and you ARE spammer, this nonsense reply of yours prove it :lol:

4th - your 2 questions are stupid, so why answer them at all XD he has Autocreataccount = True, WTF does it matter if he has CapsLock on or not :P
Learn to READ, not just spam, plz

READ my last reply BEFORE you started to RAGE - DynDNS CAN NOT be used in hosts file = end of story

who need glasses? who's n00b? :P

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 4:04 pm
by pape90
so in the end, should i trash my server idea? XD

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 4:49 pm
by jurchiks
You still haven't answered my questions...
Do you have auto-create-accounts ON and does your friend's acc exist in your server's database??
@Zumba - just... rofl.

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 4:55 pm
by pape90
yes i have auto-create.. he can normally connect with hamachi, without it we are not able to do it :(

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 5:19 pm
by jurchiks
Well, AFAIK your friend should be able to log in and play for at least until the IP changes...
You sure the ports are forwarded? Dunno how hamachi works so can't say if it's affected by blocked ports.

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 5:25 pm
by pape90
tell me exatly WHAT write and WHERE :D starting from local host's setting.. all 127.0.0.0 ... what should i modify? :D

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 7:16 pm
by jurchiks
<?xml version="1.0" encoding="UTF-8"?>
<gameserver address="YOUR NO-IP ADDRESS HERE" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<define subnet="127.0.0.1" address="127.0.0.1" />
<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.XXX.XXX" /><!-- replace the XXX part with your LAN IP (you have one if you have a router) -->
</gameserver>

Then, forward ports in your router (192.168.xxx.xxx ports 2106 and 7777).
Afterwards start the server, go to canyouseeme.org, enter port 2106, press check (same for port 7777).
if any of those fails then write here.

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 8:31 pm
by pape90
port 2106: ok
port 7777: ok

i try to make my friend log..

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 8:55 pm
by pape90
with DynDNS and ipconfig.xml :

<?xml version="1.0" encoding="UTF-8"?>
<gameserver address="lj2pape.dyndns-ip.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<define subnet="127.0.0.1" address="127.0.0.1" />
<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.1.133" />
</gameserver>

he can login :D

but his host is

79.10.41.182 l2authd
'' ''' '' '' testl2authd....

because with lj2pape.dyndns-ip.com in host, he can't... client says wrong pwd ( yes i have auto-account xd)


is my opinion or with this host he can log in only until mi ip change? with lj2pape.dns ecc ecc in host he couldn't log....
how it goes? :D

Re: [Help]Not Able to Host Online server without Hamachi

Posted: Mon Mar 21, 2011 9:12 pm
by jurchiks
That's kinda weird, AFAIK dynamic dns should redirect him to the same IP...
That's what the dyndns hosts are for - to have a static name to refer to your dynamic IP.

Edit: I just read the hosts description and as far as I understand it doesn't support mapping one hostname to another, only an IP to a hostname.
After some reading on Teh internetz, it seems that to manage redirection of one hostname to another, you'd need to have a DNS server on every client's computer.

The "illegal" and "forbidden" method that has been mentioned to work, however, is editing the l2.ini file in client's system folder. It's not allowed to discuss here, so if you don't already know how to do it, you'll have to google it.