diff --git a/VMWare/README.md b/VMWare/README.md index b702a48..dc89b33 100644 --- a/VMWare/README.md +++ b/VMWare/README.md @@ -1,5 +1,17 @@ # VMWare +## vCenter + +### Add static routes + +vCenter servers use `systemd-networkd` for network configuration. To add static routes edit `/etc/systemd/network/10-eth0.network` and add the following: + +``` +[Route] +Destination= +Gateway= +``` + ## ESXi 6.X ### Re-enable user in lockout mode