|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Networking problems with debian packages
> There is no IP address on the xen-br0 interface - and there should
> be.
>
> I had this problem the other day when I had forgotten to install
> iproute. I'd hope the debian packages would make that a dependency
> but you never know. Is iproute installed?
iproute was not installed. This solved my first problem.
Maybe Adam can add a dependency for the next packages.
route looks better now:
# LANG=EN route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 xen-br0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 xen-br0
Thanks for the tip!
But I still cannot ping to the domU. After
# xm create -f speedyU.conf
ifconfig shows an interface vif1.0, but nowhere anything with 192.168.5. (I
configured my domU to 192.168.5.2)
Do you have a tip for this, too?
Thanks
Christian
# LANG=EN ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:E2:7D:84:FA
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::200:e2ff:fe7d:84fa/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:393 errors:0 dropped:0 overruns:0 frame:0
TX packets:526 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:137510 (134.2 KiB) TX bytes:60090 (58.6 KiB)
Interrupt:10 Base address:0x7000
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:127 errors:0 dropped:0 overruns:0 frame:0
TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11639 (11.3 KiB) TX bytes:11639 (11.3 KiB)
vif1.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:4 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2016 (1.9 KiB) TX bytes:160 (160.0 b)
xen-br0 Link encap:Ethernet HWaddr 00:00:E2:7D:84:FA
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.255
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:429 errors:0 dropped:0 overruns:0 frame:0
TX packets:463 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:132018 (128.9 KiB) TX bytes:55218 (53.9 KiB)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|