All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Davis, Jeff (Houston)" <jdavis@hess.com>
To: <neilb@cse.unsw.edu.au>
Cc: <nfs@lists.sourceforge.net>
Subject: Re: round robin dns, multihomed host, nfs mounting issues
Date: Sat, 19 Jul 2003 08:07:54 -0500	[thread overview]
Message-ID: <292E6FA1FCA21C45B614DAC7FBED6D4B874E66@hacssex002.ihess.com> (raw)


Given Neil's comments about possible glibc bug and nfs 1.05, and my =
sense that it is working, is it reasonable for me to think its working?

I.e should it work?

Thx...jeff


--------------------------
Jeff Davis
Amerada Hess
Global IT Infrastructure
Technical Computing
Houston, Texas
jdavis@hess.com
713-609-5436 (work)
281-467-9448 (cell)

Sent by BlackBerry Wireless Email

-----Original Message-----
From: Neil Brown <neilb@cse.unsw.edu.au>
To: Davis, Jeff (Houston) <jdavis@hess.com>
CC: nfs@lists.sourceforge.net <nfs@lists.sourceforge.net>
Sent: Sat Jul 19 05:34:21 2003
Subject: Re: [NFS] round robin dns, multihomed host, nfs mounting issues

On  July 18, jdavis@hess.com wrote:
> I'm testing out a NFS server which has two interfaces on two different
> subnets. I'm using a single hostname and round robin dns. Clients are
> both RedHat Linux systems.
>=20
> I can access the primary interface on server via NFS from any system =
on
> my network. I can only access the second interface from hosts on the
> same subnet. Unfortunately, round robin dns on systems that are not
> local to subnets on either of the server's nics will randomly get one =
of
> the two nics to access nfs fs through.=20
>=20
> int 1 - 192.168.19.224
> int 2 - 172.25.2.106
>=20
> # can mount through int 1 from any host\
> # can mount thoughh int 2 from same ip subnet as int 2
> # cannot mount throught int 2 from remote ip subnets
> # on local subnets, mounts work as desired through correct, optimal
> interface on nfs server
>=20
> # on remote subnets, round robin directs ~50% of mount requests
> to server through int 2 which fail
>=20
> why doesn't this work?

Looks like you've hit a glibc bug that was only fixed relatively
recently (27th Feb 2003.  glibc version 2.3.2 or 2.3.3 I think).

When mountd is sending it's reply, it uses sendmsg and insists that the
reply goes out the same interface that the request came in on.  If
that interface doesn't have a route to the client, you lose.

I worked around it by putting a default route on all my interfaces.

> upgrading to nfs-utils 1.05 seems to have helped

I doubt that it really did, but if it works now, great.

NeilBrown



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

             reply	other threads:[~2003-07-19 13:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-19 13:07 Davis, Jeff (Houston) [this message]
2003-07-20 23:32 ` round robin dns, multihomed host, nfs mounting issues Neil Brown
  -- strict thread matches above, loose matches on Subject: below --
2003-09-22 19:50 Jeff Davis
2003-07-20 23:41 Davis, Jeff (Houston)
2003-07-18 17:31 Jeff Davis
2003-07-19 10:34 ` Neil Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=292E6FA1FCA21C45B614DAC7FBED6D4B874E66@hacssex002.ihess.com \
    --to=jdavis@hess.com \
    --cc=neilb@cse.unsw.edu.au \
    --cc=nfs@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.