fix: Correct default gateway to 192.168.5.10
This commit is contained in:
parent
5c64d6c109
commit
3a2cdaca3a
|
|
@ -25,7 +25,7 @@ ANDROID_VMID=302 # Android Emulator VM
|
||||||
MAIN_IP="192.168.5.210"
|
MAIN_IP="192.168.5.210"
|
||||||
WIN_IP="192.168.5.211"
|
WIN_IP="192.168.5.211"
|
||||||
ANDROID_IP="192.168.5.212"
|
ANDROID_IP="192.168.5.212"
|
||||||
GATEWAY="192.168.5.1"
|
GATEWAY="192.168.5.10"
|
||||||
|
|
||||||
# Resource Allocation (Optimized for HDD)
|
# Resource Allocation (Optimized for HDD)
|
||||||
MAIN_RAM=32768 # 32GB RAM
|
MAIN_RAM=32768 # 32GB RAM
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue