You're using a Linux program so "/dev / c", a windows name, means nothing to it. If you have one hard drive on the primary master controller then it /dev/hda ; hence , sudo install-mbr /dev/hda.
You use netcardconfig to choose either static or dhcp. The command syntax to do it manually is
ifconfig eth0 <ipaddress>.
For adding a default gateway, type
route add default gw <ipaddress>
To add dns servers, edit the /etc/resolv.conf file as root:
Code:
nameserver <dns_server_address>
Like nameserver 65.76.89.123