View Single Post
  #3  
Old 10-14-2015, 07:53 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by provocating View Post
One thing glaring at me is this.

Code:
<!-- <address>172.16.10.48</address> -->
<!-- <localaddress>172.16.10.48</localaddress> -->
Should be

Code:
<address>172.16.10.48</address> 
<localaddress>172.16.10.48</localaddress>
I changed it, but still no luck.

Reply With Quote