socketAddresses Configuration/License Issues
Posted: 19 Aug 2013, 22:22
Below is my configuration for socketAddresses and had received some emails about: SmartFoxServer warning: unable to contact License Server
<socketAddresses>
<socket address="127.0.0.1" port="9933" type="TCP"/>
<socket address="127.0.0.1" port="9933" type="UDP"/>
<socket address="XX.XXX.XX.XX" port="9933" type="TCP"/>
<socket address="XX.XXX.XX.XX" port="9933" type="UDP"/>
</socketAddresses>
So, while thinking that the local IP address was configured, that it might have something to do with the received emails. I commented them out, leaving only my external IP address and once rebooting the server was limited to the community edition instead of the 500 user license owned. I had gone back and forth several times to confirm that commenting the 127.0.0.1 address was responsible for this.
Is the local IP address required for server/license configuration and management?
Why wouldn't the license validation work against the external IP address?
Thanks
<socketAddresses>
<socket address="127.0.0.1" port="9933" type="TCP"/>
<socket address="127.0.0.1" port="9933" type="UDP"/>
<socket address="XX.XXX.XX.XX" port="9933" type="TCP"/>
<socket address="XX.XXX.XX.XX" port="9933" type="UDP"/>
</socketAddresses>
So, while thinking that the local IP address was configured, that it might have something to do with the received emails. I commented them out, leaving only my external IP address and once rebooting the server was limited to the community edition instead of the 500 user license owned. I had gone back and forth several times to confirm that commenting the 127.0.0.1 address was responsible for this.
Is the local IP address required for server/license configuration and management?
Why wouldn't the license validation work against the external IP address?
Thanks