Hello, Ive got a dom0 working on gentoo. I have a domU booting (with gentoo also). '' I cannot for the life of me seem to get dom0 or the rest of my network communicating with domU. brctl show bridge name bridge id STP enabled interfaces xenbr0 8000.feffffffffff no vif3.0 ifconfig for dom0 eth0 Link encap:Ethernet HWaddr 00:04:23:B7:9F:04 inet addr:192.168.1.229 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::204:23ff:feb7:9f04/64 Scope:Link UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2674 errors:0 dropped:0 overruns:0 frame:0 TX packets:1391 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:371583 (362.8 Kb) TX bytes:239364 (233.7 Kb) Base address:0xd880 Memory:fcfa0000-fcfc0000 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) vif3.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:684 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:6 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:31684 (30.9 Kb) TX bytes:0 (0.0 b) xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:684 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:22108 (21.5 Kb) TX bytes:468 (468.0 b) ifconfig for domU eth0 Link encap:Ethernet HWaddr 00:16:3E:7B:BD:C8 inet addr:192.168.1.222 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::216:3eff:fe7b:bdc8/64 Scope:Link UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:684 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:31684 (30.9 Kb) 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:669 errors:0 dropped:0 overruns:0 frame:0 TX packets:669 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:74928 (73.1 Kb) TX bytes:74928 (73.1 Kb) Trying to ping dom0 from domU ping 192.168.1.229 PING 192.168.1.229 (192.168.1.229) 56(84) bytes of data. From 192.168.1.222 icmp_seq=1 Destination Host Unreachable From 192.168.1.222 icmp_seq=2 Destination Host Unreachable From 192.168.1.222 icmp_seq=3 Destination Host Unreachable Trying to ping domU from dom0 ping 192.168.1.222 PING 192.168.1.222 (192.168.1.222) 56(84) bytes of data. From 192.168.1.229 icmp_seq=1 Destination Host Unreachable From 192.168.1.229 icmp_seq=2 Destination Host Unreachable From 192.168.1.229 icmp_seq=3 Destination Host Unreachable I did try ethtool -K iface tx off on every interface for dom0 and domU Any ideas? Oh, btw this is on an x86_64 box. Thanks Nick _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thursday 07 September 2006 7:19 pm, you wrote:> you should have a peth0 device as well in the dom0... you don''t so I > assume that xen and gentoo are not playing well together. I''d search the > list archives for getting gentoo and xen to play nice.Tom, Thanks I had not been searching for anything gentoo specific. Problem was *easy* to solve. _do not start eth0, start xend and let it take care of everything else_ Thanks again. Nick _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users