- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Is it okay to install and configure a firewall on ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday by support_s
yesterday - last edited yesterday by support_s
I understand that the following ports need to be open, but is it okay to configure it with the ufw command to block the rest?
https://hpevm-docs.morpheusdata.com/en/latest/infrastructure/clusters/clusters.html
Solved! Go to Solution.
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
yesterday
SolutionHello Kurotan,
//You can consider following ports to be opened if using firewall.
1. For HPE VME Management Ports
22 (SSH):
443 (HTTPS):
80 (HTTP):
2. For Corosync and Pacemaker Cluster Communication
5404 (UDP): Corosync default port for cluster communication (totem protocol).
5405 (UDP): Corosync default port for cluster messaging.
2224 (TCP/UDP): Pacemaker remote management and communication.
3. For Virtual Machine (VM) and Hypervisor Communication
16514 (TCP): Libvirt default port for managing VMs (e.g., virsh commands).
49152-49251 (TCP/UDP): Range for QEMU guest agent communication (if enabled).
4. NTP (Time Synchronization)
123 (UDP): Network Time Protocol for synchronizing time across hosts.
5. For DNS and DHCP
53 (TCP/UDP):
67 (UDP):
6. For NFS (Network File System)
2049 (TCP/UDP): NFS file sharing (if used for shared storage).
111 (TCP/UDP): RPC port for NFS.
20048 (TCP/UDP): NFS mountd port.
7. For iSCSI (Storage)
3260 (TCP): iSCSI target port (if using iSCSI storage).
8. For HPE OneView Integration
443 (HTTPS): For integration with HPE OneView or other management tools.
9. Additional Ports (Depending on Workload)
Custom Application Ports:
Enable ports specific to applications running on HPE VME (e.g., database ports like 3306 for MySQL or 5432 for PostgreSQL).
You can use any means to open these ports or block ports which are not required in Linux .
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
yesterday
Re: Ports to be enabled in VME Host
Thank you.
Thank you for the information about firewall settings.