VMWare: Add static routes to vcenter

This commit is contained in:
2022-03-30 17:37:09 +02:00
parent 3a2b5348c1
commit aea38e450e

View File

@@ -1,5 +1,17 @@
# VMWare # 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=<subnet>
Gateway=<nexthop>
```
## ESXi 6.X ## ESXi 6.X
### Re-enable user in lockout mode ### Re-enable user in lockout mode