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] about xen network

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] about xen network
From: "Brady Chen" <chenchp@xxxxxxxxx>
Date: Thu, 23 Aug 2007 11:49:29 +0800
Delivery-date: Wed, 22 Aug 2007 20:50:02 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dNsn1JqOlDTPSoOGoz6uW9tJnvgP2/2khpJizYft/aWK383bH49e1aH++BcHyFBv/oBwQEmy/sUZLS6behzbecrHoDvwHEMx8oK8WiqL1IyYRB+vmWZ0XXL/35MSa3Y8kAxAKHnC/+XWIoHcy3g6piAPYsp7QAUJyo1XLC4c5Ss=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GdKVme8s8V17NjhH3v4hI/ElLpwRJjDy6VHGLzACWe21pe8jP+1VUM7eTcfdwQSIRgctZnN8fjpEy7r8d1TkoB1b5lg66BV5g7uBdroyPfFIhrplgzAGdP+/fxC4j5n1ixDAbINnBRivC05or6hD6zk3+FspW+DYpYRRXRuwW/s=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 all,
what's the meaning ot the network frontend and backend?
can them be treated as connected network?

it's strange that I can not make it work.

in doman-0:
[root@localhost ~]# ifconfig vif2.0
vif2.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
         inet addr:10.0.0.254  Bcast:10.255.255.255  Mask:255.0.0.0
         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:48 overruns:0 carrier:0
         collisions:0 txqueuelen:32
         RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

in hvm domain-2
IP. 10.0.0.1, mask, 10.0.0.0, gw, 10.0.0.1

but ping from domain-2 to domain-0 failed
[domain-2, widonws]ping 10.0.0.254

i'm not using bridge network, here is the brctl output.
[root@localhost ~]# brctl show
bridge name     bridge id               STP enabled     interfaces
xenbr0          8000.f646e0ae933a       no              tap0

and here is the xend-config.sxp
#(network-script network-bridge)
(network-script 'network-nat dhcp=yes')
(vif-script     vif-nat)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] about xen network, Brady Chen <=