From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av8c7-0003ol-4K for qemu-devel@nongnu.org; Tue, 26 Apr 2016 15:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1av8c3-00011r-OY for qemu-devel@nongnu.org; Tue, 26 Apr 2016 15:25:39 -0400 Received: from mail-io0-x242.google.com ([2607:f8b0:4001:c06::242]:36144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1av8c3-00011A-Hb for qemu-devel@nongnu.org; Tue, 26 Apr 2016 15:25:35 -0400 Received: by mail-io0-x242.google.com with SMTP id k129so3413524iof.3 for ; Tue, 26 Apr 2016 12:25:35 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Programmingkid In-Reply-To: <20160426190042.GC25204@work-vm> Date: Tue, 26 Apr 2016 15:25:32 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <9DF8AED7-D573-4CE4-BA8C-897B2A89A183@gmail.com> References: <3CC6094E-027E-417D-A110-4E60100A9756@gmail.com> <20160426190042.GC25204@work-vm> Subject: Re: [Qemu-devel] Is anyone able to load a web page from a guest operating system? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: qemu-devel qemu-devel On Apr 26, 2016, at 3:00 PM, Dr. David Alan Gilbert wrote: > * Programmingkid (programmingkidx@gmail.com) wrote: >> My three guest operating systems can't load a web page. I think this = is a bug with QEMU. Is there anyone who has the latest revision of QEMU = that can access the web from a guest? Or are you experiencing the same = problem? >=20 > Works here. So you are using a very recent version of QEMU? Maybe something that was = pulled in the last day or so? > Now - how about some basic debug! > Does your guest see a network card? yes > Does DNS work? Doesn't look like it. If I use just an ip address it still doesn't work. > Does ping work? I can ping the virtual router at 10.0.2.2. Any other ip address fails.=20= > Does a telnet/ssh from the guest work? telnet www.google.com 80 failed Didn't have an address to use ssh on. > What's the qemu command line you use? qemu-system-ppc -hda -hdb -m 512 -boot c -M mac99 -netdev = user,id=3Dmynet0 -device usb-net,netdev=3Dmynet0 -cpu 750 -prom-env = boot-args=3D-v -device ich9-usb-uhci1,id=3Dnewusb -device = usb-audio,bus=3Dnewusb.0=20 and qemu-system-ppc -hda -hdb -m 512 -boot c -M mac99 -netdev = user,id=3Dmynet0 -device rtl8139,netdev=3Dmynet0 -cpu 750 -prom-env = boot-args=3D-v -device ich9-usb-uhci1,id=3Dnewusb -device = usb-audio,bus=3Dnewusb.0=20 This and my other guest did access the internet before.=20 Thanks for helping.=