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] vethX

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] vethX
From: "bruno taranto" <btaranto@xxxxxxxxx>
Date: Sun, 11 Jun 2006 00:11:52 -0200
Delivery-date: Sat, 10 Jun 2006 19:12:42 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=W9yifm4T58l8ZSdr78r7SvCmtI0pOl/ggy8JSKbpljGaE6FV6kCmVB6q5vL2EwVglQq28DuwVBhynvt5/Zm1hjrmHlPWVbvP9axRgIkL6d6W2BOHfO2gKTwu5qDCa4oHJI4/fdYvbqjd3/O/+BclKMCuLne7IUd7j5pOUDp1U0M=
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
Is the first time i use xen.
I would like to know how start the ethernet of my dom0.
Everything is working.
I dont know what i am forgeting or doing wrong.
You can see below some informations about my VM(dom0 and domU).

ETHERNET
dcgs0058:~# lspci |grep Ether
0000:06:07.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit Ethernet Controller (rev 05)
0000:07:08.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit Ethernet Controller (rev 05)

IFCONFIG
dcgs0058:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:13:72:4E:7E:B3
          inet addr:172.28.0.200  Bcast: 172.28.0.255  Mask:255.255.255.0
          inet6 addr: fe80::213:72ff:fe4e:7eb3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4014 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2026 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:405430 (395.9 KiB)  TX bytes:306544 (299.3 KiB)
          Base address:0xecc0 Memory:dfae0000-dfb00000
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask: 255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

XEND PROCESS
dcgs0058:~# ps ax |grep xend
 3230 ?        S      0:00 python /usr/sbin/xend start
 3236 ?        S      0:00 python /usr/sbin/xend start
 3237 ?        S      0:00 python /usr/sbin/xend start
 3238 ?        S      0:00 python /usr/sbin/xend start
 3243 ?        S      0:00 python /usr/sbin/xend start
 3244 ?        S      0:00 python /usr/sbin/xend start
 3316 ?        S      0:00 python /usr/sbin/xend start
 3712 pts/0    S+     0:00 grep xend

DOMAIN AND DOMU RUNNING 100%
dcgs0058:~# xm list
Name                          
             ID Mem(MiB) VCPUs State  Time(s)
Domain-0                                  0     1891     4 r-----              31.6
debian_testing_sarge_basic      1     128       1 -b----             9.5

CONNECTING TO DOMU
dcgs0058:~# xm console 1
Debian GNU/Linux 3.1 debian tty1
debian login: root
debian:~# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask: 255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
debian:~# exit
logout

XEND-CONFIG
dcgs0058:~# cat /etc/xen/xend-config.sxp |grep -v \#
(logfile /var/log/xend.log)
(loglevel DEBUG)
(xend-relocation-server yes)
(xend-relocation-hosts-allow '^localhost$')
(network-script network-nat)
(vif-script     vif-nat)
(dom0-min-mem 196)
(dom0-cpus 0)
dcgs0058:~#

thank you!

bruno taranto
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>