Re: QEMU networking quirkiness on 7.0

2008-04-24 Thread Jim Stapleton
On Thu, Apr 17, 2008 at 1:40 PM, Mario Lobo [EMAIL PROTECTED] wrote: On Thursday 17 April 2008, Jim Stapleton wrote: Sorry for the delayed reply, I didn't see this sent. On Thursday 10 April 2008 22:01:32 Mario Lobo wrote I have a virtual Linux (Fedora 5) and winedows (XP)

Re: QEMU networking quirkiness on 7.0

2008-04-24 Thread Mario Lobo
OK, I finally got to test it last night. It almost worked. I ran it from the console, and it spit out the command line. Something on the command line looked obviously off to me (I think it was the iface= part of the network section), anyway, I copied pasted it, added the tap0 reference, and

Re: QEMU networking quirkiness on 7.0

2008-04-17 Thread Jim Stapleton
Sorry for the delayed reply, I didn't see this sent. On Thursday 10 April 2008 22:01:32 Mario Lobo wrote I have a virtual Linux (Fedora 5) and winedows (XP) machines in QEMU and they are both network functional. I use qemu-launch because it does everything you need to create a virtual machine.

Re: QEMU networking quirkiness on 7.0

2008-04-17 Thread Mario Lobo
On Thursday 17 April 2008, Jim Stapleton wrote: Sorry for the delayed reply, I didn't see this sent. On Thursday 10 April 2008 22:01:32 Mario Lobo wrote I have a virtual Linux (Fedora 5) and winedows (XP) machines in QEMU and they are both network functional. I use qemu-launch because it

Re: QEMU networking quirkiness on 7.0

2008-04-12 Thread Jim Stapleton
OK, my stupid jokes aside, I got this result: # ifconfig re0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0 mtu 1500 options=98VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM ether 00:1a:70:12:bc:55 inet 192.168.1.84 netmask 0xff00 broadcast 192.168.1.255

Re: QEMU networking quirkiness on 7.0

2008-04-11 Thread Andrew Cid
Hi Mario, 1) # rc.conf ifconfig_re0=up polling - no IP here ! autobridge_interfaces=bridge0 autobridge_bridge0=tap0 re0 - important even if tap0 does not exist yet cloned_interfaces=bridge0 # the bridge gets the IP

Re: QEMU networking quirkiness on 7.0

2008-04-11 Thread Mario Lobo
On Friday 11 April 2008 07:17:21 you wrote: Hi Mario, 1) # rc.conf ifconfig_re0=up polling - no IP here ! autobridge_interfaces=bridge0 autobridge_bridge0=tap0 re0 - important even if tap0 does not exist yet

Re: QEMU networking quirkiness on 7.0

2008-04-10 Thread Andrew Cid
Yes, this needs to be setup on the host system. The way a bridge is configured has changed on 7. Here are the steps assuming that your external interface is em0: # ifconfig tap0 create # ifconfig tap0 up # ifconfig em0 up # ifconfig bridge0 create # ifconfig bridge0 addm tap0 addm em0

Re: QEMU networking quirkiness on 7.0

2008-04-10 Thread Andrew Cid
Hi Jim, I just CPed a huge section and tacked it on to the end of this mail. It says to do this within the emulator, but the emulator is supposedly running win2k. I take it this is done on the host system? Yes, this needs to be setup on the host system. The way a bridge is configured has

Re: QEMU networking quirkiness on 7.0

2008-04-10 Thread Jim Stapleton
Yes, this needs to be setup on the host system. The way a bridge is configured has changed on 7. Here are the steps assuming that your external interface is em0: Well, it seems pretty calm, and hasn't tried to cut itself yet... But I think I can adapt. # ifconfig tap0 create #

Re: QEMU networking quirkiness on 7.0

2008-04-10 Thread Mario Lobo
On Thursday 10 April 2008 12:33:29 Jim Stapleton wrote: Yes, this needs to be setup on the host system. The way a bridge is configured has changed on 7. Here are the steps assuming that your external interface is em0: Well, it seems pretty calm, and hasn't tried to cut itself yet...

Re: QEMU networking quirkiness on 7.0

2008-04-09 Thread Andrew Cid
Hi Jim, The QEmu VM can access the web (I'm typing this out now in WindowsXP running safely in it's cage, for example). But it cannot VPN into work (timeout) or ping anything. I suspect it has to do with the way that QEmu is given network access. Is there any way to set up QEmu to access the

Re: QEMU networking quirkiness on 7.0

2008-04-09 Thread RW
On Wed, 9 Apr 2008 10:18:59 +0100 Andrew Cid [EMAIL PROTECTED] wrote: Hi Jim, The QEmu VM can access the web (I'm typing this out now in WindowsXP running safely in it's cage, for example). But it cannot VPN into work (timeout) or ping anything. I suspect it has to do with the way that

Re: QEMU networking quirkiness on 7.0

2008-04-09 Thread Jim Stapleton
On Wed, Apr 9, 2008 at 9:18 AM, Andrew Cid [EMAIL PROTECTED] wrote: Hi Jim, The QEmu VM can access the web (I'm typing this out now in WindowsXP running safely in it's cage, for example). But it cannot VPN into work (timeout) or ping anything. I suspect it has to do with the way that