Initial commit: Rina VM deployment (VLAN 40, br1.40, cloud-init)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
14
cloud-init/network-config
Normal file
14
cloud-init/network-config
Normal file
@@ -0,0 +1,14 @@
|
||||
# Static network for Rina VM (VLAN 40 / br1.40)
|
||||
# Adjust gateway and nameservers to match your VLAN 40
|
||||
version: 2
|
||||
ethernets:
|
||||
enp1s0:
|
||||
addresses:
|
||||
- 192.168.40.225/24
|
||||
routes:
|
||||
- to: default
|
||||
via: 192.168.40.1
|
||||
nameservers:
|
||||
addresses:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
Reference in New Issue
Block a user