Running Server through Smoothwall firewall + Linksys router
Posted: Tue Jun 28, 2011 5:12 pm
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.
Thanks in advance,
Mysticsilent
» 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>
Mysticsilent