Skip to content

Commit 378d07e

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-125: No subject
1 parent a78bad7 commit 378d07e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deployment-strategies/production-deployment-verification-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Before proceeding, ensure that you deployed your Defguard environment according
2727

2828
Confirm that your firewall rules align with Defguard’s secure deployment model.
2929

30-
| Component | Allowed inbound | Blocked inbound | Notes |
31-
| --------- | -------------------------------------------------------------------- | ------------------------- | ------------------------------------------------------ |
32-
| Core | TCP 443 (from internal/VPN only) gRPC port (from Proxy and Gateway) | All public traffic | Core should never be directly exposed to the Internet. |
33-
| Proxy | TCP 443 (from public Internet) gRPC port (from Core) | All other inbound traffic | Used for enrollment and client configuration. |
34-
| Gateway | UDP VPN port (e.g. 50555) gRPC port (from Core) | All other inbound traffic | Only VPN and Core communication should be allowed. |
30+
| Component | Allowed inbound | Blocked inbound | Notes |
31+
| --------- | -------------------------------------------------------------------------------------------- | ------------------------- | ------------------------------------------------------ |
32+
| Core | <ul><li>TCP 443 (from internal/VPN only) </li><li> gRPC server port (from Gateway)</li></ul> | All public traffic | Core should never be directly exposed to the Internet. |
33+
| Proxy | <ul><li>TCP 443 (from public Internet) </li><li>gRPC server port (from Core)</li></ul> | All other inbound traffic | Used for enrollment and client configuration. |
34+
| Gateway | <ul><li>UDP VPN port (from public Internet)</li></ul> | All other inbound traffic | Only VPN and Core communication should be allowed. |
3535

3636
## Verify DNS resolution
3737

0 commit comments

Comments
 (0)