31 ‐ Networking ‐ Configure Bidirectional traffic connectivity between instance in private network and instance in public n w - SanjeevOCI/Ocidocs GitHub Wiki
Objective :- From JumpServer1 (public subnet), we need to reach to ApplicationServer1(private subnet). Also Ping and telnet operations should be working.
- In order to reach Instance in Private N/W from Instance in Public N/W, we need to configure security list in Private N/W as follows
a) Allow Public Cider on Port 22 for telnet(TCP protocol) operations b) Allow Public Cider ping(ICMP) protocol.