VMWare: Add static routes to vcenter
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user