Out with the old, in with … AGEE VPX (part 1)

In a previous blogpost I wrote about the announcement from Citrix regarding the Citrix Access Gateway Product Line Simplification. At the same time I just finished building a Proof of Concept for a customer of one of our consultancy partners that included the (soon to be End of Sales) Access Gateway VPX. So I quickly informed our partner of the announcement and we decided to implement the new AGEE VPX into the production environment for the customer.

Of course I was very excited to be working with the new appliance and become more familiar with the NetScaler productline, as the AGEE VPX shares the same code as the NetScalers do.

 

I did have the chance to get some hands on practice with the NetScaler during one of the attended Hands-on labs at Citrix Synergy, so I felt brave enough to take on this new challenge.
 

 

… And a challenge it would prove to be …

 

… so let me share my novice experiences with you on the new NetScaler Access Gateway Enterprise Edition VPX …

 

Installing the AGEE VPX on the Hypervisor

For two weeks I had the chance to install the AGEE VPX on the ESX Hypervisor for the production environment and at the samen time on the XenServer Hypervisor as well in my homelab. Installation instructions on downloading and installing the Access Gateway Virtual Appliances can be found at these Citrix edocs.

 

Basic config on the console

On first boot of the virtual appliance, it will automatically log on and prompt you to configure some basis IPv4 settings as shown below:

Enter netScaler's IPv4 address []: [ipv4-address]
Enter Netmask []: [ipv4-netmask]
Enter Gateway IPv4 address []: [ipv4-gateway]
-----------------------------------------------------------------
Netscaler Virtual Appliance Initial Network Address Configuration.
This menu allows you to set and modify the initial IPv4 network addresses.
The current value is displayed in brackets ([]).
Selecting the listed number allows the address to be changed.

After the network changes are saved, you may either login as nsroot and use the Netscaler command line interface, or use a web browser to
http://[ipv4-address] to complete or change the Netscaler configuration.
----------------------------------------------------------------
     1. NetScaler's IPv4 address [[ipv4-address]]
     2. Netmask [[ipv4-netmask]]
     3. Gateway IPv4 address [[ipv4-gateway]]
     4. Save and quit
Select item (1-4) [4]:_

 
The following variables were entered:

  • ipv4-address: The NetScaler IP address, based upon IPv4.
  • ipv4-netmask: The subnet mask to be used with the entered IPv4 address.
  • ipv4-gateway: The default gateway to be used with the entered IPv4 address.

And after answering the first questions and thus setting up the basics, it was time to explore the web-based admin console

 

Advanced config through the web-based admin console

You can find the administrative web console at http://[ipv4-address] (no HTTPS!), where you need to provide an User Name and Password to login.

 

The default username for the NetScaler/AGEE VPX is nsroot, with password nsroot. Just in case you didn’t know.
 

 
Setup wizard

After you first log on to the AGEE VPX, you are presented with a lot of features and yellow and red circled exclamation marks. Just ignore those for now, as we are seeing all the features the NetScaler has to offer and a lot of those features will vanish after we have installed the license file.

 
Starting the setup wizard

screendump explanation
AGEE VPX Setup System Information

Starting the Setup Wizard...

Click System in the menu on the left.
Click [Setup Wizard…] at the bottom of the right pane beneath the System information.
AGEE VPX Setup

Setup Wizard - Introduction

Setup = Introduction
Click [Next]
AGEE VPX Setup

Setup - Network Config

Setup = Network Config
Most likely the IP-address information provided in the previous (commandline) configuration is already entered. This is the NetScaler IPv4 System Configuration.
Make sure you enter the same Host Name as the one used on MyCitrix.com when you activated and downloaded your license file. The (case sensitive) Host Name entered on the NetScaler and the one in the license file need to match to license your AGEE properly.
Don’t enter any values in the MIP/SNIP Configuration for now.
Click [Next]

 

A NetScaler uses different types of IP’s, that each have a slightly different function:

  • The NetScaler IP (NSIP) is the IP-address used to manage the appliance.
  • The Mapped IP (MIP) is the IP-address used for server-side communications.
  • The Subnet IP (SNIP) is the IP-address used for connections and monitoring, especially when multiple subnets are involved.
  • The virtual IP (VIP) is the IP-address used for rerouting external requests to internal servers, like the ICA proxy functionality ensures requests made to a specified IP-address are routed to the StoreFront server or Web Interface.
  •  

 

screendump explanation
AGEE VPX Setup Wizard

Choose Application

Setup = Choose Application
Just select “Skip this step” and click [Next].
AGEE VPX Setup

Setup - Summary

Setup = Summary
Check the settings and click [Finish].

After the configuration is set, you are presented with some additional Advanced Sonfiguration options.

AGEE VPX Setup

