[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Windows "modern.ie" Network Problem
On Tue, 2015-01-20 at 09:24 -0200, Wanderson Camargo wrote: > I don't know why, but when I paste my source inside the forum editor, > it prefix the mac with "1". My current vif configuration is: > > > vif = [ 'mac=13:D3:93:36:40:37,bridge=xenbr0,type=ioemu' ] OK, that's good thanks. > > Yesterday I found a typo, "bridge-ports" is "bridge_ports", with > underscore. I change it, but it didn't fix my problem. What does "brctl show" show? > Verifying it, qemu opens a vif named "vif11.0-emu". But when I execute > "ifconfig" after "xm create", there's not interface named like that. You may need "ifconfig -a" to see it, if it isn't up. That would indicate an issue with your hotplug scripts. > We can see a lot of console errors. I'll find a way to disable it. What are they? They might be interesting. > Thinking about that, there's a way to check if my guest is configured > with NAT instead of bridge? (network-script network-bridge) (vif-script vif-bridge) means you are using bridged and not NAT. In any case I don't think this will be related to the problem you are seeing. Ah, I've just noticed that your qemu log shows: > Unknown PV product 2 loaded in guest > PV driver build 1 Which indicates you have some PV drivers in your guest, which ones are they? In general these drivers will unplug the emulated path as part of switching to the PV path, i.e. vifX.Y-emu will disappear (as you've observed) leaving you with just vifX.Y, however "type=ioemu" requests that there be no PV path created. Try removing "type=ioemu" from your vif config and I think the PV path should work. If for some reason you want to use emulation and not PV drivers, then remove or disable the in guest drivers. You will almost always want to use PV drivers though, emulation can be rather slow. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |