c.monty@web.de
2009-Sep-29 21:35 UTC
[Xen-users] Cannot ping newly created XEN client running SLES10
hi! I''m running multiple clients on a SLES10 server. These clients can be accessed in local network with ping. When I create a new client with existing disk-files (copy of a running guest), I can start/boot the guest system. However, I cannot ping the guest. Is this related to an issue with the network bridge? How can I resolve it? Please note: Displaying the network details (tab Hardware - Network), it shows "bridge" in column Type, "-" in column Source, "etho" in column Device THX _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Christian Tramnitz
2009-Sep-30 09:19 UTC
[Xen-users] Re: Cannot ping newly created XEN client running SLES10
c.monty@web.de wrote:> hi! > > I''m running multiple clients on a SLES10 server.Is this dom0, domU or both?> These clients can be accessed in local network with ping.Do you see the interface at all using "ifconfig -a" on domU? Any RX/TX activity? Any traffic when starting tcpdump on it?> When I create a new client with existing disk-files (copy of a running guest), I can start/boot the guest system.Did you also copy the configuration file? If yes, did you modify the mac address?> However, I cannot ping the guest.This would be one of the last things to check if the previous tests above indicate a working interface.> Is this related to an issue with the network bridge? > How can I resolve it?I think this more likely related to either the config file (mac address collision) or udev in domU (if you copied the domU image udev will still reserve eth0 for the previous interface, identified by mac address)> Please note: > Displaying the network details (tab Hardware - Network), it shows > "bridge" in column Type, > "-" in column Source, > "etho" in column DeviceThis is very Suse specific, please try to give more general information (ifconfig, brctl) and always mention if the information comes from dom0 or domU. Best regards, Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users