The Interscan Web Security Virtual Appliance (IWSVA) web console has been set up under a different network (10.0.0.0) while the management device is on another network (192.168.0.0). The static route has been previously set from the IWSVA console, but after restoring a backup configuration, the console is not accessible and the route is not present in IWSVA CLI.
netstat –rn displays the routing table which shows that the 10.0.0.0 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.
-
Add the static route:
- Log in to IWSVA CLI as root.
-
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
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.
-
Configure the static routes on your IWSVA web console:
- Log in to the IWSVA web console.
-
Go to Administration > Network Configuration > Static Routes.
- Click Add to add a Static Route.
-
On the new window, input the Static Route details and click Save.
-
Once all static routes are listed, click Deploy to apply changes to IWSVA.