Igor Chubin | 1 Apr 01:24
Picon

Re: Max number of Network Aliases?

On Mo, Mär 31, 2008 at 11:38:28 +0200, Stephan Seitz wrote:
> You are limited to 3 vif NIC's, but you're not limited in IP usage.
> I've done PV domU setups with about 40 IP's assigned to one NIC. This is 
> nothing special inside a domU and can be done as on bare metal (eth0, 
> eth0:1, eth0:2 and so on).
> On the other hand, i've tried to setup a firewall distro with 5 NIC's for testing purposes, 3 NIC's are
vif's, 2 are
> physical ones via pci passthru. This does also work as expected.
>

Also you can create VLAN subinterfaces 
on the interfaces.

This allows you to have isolated interfaces
(aliases not).

>
> Ryan Burke schrieb:
>> I know that there is a 3 network interface max for Xen 3.*. But is there a
>> max number of network aliases?
>>
>> Since they are all on the same subnet then really it should just bridging
>> the traffic. Correct? Does anyone have a PV DomU that has more than 3 IP
>> addresses being used inside it?
>>
>> Thanks,
>> Ryan
>>
>> _______________________________________________
>> Xen-users mailing list
(Continue reading)

jim burns | 1 Apr 01:33

Re: Release 0.8.8 of GPL PV drivers for Windows

On Monday March 31 2008 01:13:34 pm Age_M wrote:
> Well, I didn't expect it to work, but just want to inform you that a
> German WinXP Prof SP2 still get's the BSoD with afaik "inaccessible boot
> device" errorcode (0x7b?). Is there anything I could do, to provide you

Well, I made the mistake of trying to run install.bat while still having 
booted w/ /gplpv. As soon as my PV nic (from 0.8.4) disappeared in Task 
Manager, I got the BSOD:

*** STOP: 0x0000007E (0xC0000005,0xF765639D,0xF8AF930C,0xF8AF9008)

***   xenenum.sys - Address F765639D base at F6540000, DateStamp 47f0c67f

Resuming the install after booting w/o /gplpv, I got the BSOD:

*** STOP: 0x0000007E (0xC0000005,0xF722F3DC,0xF8AF534b,0xF8AF5044)

***   xenpci.sys - Address F722F3DC base at F722B000, DateStamp 47f0c67f

At this point, rebooting w/o /gplpv consistently produced a hang (after the 
Windows logo). Mounting the vbd image offline, I see that the only xen*.sys 
that got updated was xenenum, so I copied the 0.8.4 xenenum on top of it, and 
rebooted w/o /gplpv. Looking in Device Manager, the only PV drivers Windows 
*thinks* are 0.8.8 are xenenum & xenpci (even tho' it never copied over 
the .sys file), and the Xen PV nic is missing again. Proceeding with 
install.bat, and I get the BSOD:

*** STOP: 0x0000007E (0xC0000005,0xF6EE52D9,0xF8AF9064,0xF8AF8D60)

***   xenvbd.sys - Address F6EE52D9 base at F6EDB000, DateStamp 47f0c67d
(Continue reading)

Igor Chubin | 1 Apr 01:38
Picon

Re: Kernel Panic on trying to boot domU

On Fr, Mär 28, 2008 at 07:57:28 -0400, Girish V wrote:
> Compiled it from source.
> Girish

Can you send me the kernel config file and 
describe build procedure you used?

> 
> On Thu, Mar 27, 2008 at 11:14 AM, weiming <zephyr.zhao <at> gmail.com> wrote:
> 
> > This is weird.
> > Since your image file once worked for xen 3.1, it should be no problem.
> >
> > So the problem might stem from the kernel. Did you build the kernel by
> > yourself or it iss shipped by some linux distribution?
> >
> >
> >
> > On Thu, Mar 27, 2008 at 10:59 AM, Girish V <girish.xen <at> gmail.com> wrote:
> >
> > > Thanks for continuting to help me.
> > > Tried what you suggested (boot the domU with an earlier version of the
> > > xen kernel and intird) that, but it still panics with exactly the same
> > > messages.
> > > Girish
> > >
> > >
> > >
> > > On Tue, Mar 25, 2008 at 5:46 PM, Igor Chubin <igor <at> chub.in> wrote:
> > >
(Continue reading)

Igor Chubin | 1 Apr 01:41
Picon

Re: Host uses one NIC; Guest OS uses other NIC

On Mo, Mär 31, 2008 at 12:49:33 -0400, James Pifer wrote:
> I'm trying to setup my first Xen server that will host two Virtual
> Servers. I have the first guest OS installed, but I cannot get it to
> connect to the network. 

Please, show the output of

# brctl show

run in dom0

and provide more info about procedure you use
to test network connectivity.

