I'm quite new in Citrix and for security reason, it's been asked to me to implement this using the Citrix:
when you connect to Metaframe Server, the DISPLAY is set to <hostname>:10.0 (10 is a kind of offset) and this is reflected in the usage of X11 port 6010, as follows:
sockname: AF_INET 0.0.0.0 port: 6010
The requirement is to 'secure all X11 ports', in a way that I'll have :
sockname: AF_INET 127.0.0.1 port: 6010
(that is port 6010 is bound to localhost)
Is there anything customizable inside the Citrix scripts?
Thanks.Paolo
when you connect to Metaframe Server, the DISPLAY is set to <hostname>:10.0 (10 is a kind of offset) and this is reflected in the usage of X11 port 6010, as follows:
sockname: AF_INET 0.0.0.0 port: 6010
The requirement is to 'secure all X11 ports', in a way that I'll have :
sockname: AF_INET 127.0.0.1 port: 6010
(that is port 6010 is bound to localhost)
Is there anything customizable inside the Citrix scripts?
Thanks.Paolo