fix 🐛: Update VM IP address

This commit updates the virtual machine's IP address to 192.168.2.3/24, resolving an issue with network connectivity during testing.  This change ensures proper network access for the testing environment.  The change was made to align with the latest network configuration.
This commit is contained in:
2025-12-14 06:56:35 +01:00
parent ce8d5a7811
commit 5288b88fcd

View File

@@ -101,7 +101,7 @@
storage: local-lvm
disk_size: 8G
# vlan: 50
ip_address: 192.168.2.98/24
ip_address: 192.168.2.3/24
gateway: 192.168.2.1
nameservers:
- 192.168.2.100