- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How turn off the proxy on VMS server
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
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
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
тАО12-23-2009 03:17 AM
тАО12-23-2009 03:17 AM
How turn off the proxy on VMS server
We have some networked VMS servers in different locations and I want to turn off the proxy on a server for security reason but not sure how to do it ?
Thanks in advance
Ahmad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 03:48 AM
тАО12-23-2009 03:48 AM
Re: How turn off the proxy on VMS server
which 'proxy' are you talking about ?
DECnet proxy
$ MC AUTHORIZE SHOW/PROXY *::*
or
TCPIP proxy ?
$ TCPIP SHOW PROXY
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 04:37 AM
тАО12-23-2009 04:37 AM
Re: How turn off the proxy on VMS server
>>>
... I want to turn off the proxy on a server for security reason ...
<<<
Actually, proxies ARE CREATED for security reasons!
(carefully designed) proxies ONLY allow access from enumerated users, originating from enumerated systems (servers or clients); WITHOUT transmitting passwords over (usually non-secure) connections.
Especially in the cases where scripted non-interactive access occurs, they remove the need for embedding passwords in the script.
Now, if you need to remove some of the existing proxies, THAT is an entirely valid reason. How to do that, depends highly on the way the proxies are currently defined. If you currently have group proxies, they probably need to be replaced by enumeration of user<->remote-system pairs.
hth
Seasonal greetings.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 06:51 AM
тАО12-23-2009 06:51 AM
Re: How turn off the proxy on VMS server
For your own reference and without intending offense, here is a description of how to ask a question:
http://www.catb.org/~esr/faqs/smart-questions.html
That describes techniques that help you get the answer you need more quickly, and interestingly also describes techniques and considerations that can help you advance your own career.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2009 10:23 PM
тАО12-25-2009 10:23 PM
Re: How turn off the proxy on VMS server
Wim