View Single Post
  #8  
Old 08-27-2009, 03:42 PM
bergalas
Banned
 
Join Date: Aug 2009
Location: look behind you
Posts: 30
Default

Is kinda tricky tbh i had a hck of a time figuring out the right settings for this but this bit right here
Quote:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>example.dyndns.org</address>
<localaddress>192.168.1.100</localaddress>
and
Quote:
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="192.168.1.100" port="9000" telnet="enable"/>
is what i had to mess with notice that the tcp ip in the default config file is localhost i had to change it in mine to work for both lan and wan and had to use the natfix for my local testing server

hope that helps
Reply With Quote