- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Disable port 6000 (X11) for Openvms
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
тАО10-26-2010 01:31 AM
тАО10-26-2010 01:31 AM
Disable port 6000 (X11) for Openvms
can anyone help on guiding me how do i disable X11 port 6000 from listening?
Thank you
Regards,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 03:04 AM
тАО10-26-2010 03:04 AM
Re: Disable port 6000 (X11) for Openvms
either no local display is needed at all, then simply don't start the X11 server
(define DECW$IGNORE_WORKSTATION in sylogicals.com),
or
don't activate TCPIP transport (omit TCPIP from DECW$SERVER_TRANSPORTS symbol in sys$manager:decw$private_server_setup.com).
But I think this also disables TCPIP transport for clients, so it depends on Your sites need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 06:05 AM
тАО10-26-2010 06:05 AM
Re: Disable port 6000 (X11) for Openvms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2010 01:00 PM
тАО10-26-2010 01:00 PM
Re: Disable port 6000 (X11) for Openvms
Apart from disabling DECwindows, if you want a belt and braces approach, write yourself a service that listens on port 6000, catches incoming requests then ignores them. Start it before X11 has a chance to start, hijacking its port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2010 01:00 AM
тАО10-27-2010 01:00 AM
Re: Disable port 6000 (X11) for Openvms
I've put DECNET,LOCAL in transport, i will still get my X11 on my monitor right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2010 01:16 AM
тАО10-27-2010 01:16 AM
Re: Disable port 6000 (X11) for Openvms
Yes, but no more display from remote clients over TCPIP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2010 07:10 PM
тАО10-27-2010 07:10 PM
Re: Disable port 6000 (X11) for Openvms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2010 10:33 PM
тАО10-27-2010 10:33 PM
Re: Disable port 6000 (X11) for Openvms
> clients over TCPIP.
Is it worth mentioning (complaining) that
those "remote clients" are actually remote
X _servers_ in this context. (And you're not
really displaying "from" them, but _on_
them.)
> [...] i will still get my X11 on my monitor
> right?
Most likely, but it would depend on how your
DISPLAY got set. We non-psychics don't know
very much about "my monitor" (or any of the
rest of your system configuration).
SHOW DISPLAY
Assuming that that says "Transport: DECNET"
or "Transport: LOCAL", then no doubt, SET
DISPLAY /TRANSPORT = TCPIP would now cause
more problems than before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 01:41 AM
тАО10-28-2010 01:41 AM
Re: Disable port 6000 (X11) for Openvms
s it worth mentioning (complaining) that
those "remote clients" are actually remote
X _servers_ in this context. (And you're not
really displaying "from" them, but _on_
them.)
<<
No, BOTH ways: remote clients can't display on the local display,
and local (VMS) clients can't display on remote displays.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2010 07:38 AM
тАО10-28-2010 07:38 AM
Re: Disable port 6000 (X11) for Openvms
One way doesn't have much to do with the VMS
system _listening_ on port 6000. But yes,
disabling the transport disables
communication with remote X servers and
clients.