[panda-users] ARP error while running PANDA

Brendan Dolan-Gavitt brendandg at nyu.edu
Wed Feb 3 16:17:32 EST 2016


If you just want to access the web server, it should suffice to do:

i386-softmmu/qemu-system-i386 -hda debian_i386.qcow2 -redir tcp:8080::80

You shouldn't need to do do anything with the bridge scripts or run
PANDA as root if all you want is to be able to access a few ports on
the virtual machine from outside.

On Wed, Feb 3, 2016 at 4:48 AM, Julia Gustafsson
<gustafssonjulia92 at gmail.com> wrote:
> Hello,
>
> I'm using PANDA with a debian squeeze qcow image. I'm running apache2 web
> server on it and is using bridge and tap as I need to access its interface.
> I get this message at startup, or when using the web browser, or when
> connecting to the web server via the host; "qemu-system-i386:
> slirp/arp_table.c:41: arp_table_add: Assertion `(ip_addr & __bswap_32 (~(0xf
> << 28))) != 0' failed.". Then the VNC is closed. It seems to be a problem
> with QEMU do you know any solution to this?
>
> The command I'm using is:
> sudo i386-softmmu/qemu-system-i386 -hda debian_i386.qcow2 -usbdevice tablet
> -net nic,macaddr=DE:AD:BE:EF:00:00 -net user,hostfwd=tcp::8080-:80 -net
> tap,ifname=tap0,script=qemu_br0_ifup.sh,downscript=qemu_br0_ifdown.sh
>
> The host system is Ubuntu 14.04.
>
> Best Regards,
> Julia Gustafsson



-- 
Brendan Dolan-Gavitt
Assistant Professor, Department of Computer Science and Engineering
NYU Polytechnic School of Engineering


More information about the panda-users mailing list