How to setup internal dhcp server VirtualBox



List all dhcp-servers        >> VBoxManage list dhcpservers


Help for syntax                >> VBoxManage dhcpserver


Add dhcpserver:

VBoxManage dhcpserver add --network=DHCP1  --server-ip=192.168.10.1 --netmask=255.255.255.0 --lower-ip=192.168.10.2 --upper-ip=192.168.10.254 --enable


Restart dhcp-server:
VBoxManage dhcpserver restart --network=intnet

Remove dhcp-server:
VBoxManage dhcpserver remove  --network=DHCP1

Comments

  1. hey bro i need help please i did everthing you said but when I open VirtualBox and select kali>setting>network>internal network i didn't find any of DHCP servers i have create it i find just "intent" and i checked many times dhcpservers in cmd and i find them but no one of them appears in virtualbox

    ReplyDelete

Post a Comment

Popular posts from this blog

How to install AnyDesk on Rhel 8 / Centos 8

Huawei OLT how to Add into U2000 NMS

How to install caching only dns server on Rhel 8 / Centos 8