Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Citrix apps. bound to localhost display

Status
Not open for further replies.

paolo07

Technical User
Sep 7, 2007
12
EU
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top