Page 1 of 1

Running Server through Smoothwall firewall + Linksys router

Posted: Tue Jun 28, 2011 5:12 pm
by mysticsilent
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4696
L2JDP Revision Number: 8095

Hi All,

I have a question. I followed all the guides that i can find and search all topic related to making the server public. Maybe i do something wrong. I have a standard linksys router and forwarderd the ports 7777 and 2106 to my smoothwall firewall 192.168.1.100(red side). There i opened up on the green side the ports 7777 and 2106 (udp and tcp) to my debian l2j server 192.168.20.111.

What is the ip address i should use in ipconfig.xml? is that the wan ip ? of the smoothwalls ip?
Locally the server runs fine and i can connect using the local ip address in the hosts file: 192.168.20.111.

Code: Select all

 <?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="MYWANIP" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespace$        <!-- Localhost here -->        <define subnet="127.0.0.0/8" address="127.0.0.1" />        <!-- Internalhosts here (LANs IPs) -->        <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.20.0/24" address="192.168.20.111" /></gameserver>  
Thanks in advance,

Mysticsilent

Re: Running Server through Smoothwall firewall + Linksys rou

Posted: Tue Jun 28, 2011 6:17 pm
by mysticsilent
Hi,

nm. I figured it out already. By accident i discovered that i have a client with modified system files. It includes a L2ini Editor. There is a server address that i changed to my WAN . In my ipconfig.xml file i put the server internal address: 192.168.20.111 and now it works like a charm.

You can close this thread.

Thnx

Re: Running Server through Smoothwall firewall + Linksys rou

Posted: Tue Jun 28, 2011 6:35 pm
by mysticsilent
Hi all,

I was to quick to be ready. Now i only can login. I see the Bartz 1 gameserver in the server list. But when i want to connect. I doenst do anything.
What can be the reason? something the gameserver wont talk with my loginserver? The strange thing is when i check the stdout.log of the login server it says it found the gameserver.

Thanks in advance.

Re: Running Server through Smoothwall firewall + Linksys rou

Posted: Tue Jun 28, 2011 6:42 pm
by mysticsilent
Lol. it was just that i needed to insert the WAN ip instead of the Internal Lan ip in my ipconfig.xml. Now it works.