vCenter server list all OPEN ports

Login to vCenter using ssh root access

go to Shell promt

run below command:

# iptables -L port_filter -n --line-numbers


Example:

root@ABC [ ~ ]# iptables -L port_filter -n --line-numbers

Chain port_filter (1 references)

num  target     prot opt source               destination

1    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:22

2    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:902

3    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:902

4    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:389

5    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:636

6    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:2014

7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:2012

8    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:8084

9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:9084

10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:9087

11   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:6501

12   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:6502


No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...