> 
> Here's the info. 
> xen version is 3.0.4_13138-0.40
> host server has two NICs
> eth0 is associated to peth0
> eth0 does NOT have an IP address assigned on the host server
> host server uses eth1 and has an ip address assigned
> 
> So the host server works fine on eth1. I can also assign an address to
> eth0 and the host server can use it. BUT, I really don't want the host
> OS to use the network on eth0, ONLY the guest OSes. I assume this can be
> done, but maybe I'm mistaken. eth0 and eth1 will be on different
> subnets. Host server should use eth1 while guests use eth0.
> 
> My guest OS does not communicate with the network on peth0 at all. I've
> been looking at the wiki (http://wiki.xensource.com/xenwiki/HowTos) but
(Continue reading)

Igor Chubin | 1 Apr 01:46
Picon

Re: arp who-has packets not seen in Dom0 even by tcpdump

On Mo, Mär 31, 2008 at 06:19:30 +0400, Литницкий Александр wrote:
> Hi all,
> I'm running Xen-3.2 and linux-image-2.6.18 as Dom0 kernel on a VT-x  
> processor. The problem is that  broadcast arp who-has  packets  are not  
> seen in Dom0 kernel. I've tried both precompiled debian kernel and  
...
>
> Is it a bug in xen or e1000 driver? how can i debug it and what  
> additional info can i provide?

can you take new e1000 module sources [1]
and rebuild it?

[1] http://e1000.sourceforge.net/

--

-- 
WBR, i.m.chubin
Igor Chubin | 1 Apr 01:49
Picon

Re: Trying to coordinate events with the start/restart of a domain.

On Mo, Mär 31, 2008 at 09:32:50 -0400, Alvin Starr wrote:
>
> I have a domain that requires some special network configuration in the  
> Dom0  after it runs up.
> Is there anywhere I can find/track/signal an event from a domain run up?
>

Do you want to check in the dom0 that some domU has started?
What "special network configuration" do you mean?

> -- 
> Alvin Starr                   ||   voice: (416)585-9971
> Interlink Connectivity        ||   fax:   (416)585-9974
> alvin <at> iplink.net              ||
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users <at> lists.xensource.com
> http://lists.xensource.com/xen-users

--

-- 
WBR, i.m.chubin
Igor Chubin | 1 Apr 01:55
Picon

Re: multiple cd's for guest os

On Mo, Mär 31, 2008 at 01:47:40 +0530, Arpan Jindal wrote:
> hi
> can you let me know how to change the cd of guest os on the fly.
> i am having a redhat running as guest os as guest where i want to install a
> package what comes in 3 cd's can anyone help me what should be done in
> configuration file or somewhere where i can switch between multiple
> cd's/dvd's .
> 

If you use HVM domain, 
press ctrl-alt-2 to change to QEMU monitor
and use

change 

command there.

(to activate QEMU monitor you should specify monitor=1 in the domain
config file, but it is not secure!)

Also you can use

xm block-detach
xm block-attach

to change block devices on the fly.

> thanks

> _______________________________________________
(Continue reading)

Igor Chubin | 1 Apr 01:56
Picon

Re: network-bridge error on FC8

On Mo, Mär 31, 2008 at 10:24:19 +0200, rcolmegna <at> tiscali.it wrote:
> hi,
> 
> I installed an FC8 with full update and xen-kernel.  When I try to 
> start xend (via "service xend start") eth0 disappear from "ifconfig" 
> list.

Please, tell what shows 

brctl show

when you run it after eth0 has disappeared?

--

-- 
WBR, i.m.chubin
James Pifer | 1 Apr 02:25

Re: Host uses one NIC; Guest OS uses other NIC

On Tue, 2008-04-01 at 02:41 +0300, Igor Chubin wrote:
> On Mo, Mär 31, 2008 at 12:49:33 -0400, James Pifer wrote:
> > I'm trying to setup my first Xen server that will host two Virtual
> > Servers. I have the first guest OS installed, but I cannot get it to
> > connect to the network. 
> 
> 
> Please, show the output of
> 
> # brctl show
> 
> run in dom0
> 
> and provide more info about procedure you use
> to test network connectivity.
> 
> 

xen01:~ # brctl show
bridge name     bridge id               STP enabled     interfaces
xenbr1          8000.feffffffffff       no              vif3.0

As far as testing I have no connectivity on the guest OS (Suse 10.1).
Firewall is turned off. iptables -L gives:
# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
(Continue reading)

Igor Chubin | 1 Apr 07:23
Picon

Re: Host uses one NIC; Guest OS uses other NIC

On Mo, Mär 31, 2008 at 08:25:26 -0400, James Pifer wrote:
> On Tue, 2008-04-01 at 02:41 +0300, Igor Chubin wrote:
> > On Mo, Mär 31, 2008 at 12:49:33 -0400, James Pifer wrote:
> > > I'm trying to setup my first Xen server that will host two Virtual
> > > Servers. I have the first guest OS installed, but I cannot get it to
> > > connect to the network. 
> > 
> > 
> > Please, show the output of
> > 
> > # brctl show
> > 
> > run in dom0
> > 
> > and provide more info about procedure you use
> > to test network connectivity.
> > 
> > 
> 
> xen01:~ # brctl show
> bridge name     bridge id               STP enabled     interfaces
> xenbr1          8000.feffffffffff       no              vif3.0
> 

You have eth0 of domain 3 connected to xenbr1 
but that's is all.

No peth1 or someting like that in dom0.

So it's normal that you can't ping any host 
(Continue reading)


Gmane