How to setup SharePoint through webNetwork

How to setup SharePoint through webNetwork

Problem:  Microsoft SharePoint will work through webNetwork, but there are a few items that must be configured on SharePoint side to work through our proxy server.



Cause:  SharePoint was always designed to be an intranet site and not designed for internet access.  Because webNetwork functions as a "reverse-proxy" it is required to have the below settings configured for access through webNetwork.



Prerequisite(s):
  • webNetwork 6.3.0.198 or higher
  • Ability to add DNS entries
  • SharePoint Administrator access
  • SharePoint basic authentication enabled
  • SharePoint test environment



Solution(s):  Add Alternate Access Mappings (AAM) to SharePoint test site.  It's highly recommend you test settings on a test site before moving to production.  The below settings are for SharePoint site on HTTP (80).  You'll need to adjust the below parameters if you are running secure (HTTPS) or a different port.

Add DNS entries:
  • Define new intranet DNS for Sharepoint - ex: intsharepoint.company.com
  • Add intsharepoint.company.com to internal DNS and point to Sharepoint IP address
  • Define new Virtual DNS for Sharepoint - ex: wn-sharepoint.company.com
  • Add wn-sharepoint.company.com to internal DNS and point to private webNetwork IP address
  • Add wn-sharepoint.company.com to public DNS and point to public webNetwork IP address

Add AAM in SharePoint:
  • Browse to your WSS 3.0 Central Administration site
  • Click on the Application Management tab
  • Click “Create or extend Web application”
  • Click “Extend an existing Web application”
  • Select the web application that you wish to use, and then fill out the port, host header, and SSL fields based on the internal URL properties
    Port = 80
    Host Header = intsharepoint.company.com
    SSL = no
    Zone = Internet
    URL = https://wn-sharepoint.company.com
  • Click OK to create the IIS Web site
  • Browse to your WSS 3.0 Central Administration again
  • Click on the Operations tab
  • Click “Alternate access mappings”
  • Click the Alternate Access Mappings selector drop-down and select the web application
  • You should now see the AAM URLs assigned to your web application
  • Click “Add Internal URLs” in the AAM toolbar
  • Type in the internal URL - http://intsharepoint.company.com
  • Select Internet zone
  • Click Save.

Add Virtual Web App in webNetwork:
  • Host object = intsharepoint.company.com
  • Virtual DNS = wn-sharepoint.company.com
  • Host Authority = Disabled


References:

    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

      • Configuring MS SharePoint through webNetwork

        SharePoint will work through webNetwork, but there are a few issues.  SharePoint really is designed for a full MS environment, if you are not using IE, you may lose some functionality.  There are a few Microsoft URLs that should be referenced.  ...
      • Sharepoint file system connections

        Here is how to connect webNetwork to a Sharepoint file system. Example sharepoint url https://mycompany.sharepoint.com/TeamSite/SitePages/Home.aspx 1. Go to WebAdmin 2. Expand File Services Admin 3. Select the OneDrive for Business node 4. Go to ...
      • Move webNetwork to different server

        *** If you are moving to a different OS, please see : https://helpdesk.lenovosoftware.com/portal/kb/articles/migrate-webnetwork-to-windows-linux-22-8-2017 *** Keeping the same OS / version / IP As long as you are keeping the same OS/ version/IP then ...
      • How to setup console log to file

        Problem:  Troubleshooting an issue, but it is only happening intermittently.  Real-time logging is not sufficient in these instances, so you can setup logging to file instead.    Prerequisite(s): webNetwork 6.3.0.199 or above Ability to ...
      • How to setup Analytics in dedicated SQL

        Problem:  Need to move Analytics database to a dedicated SQL server.  It is highly recommended you move this database to a separate dedicated SQL server on any production installations. Cause:  The included Hypersonic SQL (HSQL) is not designed for ...