Hey all,
So I'm trying to set up a Centos 6.0 VM inside of QEMU. My qemu args tre the following:
qemu -m 512 -net nic,macaddr=52:54:00:AE:57:7D -net user,net=72.0.0.0/8,hostfwd=tcp::2222-:2222 -vnc :1 -vga std -hda /Users/dave/Desktop/QVM/CentOS6.img
Everything is working except networking. The VM recognizes that is has the nic eth0 and even gets assigned the IP 72.0.2.15. But, there's no DNS, nor can I ping out to IPs like 8.8.8.8. If I manually set the DNS's address using dns=72.0.2.3 in the -net user string, I still can't ping that local address or external ones.
QEMU's docs aren't that helpful. Any ideas?