Files
Rina-deployment/cloud-init/network-config

15 lines
294 B
Plaintext

# 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.0.225/24
routes:
- to: default
via: 192.168.0.1
nameservers:
addresses:
- 192.168.0.1