Operating System - OpenVMS
1829748 Members
1458 Online
109992 Solutions
New Discussion

opend ports on open vms network card

 
khalid al-temimy
Occasional Contributor

opend ports on open vms network card

there is many not required opend ports on vms network card .how can i close specific ports and the let others opend.
thanks.
4 REPLIES 4
Jeroen Hartgers_3
Frequent Advisor

Re: opend ports on open vms network card

be carefull if you are using telnet or securetelnet because every telnet sesion needs al port.

with tcpip$config you can config all the services with a port number or disable a specific service. If a service is disabled it is not possible to use the service.

In the sysuaf is it also passible to close network for a user so he can't use p.a. Ftp
Wim Van den Wyngaert
Honored Contributor

Re: opend ports on open vms network card

ucx show service/fu

will show in the peak field if it was ever used (since boot).

Wim
Wim
Volker Halle
Honored Contributor

Re: opend ports on open vms network card

Khalid,

you're probably talking about the many EWAx (or EIAx) LAN devices names seen with $ SHOW DEV E ?

Each of those 'pseudo devices' represents a client, which is handling a specific protocol on that network interface.

This is best shown with:

$ ANAL/SYS
SDA> SHOW LAN

If you want to stop the various protocols on your network cards, you need to known the management utilities for those protocols.

Give us a list of those protocols, which you deem unnecessary on your network cards and we can tell you, how to stop them.

Volker.
Arch_Muthiah
Honored Contributor

Re: opend ports on open vms network card

Khalid,

As per Jeroen info, you can choose any one network card using TCPIP$CONFIG.

Archunan
Regards
Archie