<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>
|