How do I tell Stoneware to bind its services to a specific IP address? I’d like public ports (80, 443) to bind to a specific address on the machine, and administrative ports (8090, etc)
There are a few areas where you will want to hard code it.
First make sure the dns name for the server resolves to the local ip number of the box that you want to use.
In 8090 console, under Stoneware system
Registry Port. Put in the dns name:1099
Server Host:Port : dnsname:8090
Then go down to your Profile
Service Port. Dnsname:4500
Then on the edit the relay object using webadmin.
The address box : portal.example-cloud.com (making sure that portal.example-cloud.com resolves to the local ip number you want to bind to)
This will tell webNetwork to only bind ports to the ip number that the dns name resolves to.
You can verify with netstat –an or tcpview from Sysinternals/Microsoft.