Skip to content

Commit 0199cbe

Browse files
committed
fix(pgw): default route
1 parent c32ebb2 commit 0199cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/public-gateways/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Allowed IPs is a feature of [SSH bastion](#ssh-bastion). It allows you to specif
2222

2323
## Default route
2424

25-
When you attach a Public Gateway to a Private Network, you can choose to have it advertise a default route to other attached resources. This means that when the IP destination address for a packet is not known on the Private Network or elsewhere within the VPC, the packet is routed through the Public Gateway, enabling it to find the public internet.
25+
When you attach a Public Gateway to a Private Network, you can choose to have it advertise a default route to other attached resources. This means that when the IP destination address for a packet is not known on the Private Network or elsewhere within the VPC, the packet is routed through the Public Gateway, enabling it to find the public internet. The default route is propagated through DHCP.
2626

2727
By default, the scope of a default route is limited to the Private Network the Public Gateway is directly attached to. However, you also have the option to enable each of your Private Networks to receive advertisements of **all** default routes throughout the entire VPC. This includes routes towards all Public Gateways advertising a default route, as well as any custom-created default routes.
2828

0 commit comments

Comments
 (0)