When running a Public Server, you almost never want to configure this section:
Code:
<!-- Only specify these two if you really think you need to. -->
<address>Serving Machines IP</address>
<localaddress>127.0.0.1</localaddress>
I would highly recommend that you comment them back out by doing the following and try it again:
Code:
<!-- Only specify these two if you really think you need to. -->
<!-- <address>Serving Machines IP</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->
Those settings almost always cause problems and would explain why you are having the weird issues you are getting.