How to make a dhcp server listen for broadcast requests in a virtual box vm
问题 I am working on udhcpd , a light weight dhcp server that comes with busy box . I have made some code changes and to test those i need to run udhcpd, send it request (to obtain ip) from a client and view its response. This requires multiple machines and the suitable option for me was to use multiple virtual box VMs. I used two linux VM's (Fedora for running udhcpd and a ubuntu for running udhcpc - a client that comes with busy box for generating dhcp requests). Now there are multiple modes of