Windows 98 setup internet in QEMU
by kats99 from LinuxQuestions.org on (#54DT6)
Title says it all. I need to setup an internet connection in Windows 98 which is running inside QEMU
qemu command
Code:qemu-system-i386 -m 512 -boot d -smp 1 -net nic -net user,hostfwd=tcp::1234-:22 -vga cirrus -hda window.img -netdev user,id=user.0 -device rtl8139,netdev=user.0 -soundhw allHow do I do it?


qemu command
Code:qemu-system-i386 -m 512 -boot d -smp 1 -net nic -net user,hostfwd=tcp::1234-:22 -vga cirrus -hda window.img -netdev user,id=user.0 -device rtl8139,netdev=user.0 -soundhw allHow do I do it?