Update VM deployment script and documentation to reflect new default VM name 'CUBE' and IP configuration. Adjusted cloud-init settings for static IP and network details. Enhanced README and related scripts for clarity on VLAN and bridge usage.

This commit is contained in:
2026-02-17 15:22:05 +02:00
parent 9b1b4cef44
commit 307a34a2a5
7 changed files with 42 additions and 33 deletions

View File

@@ -1,14 +1,14 @@
# Static network for Rina VM (VLAN 40 / br1.40)
# Adjust gateway and nameservers to match your VLAN 40
# Static network for VM (attached to br1.40 on host)
# Adjust gateway and nameservers to match your network
version: 2
ethernets:
enp1s0:
addresses:
- 192.168.40.225/24
- 192.168.0.225/24
routes:
- to: default
via: 192.168.40.1
via: 192.168.0.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
- 192.168.0.1