Saturday, February 15, 2014

Configure DHCP server for VirtualBox internal network

c:\>vboxmanage dhcpserver add --netname qnxnet --ip 192.168.100.1 --netmask 255.255.255.0 --lowerip 192.168.100.10 --upperip 192.168.100.100 --enable

Keyword:
VirtualBox, DHCP, internal

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...