1. Information
The Windows DHCP client will ask for the last address it had - if it’s available you’ll get it, if it’s taken you won’t. No different than asking for a constant IP with dhclient.
Dell PowerEdge 730: 32 GB, 32-core, 1x 512 GB SSD, 3x 4TB HDD, Windows Server 2022, Bob, GitLab Runner 10.1.7.111, 192.168.3.5 Dell PowerEdge 430: 128 GB DDR4, 16-core/32-thread, H730 raid controller with 2x 1TB SSDs (RAID1), Ubuntu Server 22.04.2, GitLab Runner. iDRAC 10.1.7.102, IP: 10.1.7.103, SSH: 10.1.7.105:22 M2 Mac Studio: 32 GB, 512 GB SSD, 12-core CPU, 30-core GPU, 16-core NPU, Eva, GitLab Runner.
2. Questions
-
DHCP Server
LAN: 10.1.7.0/24, Default Gateway: 10.1.7.1 , DHCP Server: 10.1.7.1, DNS Servers: 10.1.7.108, 8.8.8.8 Wi-Fi Grendel: 10.1.7.0/24, Default Gateway: 10.1.7.254, DHCP Server: 10.1.7.254, DNS Servers: 10.1.7.254
3. NAT
-
See https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/setup-nat-network.
-
Google on: make windows 11 25h2 use hyper-v switch with nat
-
See https://gist.github.com/HimDek/6edde284203a620745fad3f762be603b.
-
See https://redmondmag.com/articles/2018/11/16/installing-hyperv-module-for-powershell.aspx.
Get-ChildItem $Env:SystemRoot\servicing\Packages\*Hyper-V*.mum |
ForEach-Object {
Dism.exe /Online /NoRestart /Add-Package:"$($_.FullName)"
}
Dism.exe /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V -All /LimitAccess /All