qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Windows xp


From: Narcis Garcia
Subject: Re: [Qemu-discuss] Windows xp
Date: Wed, 8 Aug 2018 15:48:43 +0200

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 last users group in this range ('kvm' in my case)

This command applies settings to current OS session:
$ sysctl -p


El 08/08/18 a les 15:42, vhh ha escrit:
> 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
> ``ping google.com`` I get a timout error. Does anyone have any idea how
> to fix it?
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]