View Single Post
  #5  
Old 08-10-2015, 07:48 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Try changing this:
Code:
<tcp ip="127.0.0.1" port="33000" telnet="disable" />
to:

Code:
<tcp ip="192.168.0.5" port="33000" telnet="disable" />
and see where that takes you.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote