- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X-Windows and subnet?
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
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
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-09-2006 12:59 AM
02-09-2006 12:59 AM
I have 7 hpux servers that all were in a subnet, we promoted 4 of the servers to production and the networking folkes moved it to a different subnet.
Ever since I am unable to connect to the 4 servers via x-windows. I was able to connect to all when they were in the same subnet.
Networkers have all ports open on the firewall and I can telnet to the 6000 port on my PC from the production server and from my PC can query the 177 udp port.
I came accross this post and have done everything in it, unfortunately it wasnt conclusive:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950134
Please help!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:12 AM
02-09-2006 02:12 AM
Re: X-Windows and subnet?
Tunnel with ssh maybe
xdmcp does not go through a firewall well
how do you make the connection
When the connection fails is there a message in /var/dt/Xerrors on the machine you tried to contact
Does ping -ov host show the same route there and back
On the machines not moved and your pc does nslookup of ip and name work
do the moved systems resolve well on the other subnet
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:46 AM
02-09-2006 02:46 AM
Re: X-Windows and subnet?
thanks for your response, I use winaxe + for my connection.
The /var/dt/Xerrors file is empty for the four production servers that I have the issue on.
Ping -ov from the production server to the development servers work, but does not work from the development to the production servers that are now in a different subnet. Normal ping and telnet works across both servers???
nslookup resolves perfectly on my PC, dev servers and production. So thats not an issue.
Could you point me to how to tunnel X with ssh please in case I cant make any headway?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:53 AM
02-09-2006 02:53 AM
SolutionTake a look at /opt/ssh/etc/sshd_config for x11 forwarding, ( I dont remember the exact parameter name, no VPN from home :-(). Or, you can use Putty for SSH connection, it has got options for X11 forwarding thro SSH.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:56 AM
02-09-2006 02:56 AM
Re: X-Windows and subnet?
This is quite good
http://opensores.thebunker.net/pub/mirrors/ssh-faq/TheWholeSSHFAQ.html
You are not well setup since the ov only goes one way
Can you connect a pc to the development subnet and does it work there
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:25 AM
02-09-2006 03:25 AM
Re: X-Windows and subnet?
Steve, do you know what I could look into for the ping -ov all the same, am concerned that does not work well.
I can connect to the dev with no issue, can ping to the prod with no issue but only fail to ping to prod with the -ov option....
anyhelp pls......