Virtual Networking - list of reserved IP addresses

Here you can provide suggestions on how to improve the product, website, etc.
Post Reply
ion_nsk_region
Posts: 1
Joined: 24. Oct 2017, 06:03

Virtual Networking - list of reserved IP addresses

Post by ion_nsk_region »

I was suffering for a month due to lack of documentation. I set up NAT network 10.39.18.16/29 - which allows 6 hosts. I know that first IP is reserved as a gateway - as it is frequently mentioned everywhere. So I try to use the rest 5 for VMs. It turns out that few other IP addresses from this network are also in use by VirtualBox. I found no comprehensive list of all IP addresses used by VirtualBox in manual Chapter 6. Virtual networking. It is not documented in GUI and I found no CLI option to obtain that information as well. NAT Network log also provides information about gateway IP only:

Code: Select all

00:00:01.495029 netif NT0: mac 52:54:00:12:35:00
00:00:01.495047 netif NT0: inet 10.39.18.17 netmask 255.255.255.248
There is no other opportunity to get reserved IP addresses except manually re-calculate based on manual advanced topic 9.11. Fine-tuning the VirtualBox NAT engine:
I suppose in my case they are:
10.39.18.17 - Gateway
10.39.18.18 - DNS
10.39.18.19 - TFTP
And also there must be DHCP somewhere. So only 2-3 spare IPs left out of 6 and it is not clear from user point of view which IP addresses are busy.

I suggest to provide information regarding reserved IP addresses in the Nat Network Details window via some pop-up (e.g. blue button with letter "i" nearby the Network CIDR field) and also document it in the manual Chapter 6 (e.g. put an example).
Post Reply