Skip to content

Commit

Permalink
Add mapping information
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaris committed Apr 19, 2024
1 parent faa7086 commit 9fe9549
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app/konnect/gateway-manager/data-plane-nodes/transit-gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,18 @@ After creating the resource share, copy the **RAM Share ARN**. You will need thi
1. In the form that appears, enter a **Transit Gateway Name**.
1. Add one or more CIDR blocks that will be forwarded to your AWS Transit Gateway. Ensure these do not overlap with the CIDR of your cloud gateways network.
1. Paste the **RAM Share ARN** and the **Transit Gateway ID** you saved earlier into the matching fields.
1. For DNS configuration, add the IP addresses of DNS servers that will resolve to your private domains, along with any domains you want associated with your DNS.
1. Click **Save**.
1. For DNS configuration, add the IP addresses of DNS servers that will resolve to your private domains, along with any domains you want associated with your DNS. {{site.konnect_short_name}} supports the following mappings:
* 1-1 Mapping
* Each domain is mapped to a unique IP address.
* For example: `example.com` -> `192.168.1.1`
* N-1 Mapping
* Multiple domains are mapped to a single IP address.
* `example.com`, `example2.com` -> `192.168.1.1`
* M-N Mapping
* Multiple domains are mapped to multiple IP addresses, not necessarily in a one-to-one relationship.
* `example.com`, `example2.com` -> `192.168.1.1`, `192.168.1.2`
* `example3.com` -> `192.168.1.1`
1. **Save**.

### Accept Transit Gateway attachment request

Expand Down

0 comments on commit 9fe9549

Please sign in to comment.