Hello I have this error when trying to create an internal network in virtualbox and I have no idea how to fix it.
I tried entering this command in cmd
>VBoxManage.exe dhcpserver add
--netname redempresarial
--ip 10.10.10.2
--netmask 255.255.255.0
--lowerip 10.10.10.1
--upperip 10.10.10.255
--enable
VBoxManage.exe: error: DHCP server already exists
and then this error ends up coming out.
I know it has nothing to do with programming but I hope someone can help me.