How to Add a Static Route on vCenter Appliance
To check the route use following command
# route
To add a static route use following command
# route add -net 10.230.your.ip netmask 255.255.255.mask gw 10.230.your.gateway dev eth0
To add a persistent route
# vi /etc/sysconfig/network/ifroute-eth0
(This is for interface eth0)
ifroute-eth1 does it exit? create a new using following command
# echo targetip gateway netmask eth1 > /etc/sysconfig/network/ifroute-eth0
Above commands works on VCSA Version VMware VirtualCenter 6.0.0 build-5318203