DEV Community

JPL
JPL

Posted on • Updated on

AWS Cloud Quest Networking

Solution for task "Connection on Premises Networks".

Video about the problem and possible solutions for the company: Problem and suggest for solution

PRACTICE mode it's part of solution

IT'S IMPORTANT TO FINISH PRACTICE MODE TILL THE END, AND THEN USE THESE COMMANDS FOR TURN OFF AND TURN ON TUNNEL2.

In practice mode is MUST to be turned both tunnels UP, on the beginning when user setup tunnels using configuration file, where are IP address and Customer Gateway.

First file which you need to download is in Lab part on the beginning of practice mode, second file which is important to download is "Download Configuration" in VPN Connections.

Check the IP address of tunnel1 and tunnel2 and copy in https://www.memonotepad.com/, it can be useful to copy some details, like IP.

vpn-tunnels

  1. In the setting up tunnel1 and tunnel2 in practice mode, pay attention that all tunnels are UP. You will need to see that tunnel1 and tunnel2 are up.

  2. To turn off, tunnel1, you need to use command in DIY section.

       sudo strongswan down tunnel1
    
  3. To turn on tunnel2, use command :

       sudo strongswan up tunnel2
    
  4. Check the status of tunnel:

       sudo strongswan status
    

AWS CloudQuest Networking playlist problems, practice mode and solutions.

GitHub playlist for Cloud Quest Networking.

Top comments (0)