Configure the Firewall

By default, the firewalld service will block access to Orchid Core VMS. Refer to the Installation Support Topics section for a list of the ports used by Orchid Core VMS, and consult your RHEL 7 documentation for configuring firewalld. The following example will open default ports used by Orchid Core VMS, but you should understand the security implications of modifying your firewall settings before proceeding.

sudo firewall-cmd --zone=public --add-port=80/tcp --permanent
sudo firewall-cmd --zone=public --add-port=554/tcp --permanent
sudo firewall-cmd --zone=public --add-port=30000-65535/udp --permanent
sudo firewall-cmd --zone=public --add-port=5565/tcp --permanent
sudo firewall-cmd --reload

How to Sign in to Orchid Core VMS in Red Hat

Sign in to Orchid Core VMS using a web browser pointed to your server’s IP address at the port specified above (default is 80). Unless changed during the configuration process, the default sign in credentials are admin and password.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
IPConfigure Technical Support

Post Comment