Skip to content

Commit 40cf679

Browse files
authored
Update README.md
1 parent 2b2ad5a commit 40cf679

File tree

1 file changed

+19
-5
lines changed
  • cloud-infrastructure/networking/gateways

1 file changed

+19
-5
lines changed

cloud-infrastructure/networking/gateways/README.md

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

3-
Oracle Cloud Infrastructure (OCI) networking and connectivity products and services enable customers to manage and scale their networks. Customers can connect securely to a customizable, isolated virtual cloud network (VCN), and take advantage of inexpensive data egress charges. Granular access control of networking technologies provides connectivity solutions across both physical and virtual networks.
3+
Internet Gateway (IGW) is an optional gateway you can add to your VCN to enable direct connectivity to the internet
44

5-
# Useful Links (Optional)
5+
NAT Gateway(NAT) gives to your VCN instances in a private subnet access to the internet
6+
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
13+
14+
Service Gateway (SGW) lets resources in your VCN privately access specific Oracle services, without exposing the data to an internet gateway or NAT
615

7-
- [OCI Networking Documentation](https://docs.oracle.com/en-us/iaas/Content/home.htm)
8-
- [OCI Networking on oracle.com](https://www.oracle.com/cloud/networking/)
16+
# Useful Links (Optional)
17+
18+
19+
- [DRG Video Tutorial](https://www.youtube.com/watch?v=ZXOYkkkQCEI)
20+
- [IGW Video Tutorial](https://www.youtube.com/watch?v=MtFNdZz20M4)
21+
- [NAT Video Tutorial](https://www.youtube.com/watch?v=dWEApK7DmdY)
22+
- [SGW Video Tutorial](https://www.youtube.com/watch?v=ivAxfoMYXlo)
923

1024
# License
1125

0 commit comments

Comments
 (0)