Netscaler GUI

 

Netscaler Theme

/var/netscaler/logon/themes
/var/netscaler/logon/themes/<NAME>/css

body { 
 background-image : url('../custom_media/Hintergrund.jpg'); 
background-size: 100% 100%;
 background-repeat: no-repeat;
 }


mkdir /var/customizations
touch /nsconfig/rc.netscaler 
chmod a+x rc.netscaler

echo cp /var/customize/AccessGateway.ico  /netscaler/ns_gui/vpn/images/AccessGateway.ico >> /nsconfig/rc.netscaler
Rc.netscaler
cp /var/customize/AccessGateway.ico  /netscaler/ns_gui/vpn/images/AccessGateway.ico

 

Netscaler Installation

NS Initial Konfiguration
Lizenz ID MAC
Netzwerk
Hostname vom NetScaler ändern
Hochverfügbarkeit für Netscaler aktivieren

Netscaler Initial Konfiguration

configns

Lizenz ID

shell
lmutil lmhostid

Netzwerk

VLAN an Interface und IP Subnetz an VLAN zuweisen

add vlan 48
bind vlan 48 -ifnum 1/1 –tagged
bind vlan 48 -ipAddress 10.10.48.0 255.255.255.0

Hostname voon NetScaler ändern

shell
cd /nsconfig
vi rc.conf
cd /etc 
vi hosts

High Availability Pair on NetScaler

set ha node -hastatus STAYPRIMARY 
set ha node -hastatus STAYSECONDARY

disable interface <interface_num> 
add node <id> <ipAddress>
set ns rpcnode <ipAddress> -password <string>

show ns rpcnode
show ha node

sync ha files all
sync HA files ssl 

set ha node -hastatus ENABLED
force HA failover

Zeit Synchtonisation ohne neustrat

add ntp server 10.10.10.10 -minpoll 6 -maxpoll 11
rm /etc/ntp.conf
ln -s /nsconfig/ntp.conf /etc/ntp.conf
/bin/sh /etc/ntpd_ctl full_start

HSTS – CTX224172

add ssl vserver <NAME> –HSTS ENABLED –maxage 157680000 –IncludeSubdomain YES
add sslProfile <NAME> –HSTS ENABLED –maxage 157680000 –IncludeSubdomain YES

oder

add rewrite action insert_STS_header insert_http_header Strict-Transport-Security "\"max-age=157680000\""
add rewrite policy enforce_STS true insert_STS_header

SSL-Profile

Deny SSL Renegotation ALL
set ssl parameter -denySSLReneg FRONTEND_CLIENT
add ssl cipher SSLLABS-PROF
bind ssl cipher SSLLABS-PROF -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
bind ssl cipher SSLLABS-PROF -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
bind ssl cipher SSLLABS-PROF -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
bind ssl cipher SSLLABS-PROF -cipherName TLS1-ECDHE-RSA-AES256-SHA
bind ssl cipher SSLLABS-PROF -cipherName TLS1-ECDHE-RSA-AES128-SHA
bind ssl cipher SSLLABS-PROF -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256
bind ssl cipher SSLLABS-PROF -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA
bind ssl cipher SSLLABS-PROF -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA
bind ssl cipher SSLLABS-PROF -cipherName TLS1-AES-256-CBC-SHA
bind ssl cipher SSLLABS-PROF -cipherName TLS1-AES-128-CBC-SHA

IOS Geräte bekommen Fehler "Error Number 183", wenn diese Cipher gebunden sind:

bind ssl cipher SSLLABS-PROF -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384
bind ssl cipher SSLLABS-PROF -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384

Direct Server Return

netsh interface ipv4 set interface "Your production network adaptor name" weakhostreceive=enabled
netsh interface ipv4 set interface "Your loopback network adaptor name" weakhostreceive=enabled
netsh interface ipv4 set interface "Your loopback network adaptor name" weakhostsend=enabled

 

Links:

How to Allocate NetScaler VPX Licenses

How to Associate an IP Subnet with a NetScaler Interface by Using VLANs

High Availability Pair on NetScaler

Zurück

Citrix Director Error

Fehler: Cannot retreive the data

Fehler-Director
Cannot retreive the data

Möglichkeit 1

Fehler: Retrieving connection failures by type details…

