Where is ExternalHostname - InternalHostname?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 2
- Joined: Fri May 28, 2010 9:44 am
Where is ExternalHostname - InternalHostname?
It seems I am stuck not being able to set up a connection for others to my server, It works fine with the default settings, 127.0.0.1 in my hosts file. But without the externalhostname in the server.properties file I cant do anything about it. Any suggestions?
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Where is ExternalHostname - InternalHostname?
you should set your external ip in ipconfig.xml other way this only will work for localhost/lan
-
- Posts: 87
- Joined: Fri May 27, 2005 10:31 pm
Re: Where is ExternalHostname - InternalHostname?
<gameserver address="extern ip here">
-
- Posts: 2
- Joined: Fri May 28, 2010 9:44 am
Re: Where is ExternalHostname - InternalHostname?
Thanks for helping me find this xD
Only which one do I modify for the InternalHostname?
<!-- LAN's, put old contents of InternalHostname here -->
<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>
My internal IP is 192.168.1.100
Thanks in advance.
Only which one do I modify for the InternalHostname?
<!-- LAN's, put old contents of InternalHostname here -->
<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>
My internal IP is 192.168.1.100
Thanks in advance.
- EvilHoe
- Posts: 45
- Joined: Sun Sep 26, 2010 9:06 am
Re: Where is ExternalHostname - InternalHostname?
does internal IP 192.168.1.101 make differance on setup? vs the 192.168.1.100 any time i play with subnets in xml i get errors. just dont think anyone can connect to me still and its eather this or firewall
The Children of Dawn
-
- Posts: 9
- Joined: Mon Oct 15, 2007 5:56 pm
Re: Where is ExternalHostname - InternalHostname?
make it say this if your servers LAN IP is 192.168.1.100
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="192.168.1.0/24" address="192.168.1.100" />
</gameserver>
for instance, this is mine:
<?xml version="1.0" encoding="UTF-8"?>
<gameserver address="70.120.235.219">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="192.168.1.0/24" address="192.168.1.200" />
</gameserver>
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="192.168.1.0/24" address="192.168.1.100" />
</gameserver>
for instance, this is mine:
<?xml version="1.0" encoding="UTF-8"?>
<gameserver address="70.120.235.219">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="192.168.1.0/24" address="192.168.1.200" />
</gameserver>
- EvilHoe
- Posts: 45
- Joined: Sun Sep 26, 2010 9:06 am
Re: Where is ExternalHostname - InternalHostname?
Sweet thanks so much thats just the info i think i was looking for.
The Children of Dawn
-
- Posts: 10
- Joined: Tue Dec 07, 2010 2:06 am
Re: Where is ExternalHostname - InternalHostname?
I was reading through this post and saw that there wasnt actually a solution for me but
that there was the same problem....
<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="68.144.14.67">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- LAN's, put old contents of InternalHostname here -->
<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.102" />
</gameserver>
This is my ipconfig.xml and i am trying to connect from another computer thats in same room
in the puters host i put my IP and it dosnt load past "Your logging in, please wait"
i am sure i have opened all ports necessary 7777,9014,2106 and 3306...
firewalls are all off and am stuck for what to do i have gone over time and time
again trying diff #'s etc just really stuck now :/
that there was the same problem....
<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="68.144.14.67">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- LAN's, put old contents of InternalHostname here -->
<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.102" />
</gameserver>
This is my ipconfig.xml and i am trying to connect from another computer thats in same room
in the puters host i put my IP and it dosnt load past "Your logging in, please wait"
i am sure i have opened all ports necessary 7777,9014,2106 and 3306...
firewalls are all off and am stuck for what to do i have gone over time and time
again trying diff #'s etc just really stuck now :/