WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] remote NFS mount timeout issues

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] remote NFS mount timeout issues
From: "mantra UNIX" <unix.mantra@xxxxxxxxx>
Date: Fri, 1 Feb 2008 11:34:37 -0600
Delivery-date: Fri, 01 Feb 2008 09:35:20 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=15v84p0vxLbErEzdmt1F3vsD2ZBwf/Q9yNCPthL1TSU=; b=OLB7zIsf8ltUOoxPt9rjArYylAYDCu+/BdG4kqr3N5+CsjxmZyhGjQVO3AKi8jbWNPOa85z1WNZO4F8dGBVKejmuGQPOP7oqchkZWfkwBbha0paXsiAvOfcxWZY/OR9YJ3tLVEk4eYJFPne2dPc+8ajzwxo5+7XmKLujn9jzG9Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YVJgVfQH/IVXIfBz0+q+euLYCcD7PXyQF3QOpDTjZ8CJNXOg91b3Qxj6YLZYiJYq5MM+HHJ2zlGk/0GwFhPX8k8DulfUMcp78cMDRh/H4kA0xQ3tBgDdeII5x1kvBHAyvNBsbMkq0GekWMOjGevAK2twBPDTpKDBsjQUepwOxqw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I am using "Fedora 7" as my Dom0, and have 2 guest(s) running. I am having trouble mount NFS file-systems on my guest(s).
    (i) NFS mount of an external-ip/host to guest(s) timeouts,
    (ii) NFS mount of same external-ip/host to Dom0 works just fine,
    (iii) NFS mount from Dom0 to guest(s) works.

What is that i have misconfigured or can do to mount the external-ip/host to my guest(s). I have the following XEN configuration:

/etc/xen/xend-config.sxp:
-------------------------
#
# Xend configuration file.
#
(xend-unix-server yes)
(xend-unix-path /var/lib/xend/xend-socket)
(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')

##
## Network Route
##
(network-script network-route)
(vif-script vif-route)

(dom0-min-mem 256)

(dom0-cpus 0)

Routing Table:
--------------

# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.122.3   0.0.0.0         255.255.255.255 UH    0      0        0 vif15.0
192.168.122.2   0.0.0.0         255.255.255.255 UH    0      0        0 vif12.0
123.456.789.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
123.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
0.0.0.0         123.456.789.1   0.0.0.0         UG    0      0        0 eth0

--
Regards,
mantra - Instrument of Thought
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] remote NFS mount timeout issues, mantra UNIX <=