View Single Post
  #2  
Old 11-21-2014, 11:52 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

I had the same problem, so trying remember.... Pretty sure my issue was that clients were getting redirected to 127.0.0.1 when they log in, so try setting these:-

Code:
<address>10.224.1.151</address> 
<localaddress>10.224.1.151</localaddress>
Reply With Quote