0

I created a virtualbox vm with bridge connection. How do I find its IP address, or set its IP, so I can ssh into it and use it?

It has a mac address, can I use this at all to set a route through arp ?

omgj
  • 101

1 Answers1

0

Use a VM template that has EUI-64 addressing on interfaces. Set or get a known MAC address. IPv6 address will be your prefix + computed EUI-64.

AAAA records can be entered in DNS as soon as the MAC address is known.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34