Hi all
Feature request for natnetwork:
https://www.virtualbox.org/manual/ch08. ... natnetwork
--dhcp-start
Start of IP range
--dhcp-end
End of IP range
--dhcp-random
Provide random IP's rather that starting from start
Why?
When staging VM's using System Center Configuration Manager / SCCM .. the client IP is delivered to the server (even though it's hidden behind NAT). As the DHCP server is starting with the same IP for all users (when multiple users are using Virtualbox), then the SCCM server seems to be pushing data to only one client - even though multiple client may be in a staging process.
Br. Stickybit
Wish: More settings for natnetwork
-
Stickybit
- Posts: 89
- Joined: 23. Mar 2011, 09:44
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows
Re: Wish: More settings for natnetwork
Just realized that "dhcpserver modify" actually does most of the job. 
VBoxManage dhcpserver modify --network=netname --lower-ip=address --upper-ip=address
But an option for random IP's would be great.
VBoxManage dhcpserver modify --network=netname --lower-ip=address --upper-ip=address
But an option for random IP's would be great.