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@lists.xensource.com
http://lists.xensource.com/xen-users
Hio Bruno. On 6/11/06, bruno taranto <btaranto@gmail.com> wrote:> 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).You could probably tell us why you think your ethernet "isn''t working". It looks like you have a working ethernet on you dom0, so what symptoms are you experiencing? Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hy Henning, look my configurations.
I dont know why i can''t ping each other.(dum0 / domU).
I want my dom0 work as router.
dom0----
dummy0    Link encap:Ethernet  HWaddr 2E:0F:35:5C:63:F6
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
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
peth0     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
vif10.0   Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          inet addr:172.28.0.200  Bcast:172.28.255.255  Mask:255.255.255.255
xenbr0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
domU----
debian:~# ifconfig |grep net
eth0      Link encap:Ethernet  HWaddr 00:16:3E:09:89:56
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
bruno taranto
On 6/16/06, Henning Sprang <henning_sprang@gmx.de>
wrote:>
> Hio Bruno.
>
> On 6/11/06, bruno taranto <btaranto@gmail.com> wrote:
> > 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).
>
> You could probably tell us why you think your ethernet "isn''t
> working". It looks like you have a working ethernet on you dom0, so
> what symptoms are you experiencing?
>
> Henning
>
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users