Skip to content

Commit e399014

Browse files
Update README.md
structure
1 parent 46cdfbe commit e399014

File tree

1 file changed

+5
-10
lines changed
  • cloud-infrastructure/networking/peering

1 file changed

+5
-10
lines changed

cloud-infrastructure/networking/peering/README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
# Peering (LPG, RPC)
22

3-
Local VCN peering: is the process of connecting two VCNs in the same region so that their resources can communicate using private IP addresses without routing the traffic over the internet or through your on-premises network this process is achieved via LPG Gateways
3+
Local VCN peering: is the process of connecting two VCNs in the same region so that their resources can communicate using private IP addresses without routing the traffic over the internet or through your on-premises network this process is achieved via LPG Gateways.
44

55
Remote VCN peering is the process of connecting two VCNs in different regions (but with the same tenancy ). The peering allows the VCNs' resources to communicate using private IP addresses without routing the traffic over the internet or through your on-premises network. RPC requires 2 DRG instances (one for each region see pic below). The customer can also use RPC to peer different tenants in the same region peering the DRGs.
66

7+
Reviewed: 06.02.2024
78

8-
9-
## Useful Links
9+
# Useful Links
1010

1111
- [RPC Documentation](https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/remoteVCNpeering.htm#Remote_VCN_Peering_Across_Regions)
1212
- [LPC Documentation](https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/localVCNpeering.htm)
1313

14-
15-
### Reference Architectures & Step-by-step Guides
16-
17-
18-
### Blogs
14+
## Blogs
1915

2016
- [LPG Part 1](https://blogs.oracle.com/cloud-infrastructure/post/easily-connect-isolated-networks-using-oracle-cloud-infrastructures-vcn-peering-solution-part-1--)
2117
- [LPG Part 2](https://blogs.oracle.com/cloud-infrastructure/post/easily-connect-isolated-networks-using-oracle-cloud-infrastructures-vcn-peering-solution-part-2)
2218
- [LPG inter tenancy](https://www.ateam-oracle.com/post/inter-tenancy-vcn-peering-using-remote-peering-connection)
2319
- [RPC 2 Regions](https://learnoci.cloud/how-to-connect-2-vcns-in-different-regions-using-remote-peering-connection-decac8b9e4de)
2420

25-
26-
### Videos & Podcasts
21+
## Videos & Podcasts
2722

2823
- [LPG video tutorial](https://www.youtube.com/watch?v=kO1UlrwffgM)
2924
- [RPC video tutorial](https://www.youtube.com/watch?v=2TOL5tJQ-fU)

0 commit comments

Comments
 (0)