evansm7 / vftool

A simple macOS Virtualisation.framework wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is there a way to request an IP address?

pgib opened this issue · comments

Just wondering if there's any way to request a particular IP address when starting a VM? Or if not, write a file somewhere containing it so that it can be read in by other things? I'm running PostgreSQL from inside a VM and wanting to connect to it. But I'd rather not have to sign in each time to see what IP address I need to connect to.

Setup a fixed IP in your vm will solve the problem.

The host NATs 192.168.64.0/24 to your real network, so choosing a fixed IP on that network works well. (The default route is .1, so don't use that (or .0, or .255).)