Coder Social home page Coder Social logo

Comments (2)

AndrewFasano avatar AndrewFasano commented on September 23, 2024

I'm no expert in this, but it seems like nobody on our dev team really understand qemu networking so I'll try to help anyway. By default, I believe qemu/panda allow outbound network. If you're restoring from a snapshot you'll generally need to renew your DHCP lease since it will be stale. If you're using docker you probably need to mess with the docker network settings, probably by running the container with --net=host.

Does running with that flag and a fresh DHCP make things work for you?

The upstream qemu networking docs are my goto for debugging general networking issues with PANDA (since PANDA's networking is basically just what was shipped with as qemu 2.9).

from panda.

hanetzer avatar hanetzer commented on September 23, 2024

with docker run --net=host --rm -it -p 5900:5900 -v pwd:/dir pandare/pandadev and run.sh:

#!/bin/bash
panda-system-i386 -m 4G -os windows-32-7sp0 \
	-spice port=5900,disable-ticketing=on\
	-serial mon:stdio \
	-netdev user,id=mynet -device e1000,netdev=mynet "$@"

executed as run.sh win7.qcow2 I get 10.0.2.15/24 as my ip address in the vm, but it has the yellow
exclamation and I can't reach say, google.com, in internet explorer.

from panda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.