View Single Post
  #8  
Old 11-11-2015, 10:33 AM
Sublin
Fire Beetle
 
Join Date: Aug 2010
Posts: 11
Default

Quote:
Originally Posted by KenZ View Post
Anyone have idea? =(
Code:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress>192.168.0.5</localaddress> -->
Try changing this to

Code:
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>your servers internal ip</address> 
<localaddress>your servers internal ip</localaddress>
Reply With Quote