Saturday, May 13, 2023

ESXI-check multiple ports using one command

 [root@ESXI:~] nc -w 1 -z IP 80-902

Connection to IP 80 port [tcp/http] succeeded!

Connection to IP 88 port [tcp/kerberos] succeeded!

Connection to IP 389 port [tcp/ldap] succeeded!

ESXI-check multiple ports using one command

  [root@ESXI:~] nc -w 1 -z IP 80-902 Connection to IP 80 port [tcp/http] succeeded! Connection to IP 88 port [tcp/kerberos] succeeded! Conne...