Bind to specific ip address instead of all addresses

Bind to specific ip address instead of all addresses

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.
 



    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Bind to more than one ip address

        In the Relay Central Service configuration in the :8090 mamangement console, instead of just putting dns.name:24000 or 192.168.1.68:24000 enter in *:24000 * = all ip numbers and :24000 is the port to use. Relay Central defaults to port 24000 but you ...
      • IP Address change on Unified Workspace server

        Issue:  My IP numbers need to change for Unified Workspace servers. Solution(s):  Depending on server configuration, you'll need to do the following. If you have a Relay and that server needs the IP address changed then you will need to : Test ...
      • MS AD LDAP bind errors.

        LDAP error code 49 is the generic code for authentication error.  https://helpdesk.lenovosoftware.com/portal/kb/articles/ldap-error-codes-22-8-2017 has the list of java ldap top level error codes.  To fully understand the error you need the rest of ...
      • Common Microsoft AD LDAP bind errors.

        LDAP error code 49 is the generic code for authentication error. https://helpdesk.lenovosoftware.com/portal/kb/articles/ldap-error-codes-22-8-2017 has the list of java ldap top level error codes. To fully understand the error you need the rest of the ...
      • webRDP HTML5 Client use LongPolling instead of webSockets

        The webRDP HTML5 Client uses the webSocket protocol to provide efficient communication between the client workstation and the webNetwork server.  There are some instances where webSocket cannot be used due to the webNetwork relay being placed behind ...