[TUTORIAL] Citrix Netscaler Installation

klepptor

New Member
Oct 26, 2019
1
1
1
53
Da ich es nicht sofort geschafft habe, Netscaler unter Proxmox zum Laufen zu bekommen und auch hier nur alte Infos dazu zu finden waren, hier einmal meine Erkenntnisse für eine grundlegende Netscaler Installation.

Installation
https://blogs.serioustek.net/post/2019/05/09/installing-citrix-adc-netscaler-on-proxmox

  1. Neue VM erstellen mit folgenden Einstellungen

    image2020-4-18_21-51-56.png


    Wichtig: Serieller Anschluss!!
  2. KVM Image mit WinScp o.ä. auf den Server nach /var/lib/vz/images/ kopieren
  3. Image in die erstellte VM importieren

    cd /var/lib/vz/images/
    tar xvzf NSVPX-KVM-13.0-47.24_nc_64.tgz
    qm importdisk 106 NSVPX-KVM-13.0-47.24_nc_64.qcow2 local-zfs --format qcow2

  4. VM starten
Konfiguration
IP Konfiguration
Standardmäßig startet der Netscaler mit 192.168.1.100, die Einstellung muss dementsprechend auf der (Proxmox-)Konsole geändert werden.

U: nsroot

P: nsroot
set ns config -ipaddress<IPAddress> -netmask<subnetMask>
save config
reboot
CPU Nutzung anpassen
Die Netscaler VM reserviert sich normalerweise die zugewiesenen CPUs. Proxmox zeigt dann eine hohe CPU Auslastung an, obwohl das System eigentlich nichts tut. Um dies abzustellen:
set ns vpxparam -cpuyield YES
save config

Weitergehende Konfiguration:

Let's Encrypt
https://www.techdrabble.com/citrix/...t-automated-certificate-with-citrix-netscaler

https://itrandomness.com/2018/05/lets-encrypt-certificates-on-netscaler-lessons-learned/

https://blog.j81.nl/2017/04/06/lets-encrypt-certificates-on-a-netscaler/

https://github.com/j81blog/GenLeCertForNS/tree/dev?files=1
 
  • Like
Reactions: Tmanok
Consider setting the prefix (next to the title field) to `Tutorial`. People can filter their search results by it.

:)
 
  • Like
Reactions: Tmanok

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!