Task 1 - Create FortiGate Static Route

  1. Login to the FortiGate using the IP address and credentials from the Terraform output.

  2. Click through any opening screens for FortiGate setup actions, no changes are required.

  3. Click the CLI Console

  4. Enter the following CLI commands to create a FortiGate Static Route “webser2webserver”

    config router static
        edit 1
            set dst 10.1.2.0 255.255.255.0
            set gateway 10.1.1.1
            set device "port2"
        next
    end
    
  5. View the configured Action in the FortiGate UI

    • Minimize “CLI Console”
    • Click “Network”

    staticroute1 staticroute1

  6. View 10.1.2.0/24 static route configuration in the FortiGate UI

    • Double-Click the 10.1.2.0/24 Policy

    staticroute1 staticroute1