Skip to content

Instantly share code, notes, and snippets.

@matinrco
Created May 24, 2019 22:49
Show Gist options
  • Save matinrco/dc0b340471abfe42f48b4d7de56382f4 to your computer and use it in GitHub Desktop.
Save matinrco/dc0b340471abfe42f48b4d7de56382f4 to your computer and use it in GitHub Desktop.
VMware Workstation DHCP ip address splitting paradigm

Address Use on a Host-Only Network

Range Address use Example
<net>.1 Host machine 192.168.0.1
<net>.2-<net>.127 Static addresses 192.168.0.2-192.168.0.127
<net>.128-<net>.253 DHCP-assigned 192.168.0.128-192.168.0.253
<net>.254 DHCP server 192.168.0.254
<net>.255 Broadcasting 192.168.0.255

Address Use on a NAT Network

Range Address use Example
<net>.1 Host machine 192.168.0.1
<net>.2 NAT device 192.168.0.2
<net>.3-<net>.127 Static addresses 192.168.0.3-192.168.0.127
<net>.128-<net>.253 DHCP-assigned 192.168.0.128-192.168.0.253
<net>.254 DHCP server 192.168.0.254
<net>.255 Broadcasting 192.168.0.255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment