Enabling https in Citrix License Server

VPX:

-allow ssh port and ping in iptables
# echo “-A INPUT -i eth0 -p tcp -m tcp –dport 22 -j ACCEPT” >> /etc/sysconfig/iptables
# echo “-A INPUT -i eth0 -p icmp -j ACCEPT” >> /etc/sysconfig/iptables
# service iptables restart
put license directly, just put into /opt/citrix/licensing/myfiles
make sure XenDesktop license hostname match with license server hostname

-to change https port
# vi /opt/citrix/licensing/LS/conf/server.xml
search for securePort
change to 10443 because iptables allow port 10443

-to access web http://ip:8082 or https://ip:10443
-to check iptable
-to check service list
# chkconfig –list

-to restart a service
# service citrixlicensing restart

-to login using https://ipaddress:10443
L: admin P:

Windows:

SOURCE: http://support.citrix.com/article/CTX140698
-On the License Administration Console go to Administration > Server Configuration > Secure Web Server Configuration. Select Enable HTTPS.
-To enable HTTP to HTTPS redirection, select Redirect non-secure web access to secure web access click Save and restart the license server. This moves HTTP traffic to go over HTTPS

-enable FW config
>netsh advfirewall firewall delete rule name=”Temporary Block for Licensing Admin PowerShell” dir=out protocol=TCP remoteip=<IP of License Server> remoteport=8083
>netsh advfirewall firewall delete rule name=”Temporary Block Web Services For Licensing” dir=out protocol=TCP program=”c:\Program Files (x86)\Citrix\Licensing\UsageCollector\ctxurt.exe” remoteport=443

Cisco VXC 2112 connect to XenApp 6.5

DHCP:
Scope Options
3 Router 192.168.3.1
6 DNS Servers 192.168.3.61
15 DNS Domain Name poc.com
42 NTP Servers 192.168.3.61
161 FTP Server 10.10.50.112
162 FTP Path firmware$
184 FTP Username ftp
185 FTP Password P@$$w0r6
FTP:
WNOS.INI FILE
autoload=2
Timeserver=192.168.3.61
TimeZone=’GMT + 08:00′ ManualOverride=yes
SignOn=Yes
DomainList=”poc”
Seamless=yes
#PnliteServer=http://XenApp.poc.com/Citrix/PNAgent/Config.xml
FOLDER STRUCTURE
firmware
firmware\wnos
firmware\wnos\ini
XENAPP:
XML port: 8080
-XenApp Services Sites: PNAgent http://XenApp.poc.com/Citrix/PNAgent
XML port: 8080