WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: Re: Suse 10.1 RC3: cannot configure my nics: now solved!

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: Re: Suse 10.1 RC3: cannot configure my nics: now solved!
From: Chris Epicier <seuchato@xxxxxxxx>
Date: Fri, 5 May 2006 13:04:14 +0200 (CEST)
Delivery-date: Fri, 05 May 2006 04:05:08 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=TODk3hdwLWruu7evpr454k0aFwT22OK+ch6PYhQ1tlkfFKwDs5BxjIYGblAJzXEdP/4Jl0lXTWF1i2YfdE6WbjEOZdI6ZOyivM9yU0rN4LCgd5y8MfLFb9oTcqz+XYN/lhkftv2iUySD82fu0+xohfyT6WmVRlLI3fXJIXyG1bk= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <445AD069.9000609@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Shimizu
--- Shimizu Miki <> schrieb:

> Hello,
> 
> Doesn't the vircual nic work at all?

After the hint of Timo
(http://lists.xensource.com/archives/html/xen-users/2006-05/msg00091.html)

I got the virtual xen network card show up in yast.
However, when I configured it, yast came up with an
error message that'no driver module for the device
found' (message loosely translated from german).

Now in DomU eth0 (no longer eth5) shows up and
ifconfig
returns:
eth0      Link encap:Ethernet  HWaddr
AA:CC:00:00:00:01
          inet addr:192.168.0.101  Bcast:192.168.0.255
 Mask:255.255.255.0
....

So one should expect pings to work but no:
base:~ # ping 192.168.0.99
PING 192.168.0.99 (192.168.0.99) 56(84) bytes of data.
>From 192.168.0.101: icmp_seq=1 Destination Host
Unreachable

At this stage I did disable firewalling completely.

I think, lsmod | grep xennet should return a module
count >= 1 but:
base:~ # lsmod | grep xen
xenblk                 20048  1
xennet                 24320  0

So my conclusion is: xennet is loaded but no instance
initialised, hence the yast error message.

could the error be in dom0?
brctl show
brctl show
bridge name     bridge id               STP enabled   
 interfaces
xenbr0          8000.feffffffffff       no            
 vif1.0

whereas in my suse 9.3 dom0
brctl show
bridge name     bridge id               STP enabled   
 interfaces
xen-br0         8000.000c76550535       no            
 eth0
                                                      
 vif1.0
                                                      
 vif4.0

So the eth0 is missing in the bridge

How can I fix this?
rcxend stop
ifdown vif1.0
ifdown xenbr0
brctl delif xenbr0 vif1.0
brctl delbr xenbr0
rcxend start
ifconfig now shows peth0, vif0.0 ... all as it should
dep breath and fire 
xm create base
ping 192.168.0.101 
PING 192.168.0.101 (192.168.0.101) 56(84) bytes of
data.
64 bytes from 192.168.0.101: icmp_seq=1 ttl=64
time=3.62 ms
64 bytes from 192.168.0.101: icmp_seq=2 ttl=64
time=0.214 ms

Yipee ai yeah!!!

I don't know whay I had to manually bring down the
bridge and connetcted if's and whay it does not work
when rebooting. But since its a server supposed to run
forever :-), I don't care too much.


> For example, how is it if you temporary configure it
> by
> 
> #ifconfig eth5 192.168.0.2
> 
> And for pinging, how is your firewall conditions?

thanks to all for your help. 


        

        
                
___________________________________________________________ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>