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

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • 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 ...
      • 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 ...