[12] in linux-net channel archive
Re: old mount ??? bug in nfs ???? bug in new kernel ????? FEATURE ????
daemon@ATHENA.MIT.EDU (Arnt Gulbrandsen)
Wed Dec 21 04:29:17 1994
Date: Wed, 21 Dec 1994 09:32:41 +0100
From: Arnt Gulbrandsen <agulbra@nvg.unit.no>
To: linux-net@vger.rutgers.edu, linux-kernel@vger.rutgers.edu
In article <3d66c3$d9d@ifi.uio.no> you write:
>> I have observed strange behavior of the mount command from the old
>> Slackware. I am trying to mount the nfs filesystem from the host which is
>> the router and therefore it has two addresses: 1.2.3.5 and 1.2.2.5.
...
Make the NFS server send all its packets from the correct address,
by calling bind() with an argument other than INADDR_ANY. The
packets will still be routed over the best interface; routing only
takes account of destination address.
--Arnt