Red Hat Enterprise Virtualization Manager required following ports.
| Port(s) | Purpose | Remote End |
|---|---|---|
| 22 | ssh |
|
| 80 | http |
|
| 443 | https |
|
| 25285 | netconsole |
|
| 54321 | xml-rpc |
|
| 8006-8009 | xbap |
|
Open the Command Prompt (Run --> cmd ) on your windows machine and
run these below script that will open all the required ports .
c:\> for /D %p in
(25285,54321,22,8006,8007,8008,8009,80,443)
do (netsh firewall add portopening protocol
= TCP port = %p name = RHEVM%p)
c:\> netsh firewall set icmpsetting 8 enable
No comments:
Post a Comment