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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user