Afrage im SQL, damit Fehler geprüft wird.

SELECT * FROM [Kolbik-Datenbank-XA].[MonitorData].[Machine] where [DesktopGroupId] = '00000000-0000-0000-0000-000000000000'

Bereinigung: DB > Tables > monitordata.desktopgroup > edit top 200 rows > delete the NULL 

oder:

set @did = '00000000-0000-0000-0000-000000000000'
delete from MonitorData.Session 
where machineid in (Select Id from MonitorData.Machine where DesktopGroupID = @did)
delete from MonitorData.Machine where DesktopGroupId = @did 
delete from MonitorData.DesktopGroup where id = @did

Möglichkeit 2

Fehler: Benutzer hat zu viele Gruppen. (HTTP Error 400.The size of the request header is too long. )

Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINE\system\CurrentControlCet\control\Lsa\Kerberos\Parameters] 
"MaxTokenSize"=dword:48000 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters]
"MaxFieldLength"=dword:48000
"MaxRequestBytes"=dword:12288000

Fehler: Lizenz Informatioien könne nicht abgerufen werde

Director License error
Director License error

C:\inetpub\wwwroot\Director\Tools\DirectorConfig.exe /upgrade

Links:
Citrix Director Licensing Status shows „Cannot Retrieve the Data“ CTX200309

 

Zurück

Storefront Anpassung

Design Anpassen

Link zum – style.css

/* Meine ANPASSUNG */

/* Hintergrund Bild */
.web-screen {
background-image: url('Mein-Hintergrund-Bild.jpg');
//background-image:none;
}

/* Querbalken Login */
.web-screen .content-area {
/* Decimal Code (R,G,B) rgb(250,250,210) */
 background-color: rgb(0,141,88);
}

/* Hintergrund Bild Obere Leiste */
.theme-header-bgcolor {
background-color: rgb(0,141,88);
// background-image: url('Mein-Hintergrund-Bild.jpg');
}

/* Hintergrund Bild Anwendungen */
.storeViewSection {
background-color: rgb(0,141,88);
// background-image: url('Mein-Hintergrund-Bild.jpg');
}

/* Hintergrund Bild for Suchfeld*/
.toolbar {
background-color: rgb(0,141,88);
//background-image: url('Mein-Hintergrund-Bild.jpg');
/* background-color: #cccccc; */
}

/* Hintergrund Bild während Aktualisierung*/
.loading-screen {
background-color: rgb(0,141,88);
//background-image: url('Mein-Hintergrund-Bild.jpg');
}

/* Abmeldeseite Login Logo */
.is-hdpi .logon-logo-container{
background-image: url('Mein-Hintergrund-Bild.png');
background-size: scale;
}
 .logon-logo-container{
background-image: url('Mein-Hintergrund-Bild.png');
//background-size: 100%;
}

/* Logo nach Anmeldung */
.logo-container {
background-image:url('Mein-Hintergrund-Bild.png');
background-size: 100%;
}

/* Farbe für Schrift Desktop/Username*/
.theme-header-color{
color:black;
}

/* Logo während Anmeldung */
.loading-logo {
background-image: url('Mein-Hintergrund-Bild.png');
background-repeat:no-repeat;
background-size: 100%;
}

/* Text unterm Login Butten */
.customAuthBottom {
font-size:12px;
color:black;
text-align:center;
}

/* Text über Login */
.customAuthTop {
font-size:16px;
font-weight:bold;
color:rgb(0,141,88);
text-align:center;
}


/* Text Farbe Benutzer */
.credentialform .plain {
    color: black;
}

/* Text Benutzername Kennwort*/
.credentialform .plain{
color:rgb(0,141,88);
}


/* Text Farbe Nach Abmeldung */
.web-screen .main-text {
    color: black;
}


/* Logo Receiver Info */
.citrixReceiverLogoAboutBox {
background-image: url('Mein-Hintergrund-Bild.png');
background-size: 100%;
}

/* Hintergrund Receiver Info */
.aboutBox, .about-view {
color:rgb(0,141,88);
//  background-image: url(Mein-Hintergrund-Bild.jpg);
}

/* Button Farbe */
.button.default {
    background-color: rgb(0,141,88);
    color: #FFFFFF;
}

Link zum – > script.js und strings.de.js

