Skip to content

Private IP Addresses

Chris Fidao edited this page Mar 24, 2014 · 1 revision

I was asked a few times which private-network IP addresses you can assign a Vagrant server.

Check out this Wiki article on Private Networks for more information.

These are all the local IP addresses you can use (ipv4):

  • 192.168.0.0 - 192.168.255.255
  • 10.0.0.0 - 10.255.255.255
  • 172.16.0.0 - 172.31.255.255

In practice, to account for network addresses and subnet masks, I would use addresses between the lower and upper limits.

Clone this wiki locally