View Single Post
  #12  
Old 05-18-2016, 01:14 AM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

you need a <shortname>server</shortname>
<longname>server name</longname>
and change this
<tcp ip="127.0.0.1" port="9000" telnet="enable"/> to <tcp ip="192.168.0.x" port="9000" telnet="enable"/>
your internal ip

also not sure if spaces in this line matter or not <!--<locked/>--> to <!-- <locked/> --> might be why server is locked
Reply With Quote