View Single Post
  #2  
Old 07-27-2007, 01:11 PM
ksmith08
Fire Beetle
 
Join Date: Jul 2006
Posts: 23
Default

<address>192.168.1.102</address>
<!-- <localaddress>127.0.0.1</localaddress> -->

Try removing the <!-- --> (comment) from the local address. You basically have it set up identical to mine except for that.

I think it should be:

<address>192.168.1.102</address>
<localaddress>127.0.0.1</localaddress>
Reply With Quote