- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Unnecessary Ports Opened on OpenVMS System.
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
04-02-2006 11:00 PM
04-02-2006 11:00 PM
Unnecessary Ports Opened on OpenVMS System.
I did a port scan to my network I found many ports opend from UNIX machines and OpenVMS systems.
How can I close or disable a certain port in OpenVMS TCPIP protocol.
and are there any SW like firewall related to OpenVMS to be installed under OpenVMS System.
Note : I dont ask about common ports or known ports like FTP,TELNET,...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 11:23 PM
04-02-2006 11:23 PM
Re: Unnecessary Ports Opened on OpenVMS System.
execute the following:-
tcpip> show device
to see what ports are in use on the system, the you get a display like this.
TCPIP> show dev
Port Remote
Device_socket Type Local Remote Service Host
bg19 DGRAM 520 0 *
bg39 DGRAM 111 0 PORTMAPPER *
bg40 STREAM 111 0 PORTMAPPER *
bg42 STREAM 21 0 FTP *
bg46 STREAM 515 0 LPD *
bg83 DGRAM 10 0 MOUNT *
bg93 STREAM 10 0 MOUNT *
bg99 DGRAM 5151 0 PCNFS *
bg100 STREAM 5151 0 PCNFS *
bg112 STREAM 102 0 *
bg115 STREAM 399 0 *
bg119 STREAM 512 0 REXEC *
bg121 STREAM 514 0 RSH *
bg123 STREAM 22 0 SSH *
bg125 STREAM 23 0 TELNET *
bg155 STREAM 6000 0 *
bg4803 STREAM 49180 6000 10.1.1.1
This will show you which ports have anything listening on them.
If you are unsure of any entry, then look at the BG device from DCL
> SHOW DEV/FU BGxxx
$ sh dev bg115/fu
Device BG115:, device type unknown, is online, mounted, record-oriented device,
network device, mailbox device.
Error count 0 Operations completed 4
Owner process "TCPIP$PWIP_ACP" Owner UIC [SYS,SYSTEM]
Owner process ID 000000A3 Dev Prot S:RWPL,O:RWPL,G:RWPL,W:RWPL
Reference count 1 Default buffer size 256
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 11:29 PM
04-02-2006 11:29 PM
Re: Unnecessary Ports Opened on OpenVMS System.
You can disable unrequired services with SYS$MANAGER:TCPIP$CONFIG.COM
Which port numbers did your scan find?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 09:57 PM
04-03-2006 09:57 PM
Re: Unnecessary Ports Opened on OpenVMS System.
I don't know any sw firewall common intergated to VMS. http://h71000.www7.hp.com/wizard/wiz_5186.html Commonly is used some external firewall for disallow ports.
@sysmanager:tcpip$config is easy for enable/disable and start/stop of services. Next useful comands are:
tcpip sho services
tcpip netstat -na (don't ask nameserver)
tcpip set [no]service
Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 11:39 PM
04-03-2006 11:39 PM
Re: Unnecessary Ports Opened on OpenVMS System.
To find out what ports are actually activated: use $ TCPIP SHO DEV and for those you want to investigate deeper: $ TCPIP SHO DEV/FULL and $ TCPIP SHO PORT/FULL.
No doubt SDA can give you clues as well what service-program to stop
OpenVMS Developer & System Manager