/* Meine ANPASSUNG */

/* WebSite Favicon */
$('link[rel="icon"]').attr('href','custom/Mein-favicon.ico');

/* Text unter Login Buton */
$('.customAuthBottom').html("<br/>Bei Fragen oder Problemen bei der Anmeldung wenden Sie sich bitte an die EDV Organisation<br/>Tel. 0123-456-789 EDV@kolbik.de");

/* Text Über Login */
$('.customAuthTop').html("Bitte melden Sie sich an<br /><br />");

/* Text Info Receiver Web*/
(function ($) {
    $.localization.customStringBundle("de", {
        ThirdPartyNotices: "Meine Firma",
        ThirdPartyNoticesWeb: "Third Party Notices",
        CitrixCopyright:  "\u00a9 2017 kolbik.de",
        AllRightsReserved: "Go to visit citrix.com",
 YouHaveLoggedOff: "Sie haben sich erfolgreich abgemeldet.<br>Um sich mit einem anderen Benutzernamen anzumelden klicken Sie auf Anmelden.",
    });
})(jQuery);

Mehrfaches starten von Anwendungen durch Doppelklick anpassen

custom.script.js -> unter "contrib" Ordner anpassen
$(document).ready(function() {
     CTXS.Resources.multiClickTimeout = 10;
});

 

Links:

Multiple launch prevention Citrix Receiver for web

How to Apply Advance Customizations to StoreFront Web Page CTX215016

Citrix Receiver/Online Plugin

Citrix Receiver

Receiver zurücksetzen:

"C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\CleanUp.exe" -cleanUser" 

Receiver Parametrisierung

REG ADD HKLM\SOFTWARE\Wow6432Node\Citrix\Dazzle /f /v DontWarnOfRemovedResources /t REG_SZ /d True
PutShortcutsOnDesktop /t REG_SZ /d True
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run]
"ConnectionCenter"="\"C:\\Program Files (x86)\\Citrix\\ICA Client\\concentr.exe\" /startup"

Configuring local app access applications

When configuring local app access applications:
To specify that a locally installed application should be used instead of an application available in Citrix Receiver, append the string KEYWORDS:prefer=“pattern“. This feature is referred to as Local App Access.
Before installing an application on a user’s computer, Citrix Receiver searches for the specified patterns to determine if the application is installed locally. If it is, Citrix Receiver subscribes the application and does not create a shortcut. When the user starts the application from the Citrix Receiver window, Citrix Receiver starts the locally installed (preferred) application.

By default, this directory is one of the following:
•%systemdrive%:\Program Files\Citrix\shortcuts 
•%systemdrive%:\Program Files (x86)\Citrix\shortcuts for per user device installation and 
•%systemdrive%:\Users\<user name>\AppData\Local\Citrix\SelfService\shortcuts for per user installation.

The default prefer
 template directory location can be specified in the registry. 
HKEY_LOCAL_MACHINE\Software\Citrix\Dazzle or HKEY_CURRENT_USER\Software\Citrix\Dazzle 
 Name: PreferTemplateDirectory
 Type: REG_SZ
 Data: any path (for example, "%systemroot%:\Shortcuts")

Links:

How to Reset Receiver Using the Command Line CTX140149
How to Automatically Move Applications to Start Menu Using Receiver CTX140244

NETSCALER FEHLERANALYSE

Authentifizierung LDAP|RADIUS usw.

shell 
cat /tmp/aaad.debug

EAP Login Error

shell
cat /var/ns.log | grep <Case ID>

Trace

start nstrace -filter "CONNECTION.SRCIP.EQ(IP-Adress)" -time 10 -fileName sample_trace
nstcpdump.sh -X dst host <IP-Adress> and port <80>

HA Konfiguration pürfen

ps –aux | grep nsfsyncd (ist HA Dienst gestartet)
shell
nsfsyncd -d (HA Dienst Starten)
/var/log/nsfsyncd.log (Logs HA Fehler)

AAA Benutzer entsperren

unlock aaa user <username> 
Security > AAA > Application Traffic > Users > Action > Unlock

Links:

Troubleshoot Authentication Issues Through NetScaler CTX114999
Basic UNIX Commands for NetScaler CTX109262
Capture an nstrace from the Command Line CTX120941