From aea38e450e6065154ee9d51961e4492a50599ae6 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Wed, 30 Mar 2022 17:37:09 +0200 Subject: [PATCH] VMWare: Add static routes to vcenter --- VMWare/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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