SessionAudit
  • Infrastructure Documents
  • Overview
    • What is Session Audit
    • FAQs
    • Road Map
    • Licensing
  • Planning
    • POC Requirements
    • Supported Configurations
    • Windows Server Requirements
    • SQL Server Requirements
    • Agent Requirements
    • Other Requirements
    • Network Considerations
    • Design
      • Single Deployment
      • Distributed Deployment
  • Deployment
    • Installing Microsoft SQL Server
    • HTTPS Certificate
    • DNS Records
    • .Net Framework 4.7.2 Download and Install
    • .NET Core 6.0.16 Download and Install
    • Internet Information Service Installation
    • Single Deployment
      • DB Creation
      • IIS and Site Settings
      • Database Permissions
    • Distributed Deployment
    • Upgrade Existing SessionAudit Installation
  • Initial Configuration
    • First time Login to SessionAudit
    • License Management
    • LDAP Settings
    • Role Management
    • Change Admin Password
  • Advanced Configuration
    • Login to the Portal with Domain Account
    • Settings
      • Server Settings
      • Agent Settings
      • LDAP Settings
      • Notification Settings
      • Syslog Settings
  • Managing
    • Dashboard (Home)
    • Tracker
    • Reporting
    • Computers
    • Role Management
    • License Management
  • Troubleshooting
    • SQL Express Usage
    • Securing Windows Server
Powered by GitBook
On this page
  • DNS Record for Site Access Address
  • Service Record

Was this helpful?

  1. Deployment

DNS Records

Prerequisites

PreviousHTTPS CertificateNext.Net Framework 4.7.2 Download and Install

Last updated 2 years ago

Was this helpful?

DNS Record for Site Access Address

DNS Management screen opens from the Start menu on the DNS server. The same screen can be reached with the dnsmgmt.msc shortcut to the Start \ Run screen. The Site Access Address is created by following the steps below.

  1. Right click on Zone and select New Host (A or AAAA),

  2. Fill in the following information on the New Host screen,

  • Name: In this field, write the name that is desired to be used to access the site and then will be used in site binding in IIS and HTTPS Certificate Subject Name.

  • IP Address: Enter the IP Address of the SessionAudit server,

  1. Click Add Host, click OK and then click Done.

Service Record

SessionAudit agents find the SessionAudit server's address with the service record defined on DNS. Single Deployment scenario and Multi Deployment with Multi Site structure DNS records differ.

  1. In the DNS Management screen follow the instructions. Expand Forward Lookup Zones.

  2. Right click on _tcp in your Zone and select Other New Records,

  3. Select Service Location (SRV) then Click Create Record button,

  4. Fill in the following information on the New Record screen,

  • Single Deployment

    • _sa4sc._tcp.domain.com

  • Multi Server Deployment with Multi AD Site

    • _sa4sc._tcp.SiteName._sites.domain.com

The following information must be entered when creating a service record:

  • Service: _sa4sc

  • Protocol: _tcp

  • Port Number: 443 (This port is used for HTTPS binding)

  • Host offering this service: SessionAudit Server FQDN

After creating Service Locater record click done to close new record window.

DNS Management
New Host Record
Service Record