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