Re: [Qemu-discuss] Windows xp

2018-08-08 Thread Narcis Garcia
It seems that vhh's problem is with Internet Explorer, same as I've experimented in many cases when guest OS is Windows XP. Installing different web browser is a workaround only to navigate, but some third-party applications in VM that use MSIE API or libraries don't while Internet Explorer is not

Re: [Qemu-discuss] windows xp

2018-08-08 Thread Vincenzo Romano
Il mer 8 ago 2018, 15:47 vhh ha scritto: > it works fine or what info do you need? > Give a look here: https://wiki.qemu.org/Documentation/Networking >From your answer I'd say you need some more studying. Basically, either your VM has full networking just like you host does, or it's an

Re: [Qemu-discuss] Windows xp

2018-08-08 Thread Narcis Garcia
ICMP packets can be firewalled by qemu. To allow Ping from guest OS you need to authorize it to qemu execution user/group. I do this in Debian by configuring /etc/sysctl.conf with: net.ipv4.ping_group_range = 100 125 ...where 100 is first users group I authorise ('users' in my case), and 125 is

[Qemu-discuss] windows xp

2018-08-08 Thread vhh
it works fine or what info do you need?

Re: [Qemu-discuss] Windows xp

2018-08-08 Thread Vincenzo Romano
Il mer 8 ago 2018, 15:42 vhh ha scritto: > I have a problem with running windows xp on qemu, I'm running this as > the qemu command line ``qemu-system-i386 --enable-kvm -m 2048 -drive > file=Desktop/winxp.img -netdev user,id=user.0 -device > rtl8139,netdev=user.0``. > > The problem is that I

[Qemu-discuss] Windows xp

2018-08-08 Thread vhh
I have a problem with running windows xp on qemu, I'm running this as the qemu command line ``qemu-system-i386 --enable-kvm -m 2048 -drive file=Desktop/winxp.img -netdev user,id=user.0 -device rtl8139,netdev=user.0``. The problem is that I can't connect to the internet, if I do for example