Project

General

Profile

Actions

Support #22333

open

Gets WebSock error: [object Event] while configuring vmware console in foreman

Added by rohan gadalkar over 6 years ago. Updated over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources - VMware
Target version:
-
Triaged:
Fixed in Releases:
Found in Releases:

Description

1) selinux is disabled
2) webssl certificates are mapped as required like this# Websockets
:websockets_encrypt: on
:websockets_ssl_key: /etc/pki/tls/private/xyz.com.key
:websockets_ssl_cert: /etc/pki/tls/certs/xyz.com.crt
3)vnc file on vmware host is configured to open the required port for communication.

but we have not installed net-tools on vmware host machine . Is it causing us this error ??


Subtasks

Actions #1

Updated by rohan gadalkar over 6 years ago

rohan gadalkar wrote:

1) selinux is disabled
2) webssl certificates are mapped as required like this# Websockets
:websockets_encrypt: on
:websockets_ssl_key: /etc/pki/tls/private/xyz.com.key
:websockets_ssl_cert: /etc/pki/tls/certs/xyz.com.crt
3)vnc file on vmware host is configured to open the required port for communication.
4) we have done settings in firefox and chrome browser as well for viewing encrypted content.

but we have not installed net-tools on vmware host machine because of security reasons. Is it causing us this error ??

Actions #2

Updated by Lukas Zapletal over 6 years ago

  • Tracker changed from Feature to Support
  • Category changed from Web Interface to Compute resources - VMware

Foreman picks random VNC port from range 5901-5965 you need to open all these ports on your hypervisor, make sure they all work. Then you need to have 5910-5930 range opened on the Foreman server, that is also picked randomly.

We also introduced VMRC protocol for VMWare in upstream, will be part of the next release.

Actions

Also available in: Atom PDF