Install FortiClient VPN for Windows 10

  1. Download FortiClient VPN for Windows 10.
  2. Double-click "FortiClientVPNOnlineInstaller.exe" to install.
    [FortiClient VPN Installer]
  3. After it is installed, start "FortiClient VPN".
  4. It requires you to create a new VPN connection.
    [New VPN]
  5. Input your username and password.
    [username]
  6. The status stops at 40%, and prompt a security alert:
    [Security Alert]
  7. Now your PC successfully establishes the VPN connection, and obtains a "10.200.xx.yy" private IP address.
    [Connected]
  8. ping host1 (10.98.1.230)
    C:\Waste>ping 10.98.1.230
    
    Pinging 10.98.1.230 with 32 bytes of data:
    Reply from 10.98.1.230: bytes=32 time=8ms TTL=63
    Reply from 10.98.1.230: bytes=32 time=9ms TTL=63
    Reply from 10.98.1.230: bytes=32 time=9ms TTL=63
    Reply from 10.98.1.230: bytes=32 time=9ms TTL=63
    
    Ping statistics for 10.98.1.230:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
  9. Now you can connect to host1 via SSH:
    [PuTTY]
  10. Congratulations! You successfully login and can start writing and running MPI code.
    [SSH]