Hi,
I'm trying to figure out to assign a real IP address to a bhyve vm running Ubuntu. (Real IP address means a public facing IP address assigned by the provider.)
I add:
Then, I should omit:
in the rc.conf
and just set the IP address within the virtual machine.
Is this the right way to do it?
I don't want any internal IP to be inside the virtual machine.
I'm trying to figure out to assign a real IP address to a bhyve vm running Ubuntu. (Real IP address means a public facing IP address assigned by the provider.)
I add:
vm switch add public em0
Then, I should omit:
Code:
ifconfig_igb0_alias0="17.28.44.219 netmask n.n.n.n"
and just set the IP address within the virtual machine.
Is this the right way to do it?
I don't want any internal IP to be inside the virtual machine.