Skip to main content
Skip to main content

Firewall on Zerops

Keywords

firewall, ports, nftables, tcp, udp, blocked ports, smtp port, port restriction, allowed ports

TL;DR

Zerops uses nftables with restricted TCP ports 1-1024 (only 22, 53, 80, 123, 443, 587 allowed); UDP and ports 1025-65535 are unrestricted.

TCP Ports 1-1024 (Restricted)

PortProtocolStatus
22SSHAllowed
25SMTPBlocked (spam prevention)
53DNSAllowed
80HTTPAllowed
123NTPAllowed
443HTTPSAllowed
465SMTPSBlocked (deprecated)
587SMTP/STARTTLSAllowed
All othersBlocked

UDP Ports

No restrictions on any UDP port.

TCP Ports 1025-65535

No restrictions.

Direct Port Access Firewall

For services with direct port access enabled:

  • Configure blacklist or whitelist rules per port
  • Available on ports 10-65435
  • Protocols: TCP, UDP

Port Modification

Contact support@zerops.io with Project ID + Organization ID to request changes to restricted ports.

Gotchas

  1. Port 25 is permanently blocked: Use port 587 with STARTTLS for email sending
  2. Port 465 is blocked: Legacy SMTPS — use 587 instead
  3. Cannot self-service unblock: Must contact Zerops support for port exceptions

See Also

  • zerops://guides/public-access
  • zerops://guides/smtp
  • zerops://guides/networking