Views:

netstat –rn displays the routing table which shows that the 10.0.0.0 network is missing.

Network is missing

To regain access to the console, we can temporarily add a static route via CLI and add the static routes permanently via web console once we have access.

  1. Add the static route:

    1. Log in to IWSVA CLI as root.
    2. Enter “ip route add <ip address> via <interface address> dev <interface name>”

      ip route add 10.0.0.0/8 via 192.168.164.102 dev eth1

      Add static route

       
      This static route is only temporarily saved to the memory, rebooting the server will remove this configuration. To add the static route properly, add it via IWSVA web console.
       
  2. Configure the static routes on your IWSVA web console:

    1. Log in to the IWSVA web console.
    2. Go to Administration > Network Configuration > Static Routes.

      Configure Static route

    3. Click Add to add a Static Route.
    4. On the new window, input the Static Route details and click Save.

      Click Save

    5. Once all static routes are listed, click Deploy to apply changes to IWSVA.

      Click Deploy