Skip to content

Commit 61a11e2

Browse files
Update README.md
structure
1 parent c37443b commit 61a11e2

File tree

1 file changed

+15
-15
lines changed
  • cloud-infrastructure/networking/gateways

1 file changed

+15
-15
lines changed

cloud-infrastructure/networking/gateways/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
# Networking Gateways
22

3-
Internet Gateway (IGW) is an optional gateway you can add to your VCN to enable direct connectivity to the internet
3+
Internet Gateway (IGW) is an optional gateway you can add to your VCN to enable direct connectivity to the internet.
44

5-
NAT Gateway(NAT) gives to your VCN instances in a private subnet access to the internet
5+
NAT Gateway(NAT) gives your VCN instances in a private subnet access to the internet.
66

7-
Dynamic Routing Gateway (DRG) to connect to customer on-prem DC or other OCI regions
8-
DRG instances support following attachment types:
9-
VCNs
10-
Remote Peering Connections
11-
Site-to-Site VPN IPSec tunnels
12-
Oracle Cloud Infrastructure FastConnect Virtual Circuits
7+
Dynamic Routing Gateway (DRG) to connect to customer on-prem DC or other OCI regions.
8+
9+
DRG instances support the following attachment types:
1310

14-
Service Gateway (SGW) lets resources in your VCN privately access specific Oracle services, without exposing the data to an internet gateway or NAT
15-
16-
# Useful Links (Optional)
11+
- VCNs
12+
- Remote Peering Connections
13+
- Site-to-Site VPN IPSec tunnels
14+
- Oracle Cloud Infrastructure FastConnect Virtual Circuits
15+
16+
Service Gateway (SGW) lets resources in your VCN privately access specific Oracle services, without exposing the data to an internet gateway or NAT.
1717

18+
Reviewed: 06.02.2024
19+
20+
# Useful Links
1821

1922
- [DRG Video Tutorial](https://www.youtube.com/watch?v=ZXOYkkkQCEI)
2023
- [IGW Video Tutorial](https://www.youtube.com/watch?v=MtFNdZz20M4)
2124
- [NAT Video Tutorial](https://www.youtube.com/watch?v=dWEApK7DmdY)
2225
- [SGW Video Tutorial](https://www.youtube.com/watch?v=ivAxfoMYXlo)
2326
- [Introducing global connectivity and enhanced cloud networking with the dynamic routing gateway](https://blogs.oracle.com/cloud-infrastructure/post/introducing-global-connectivity-and-enhanced-cloud-networking-with-the-dynamic-routing-gateway)
2427
- [DRGv1 to DRGv2 ](https://www.ateam-oracle.com/post/migration-from-legacy-drg-to-enhanced-drg)
25-
- [DRG routing examples](https://www.ateam-oracle.com/post/basic-routing-scenarios-for-the-enhanced-drg
26-
)
28+
- [DRG routing examples](https://www.ateam-oracle.com/post/basic-routing-scenarios-for-the-enhanced-drg)
2729
- [NAT GW Usage](https://blogs.oracle.com/ateam/post/oci-network-firewall---nat-gateway-use-case)
2830
- [SG Usage](https://blogs.oracle.com/cloud-infrastructure/post/access-oracle-services-privately-with-a-service-gateway)
29-
30-
3131

3232
# License
3333

0 commit comments

Comments
 (0)