[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Problems accessing to the image
Hi all, This is my first post in the list. Nowadays I am starting with xen due a work task, for some of you my problem should be something very basic but for me it is taking long hours doing research on the issue and trying different things. What I have is a Xen image already built and what I want to do is just play it and make it accessible by the network. I can play it, that is not a problem at all, well I had to create a new initialization ram disk due to a conflict between different scsi components. To do that I used this command. mkinitrd --omit-scsi-modules --with=xennet --with=xenblk --preload=xenblk initrd-$(uname -r)-no-scsi.img $(uname -r) Once I did this, I edited the configuration file to point this new disk and the image started as it should have done at the beginning. I am using 4 as run level. This is my configuration file with the network options in it. #
#
memory = '512' #
disk = [ 'file:/xen/domains/agasy/disk.img,sda1,w', 'file:/xen/domains/agasy/swap.img,sda2,w' ] #
#
#
The kernel command for networking is this: Bootdata ok (command line is ip=172.25.192.160:1.2.3.4:172.25.192.1:255.255.255.0::eth0:off root=/dev/sda1 ro) Everything seems to be ok but still the image is not reachable from anywhere doing ssh on a remote computer. Not even from the host computer, so I know that is running but still I cannot log in to the image. I have read for the ssh issue that I should run this command: ethtool -K eth0 tx off I have done it already but the result is the same.
Thanks in advance Juan Luis _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |