Skip to main content

Firewall Requirements

This page lists the network ports that must be open for Secfense Broker to operate correctly. The required set depends on the number of nodes deployed and whether VRRP is used for high availability.

Single Node

The following ports must be accessible on each Secfense Broker node:

PortProtocolDirectionPurpose
22TCPInboundSSH access — management only
80TCPInboundHTTP proxy traffic
443TCPInboundHTTPS proxy traffic
8002TCPInboundAdmin web interface — management only
14646TCPInboundDebug interface — management only

Note: Ports marked as management only (22, 8002, 14646) should be restricted at the firewall level to authorized management networks or hosts. They do not need to be exposed to end users.

Two-Node Cluster

When two Secfense Broker nodes are deployed in a cluster, the following additional ports must be open between the nodes (both directions):

PortProtocolPurpose
22TCPCluster replication (SSH-based)
6379TCPDatabase replication

The ports listed in the Single Node section above still apply to each node individually.

VRRP (High Availability)

If the deployment uses VRRP for virtual IP failover and state replication, the following must additionally be permitted between the nodes:

ProtocolPurpose
VRRP (IP protocol 112)State replication between nodes

Note: VRRP is an IP-level protocol, not TCP or UDP. Firewall rules must permit IP protocol number 112, not a TCP/UDP port. Make sure your firewall supports protocol-based rules in addition to port-based ones.

Custom Proxy Ports

Secfense Broker can be configured to proxy traffic on ports other than the default 80 and 443. If any application representations in your deployment use non-standard ports, those ports must be opened manually in your firewall rules in addition to the defaults listed above.

Check your application representation settings in the Broker admin interface to identify any custom inbound ports that may be in use.

Summary

The table below provides a consolidated view of all scenarios:

Port / ProtocolScenarioNotes
22/TCPAll deploymentsSSH — restrict to management hosts
80/TCPAll deploymentsHTTP proxy
443/TCPAll deploymentsHTTPS proxy
8002/TCPAll deploymentsAdmin interface — restrict to management hosts
14646/TCPAll deploymentsDebug interface — restrict to management hosts
22/TCP (inter-node)Two-node clusterCluster replication
6379/TCP (inter-node)Two-node clusterDB replication
VRRP / proto 112 (inter-node)HA with VRRPState replication
Custom portsIf configuredOpen manually per application representation