Setup - Configure Time Zone

Setup = Configure Time Zone
You can choose to set the Time Zone for your appliance by clicking the link to the settings.
Click [OK] after selecting the proper time zone and then click [Close] to return to the previous screen.
AGEE VPX Setup

Setup - Manage Licenses

Setup = Manage Licenses
You can upload the required license file to your appliance when you click the Manage licenses link.

You can check Citrix edocs for licensing instructions.
For a better understanding of the Access Gateway license types, check out this great blog from Citrix.

Reboot?
After you have applied the new license file a popup will be shown, notifying you the AGEE needs to be rebooted to load the license file. You can choose whether you want to save your configuration and/or want to perform a warm reboot.

 

In case you run into problems with your license file or detect some problems with your hostname, check out CTX130146 for shell instructions to check the registered hostname of the NetScaler and how to edit it when needed.
I for one was very happy with the instructions as I had messed up my hostname and found multiple entries in the rc.conf file that prevented the license file from being applied.
 

 

Access Gateway Setup wizard

After the NetScaler is reboot and you reentered your credentials, you are automatically presented with the Access Gateway setup wizard to help you with the configuration of your Access Gateway 10.

 
Get Started

screendump explanation
AGEE Setup Wizard

Get Started

AG Setup = Welcome
Click [Get Started] to start the Access Gateway Setup Wizard.
AGEE Setup Wizard

AG Settings & LDAP Authentication

AG Setup = Config part 1
Fill out the Access Gateway Settings:

  • Name: the name of the vServer to create (FQDN for example).
  • IP address: The IP address that clients will use for remote access.
  • Port: by default 443

Fill out the LDAP Authentication settings:

  • IP address: IP address of the LDAP server to contact.
  • Port: by default 389
  • Time out: by default 3
  • Base DN: The base DN path from which LDAP is searched
    (check out this video for help)
  • Admin Base DN: Full DN path for the account used to query LDAP.
  • Logon Name: use sAMAccountName
  • Password: the password of the previously specified Admin account

Scroll further down to configure the other settings.

AGEE Setup Wizard

Certificate, DNS & CloudGateway

AG Setup = Config part 2
Fill out the Certificate settings:

  • Use test Certificate: selected for this configuration
  • Certificate File Name: the name given to the test certificate that’s being created
  • Fully Qualified Domain Name: The FQDN for the external url that will be used for remote access

    • Fill out the DNS settings:

      • IP Address: The IP address of the DNS server to be used
      • IPv6: not selected for this configuration

        • Fill out the CloudGateway settings:

          • Web Interface: selected as the CloudGateway setup requires a mandatory AppController configuration, which I didn’t implement in my homelab
          • Web Interface Address: The url of your StoreFront Store Web site
          • Single Sign-on Domain: The NetBIOS name of the domain used to authenticate your users
          • Secure Ticket Authority: The STA entered with your StoreFront Farm settings (multiple entries can be added later on)
          • Single Sign-on domain: selected by default
          • ICA proxy: selected by default
            • Click [Done] to save your configuration.
AGEE Setup Wizard

Access Gateway Dashboard

AG Dashboard
After the setup is saved, you are redirected to the Access Gateway Dashboard, where different metrics are shown.

 

Unfortunately there is more to configure to get the remote access up and running after these two setup wizards. The next part of this blog series will look into the additional settings I configured to get the remote access in my homelab up and running. So stay tuned for part 2.
 

 

This post is part of a serie of multiple posts to fully cover the configuration of the AGEE VPX:
Out with the old, in with … AGEE VPX (part 1)
Out with the old, in with … AGEE VPX (part 2)
Out with the old, in with … AGEE VPX (part 3)

 

Esther Barthel
Solutions Architect at cognition IT

Esther has been working in different roles and functions as an IT consultant ever since she finished her Masters degree in Computer Science in 1997. She has worked as a web developer, database administrator, and server administrator until she discovered how Server-Based Computing ( SBC ) combined servers, desktops, and user experience in one solution. Esther has been specializing in virtualization solutions such as SBC, VDI, application, and server virtualization for over eight years now and is currently working as a Senior Consultant at PepperByte, where she designs and implements Citrix® solutions for both small-business and large-enterprise infrastructures scaling from 100 to 15,000 users.
In january 2014 her first book Citrix XenApp 6.5 Expert Cookbook was published by Packt Publishing.

Esther is awarded as a Citrix Technology Professional (CTP) from 2015 - 2017.
Esther is awarded as a Microsoft Most Valuable Professional (MVP) in 2017.

Esther is a Citrix Certified Expert – Virtualization (CCE-V), Citrix Certified Professional – Mobility (CCP-M), Citrix Certified Professional – Networking (CCP-N) and RES Software Certified Professional (RCP).