Accessing an AD/Domain that is Currently Out of the Guest Network.

Accessing an AD/Domain that is Currently Out of the Guest Network.

Product Line:  VERDE

There may be a need to access and authenticate with an AD Server/Domain Server that is Out of the Guest Network.  These setting are specific to VERDE.  Add/Edit the lines highlighted.

/etc/hosts
127.0.0.1   localhost4 localhost4.localdomain4
10.0.1.4 localhost localhost.localdomain
10.0.1.5 verde.local  <--- AD/Domain Server IP and FQDN

/etc/resolve.conf
; generated by /usr/sbin/dhclient-script
search o2pqmddjl05uzloljld30zop1c.dx.internal.cloudapp.net
nameserver 168.63.129.16
nameserver 10.0.1.5  <--- AD/Domain Server IP

/usr/lib/verde/etc/samples/dhcpd.conf.template
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option wpad code 252 = text;
option wpad "\n\000";
default-lease-time 300;
max-lease-time 300;
authoritative;

subnet SUBNET.0 netmask 255.255.255.0 {
        range SUBNET.1 SUBNET.200;
        option broadcast-address SUBNET.255;
        option routers SUBNET.254;
        option domain-name-servers 10.0.1.5;     <--- AD/Domain Server IP 
        option domain-name "verde.local";      <----FQDN
}

    • Related Articles

    • How Does AD Connection Work with VERDE, LDAP and Domain

      Product Line:  VERDE Verde VDI System Design Guide (Active Directory Connection and Authentication)   This System Design Guide explains the integration of Active Directory with Verde VDI. The following configurations are required for logging into ...
    • VERDE VDI Network Troubleshooting - Navigate via Table of Contents.

      Product Line:  VERDE Introduction: The information contained within this document refers to the networking aspects of the VERDE VDI software solution being installed via a set of RPMs (program modules) on top of CentOS7.  The following networking ...
    • How to Build/Provision a Windows Server for hosting Domain Services on Microsoft Azure

      Product Line:  VERDE 1)            Build Gold image with Windows 2012 / Windows 2016 Server.ISO 2)            Create a custom Session Settings to be assigned to this Gold image with:  4 Gig RAM, 4-vCPU, 40Gig to 50Gig System image, 5Gig User image ...
    • Using NETCFG UI With AD Groups via BRIDGE Networking

      Product Line:  VERDE If you are using Domain/AD User Groups, Bridge networking and want to assign a range of IP's to your users, or you have some you want to assign a static IP, follow these instructions: Using the NETCFG UI: The User and Gold Image ...
    • Win2003 Network Prioritizing

      Product Line:  VERDE   ISSUE:   Working with a customer that was having issues with writing data to a database that was stored on a Win2003 server we discovered the following.  He was willing to install WireShark in his image/guest, and on an ...