Comment on Going nuts with networking of VMs on Proxmox (SOLVED)
Eggymatrix@sh.itjust.works 2 weeks agoWell my entire network doc is a 30ish lines .txt file that looks like this example:
- Hostname11 10.0.0.11 master db1
- Hostname12 10.0.0.12 db1 backup
- Hostname13 10.0.0.13 ui back end 1
- Hostname21 10.0.0.21 master db2
- Hostname22 10.0.0.22 db2 backup
- Hostname23 10.0.0.23 ui back end 2
Then some other general stuff on some other 10.0.1.x network etc
Once you take care assigning static blocks and it makes sense you don’t have any surprises. Db1 crashed? Lookup its config data, reinstall machine, recover from backup and nothing else needs to be configured.