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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...