- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X11 Termininal
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 02:02 AM
тАО02-12-2003 02:02 AM
X11 Termininal
I have the below issue:
I have one server in a remote site. I am connected to the remote site over ISDN line and in my site i have a firewall. The firewall has open the X11 port for communication.
The case is that when I am trying to connect using Reflection xterm or hpterm then this is not possible.
Can you help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 02:13 AM
тАО02-12-2003 02:13 AM
Re: X11 Termininal
Don't forget when you want to start an xterm that you are using mostly remote shell or rexec to call the server, and in such a case you have to open the ports...
And in X11, don't forget that the server is the terminal and the client is the server where the xterm is stored.
The best way is to see the logs of your firewall to check what is rejected !!!
hth
Benoit
________
"Les femmes, comme l'a dit un fran??ais plein d'esprit, nous inspirent le d??sir de r??aliser des chefs-d'oeuvre et nous emp??chent toujours de les mener a bout."
Oscar Wilde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 02:24 AM
тАО02-12-2003 02:24 AM
Re: X11 Termininal
Ensure you have opened these ports in your firewall for Reflection X to work.
xdmcp 177/tcp
xdmcp 177/udp
x11 6000-6063/tcp
x11 6000-6063/udp
xfs 7000/tcp
xfs 7000/udp
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 04:43 AM
тАО02-12-2003 04:43 AM
Re: X11 Termininal
For even better security, install OpenSSH (from the HP website software.hp.com) and add the SSH components to Reflection for HP so the firewall only has to pass port 22 for secure communication.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 04:58 AM
тАО02-12-2003 04:58 AM
Re: X11 Termininal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2003 10:25 AM
тАО02-12-2003 10:25 AM
Re: X11 Termininal
Ok what I ddid was the following:
I installed ssh, in the remote server and I open the port 22. Then I start the ssd inthe remote server and the ssh in the local client.
I am starting the X Server in teh local client e.g. Reflection or Exceed and then I am connecting to the Remote server using the ssh client.
After that I can start any X applicaiotn I want
Thanks for teh guidance and teh suppotrt