Hi Duncan House,
The error indicates a conflict with the 192.168.x.x subnet used by AKS Edge Essentials, likely due to existing network settings (e.g., gateway IPs like 192.168.1.1).
Steps to Resolve:
Change Subnet in aksedge-config.json modify the IpAddressPrefix to a non-conflicting range, such as:
"IpAddressPrefix": "10.100.0.0/16"
Verify it doesn’t overlap with your local network.
Create an Internal Network Switch in Hyper-V with an IP range that matches your new IpAddressPrefix.
Use the ping command to check if gateway IPs (e.g., 192.168.x.1) are in use, and free up any conflicting IPs.
After updating the configuration, rerun the New-AksEdgeDeployment command.
For more details, please refer to the below documentation:
Prepare your machines for AKS Edge Essentials
Prepare your nested virtualization environment for AKS Edge Essentials
If an answer has been helpful, please consider accept the answer and "Upvote" to help increase visibility of this question for other members of the Microsoft Q&A community.