<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NFS mounting and routing question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876171#M81618</link>
    <description>&lt;P&gt;OK. thanks!&lt;/P&gt;&lt;P&gt;So, the routing table on the server or client will determine the route for&amp;nbsp;packets&amp;nbsp;going out on it's own side, and has no impact on routing on the other side. Right?&lt;/P&gt;&lt;P&gt;A follow-up.&lt;BR /&gt;In general, when the client sends out packets through a specified route, what about the returning packets from the server, what routes would these packets go through, or what rules to determine routes these packets will go through?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2016 18:08:37 GMT</pubDate>
    <dc:creator>Hanry Zhou</dc:creator>
    <dc:date>2016-07-07T18:08:37Z</dc:date>
    <item>
      <title>NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875800#M81610</link>
      <description>&lt;P&gt;I need to mount NFS through a static route, not through&amp;nbsp;a default one. To achieve that, can this static route be created on NFS server, not on the NFS&amp;nbsp;client? because if it has to be done on Client sdie, then there would be too many clients&amp;nbsp;need to be changed.&lt;/P&gt;&lt;P&gt;Will the&amp;nbsp;static route on NFS server&amp;nbsp;be only efflecting the traffic going out of NFS server,&amp;nbsp;will data traffic from NFS client be also controlled by this setting on the server?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 19:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875800#M81610</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2016-07-06T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875872#M81611</link>
      <description>&lt;P&gt;&amp;gt; I need to mount NFS through a static route, not through a default one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Why?&amp;nbsp; Is there some actual problem which you are trying to solve?&amp;nbsp; As&lt;BR /&gt;usual, describing the actual problem can be more helpful than asking how&lt;BR /&gt;to implement some particular "solution" (which may or may not make any&lt;BR /&gt;sense).&lt;/P&gt;&lt;P&gt;&amp;gt; [...] can this static route be created on NFS server, not on the NFS&lt;BR /&gt;&amp;gt; client? [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Generally speaking, I'd expect a route to be chosen by whoever is&lt;BR /&gt;sending the data.&amp;nbsp; When data go both ways, I'd expect each side to&lt;BR /&gt;choose a route (because each side needs to have a route to the other&lt;BR /&gt;side).&amp;nbsp; So, no, specifying a route on one system does not specify a&lt;BR /&gt;route on another system.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 19:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875872#M81611</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-07-06T19:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875914#M81612</link>
      <description>&lt;P&gt;1.&amp;nbsp; We are experiencing a slwoness, and the suspected issue could be caused by routing,&lt;/P&gt;&lt;P&gt;2. If I set up the static route on NFS server, then going out traffic will go through the router. So, the question is how the returning route will be choosen? the same question if the static route on NFS client is set up, and data traffic initiated on the client, then how the returning route will be choosen when the traffic back to the client?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 01:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875914#M81612</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2016-07-07T01:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875926#M81613</link>
      <description>&lt;P&gt;&amp;gt; 1. We are experiencing a slwoness, and the suspected issue could be&lt;BR /&gt;&amp;gt; caused by routing,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; How did you decide that the slowness is related to network speed, and&lt;BR /&gt;not to something like, say, a slow NFS server?&amp;nbsp; And how did you decide&lt;BR /&gt;that a different route would help?&amp;nbsp; (And if a different route would be&lt;BR /&gt;better, then why is that not already the default route?)&lt;/P&gt;&lt;P&gt;&amp;gt; 2. If I set up the static route on NFS server, then going out traffic&lt;BR /&gt;&amp;gt; will go through the router. [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You seem to know more about your network configuration than I do.&lt;BR /&gt;For example, I know nothing about your "the router", or what the routing&lt;BR /&gt;alternatives might be.&lt;/P&gt;&lt;P&gt;&amp;gt; [...] So, the question is how the returning route will be choosen?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As I said before, as I understand it, the system which sends the data&lt;BR /&gt;will choose the route (or, at least, the first gateway/router along the&lt;BR /&gt;route).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] then how the returning route will be choosen when the traffic&lt;BR /&gt;&amp;gt; back to the client?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As I said before, as I understand it, the system which sends the data&lt;BR /&gt;will choose the route (or, at least, the first gateway/router along the&lt;BR /&gt;route).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So, if you want both systems to use a particular route to talk to&lt;BR /&gt;each other, then both systems need to be told what to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For more information about what's happening on your systems:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; man traceroute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If the best symptom you have is a vague slowness (for NFS?), then I'd&lt;BR /&gt;want better evidence to determine where the problem lies.&amp;nbsp; And, knowing&lt;BR /&gt;nothing about your network configuration, I would not bet on bad routes&lt;BR /&gt;being the cause of anything.&amp;nbsp; On the other hand, adding an explicit&lt;BR /&gt;(static) route to a couple of systems should be relatively quick and&lt;BR /&gt;easy, so running the experiment might make some sense.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 03:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6875926#M81613</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-07-07T03:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876012#M81614</link>
      <description>&lt;P&gt;I am asking a generic question about sending and receiving packets within the same transaction,&amp;nbsp; for example, there will be&amp;nbsp;inquiry and response, suppose the transaction is initiated from NFS server, it starts the conversation by&amp;nbsp; making an inquiry, the packet will go through the static router since it is already specified in routing table. What about the response to the inquiry fron the client? ,&amp;nbsp;what returning&amp;nbsp;routes of this response packets will be choosen, or&amp;nbsp;based on what rules&amp;nbsp;to determine the returning routes back to the NFS server ?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 15:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876012#M81614</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2016-07-07T15:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876138#M81615</link>
      <description>&lt;P&gt;&amp;gt; suppose the transaction is initiated from NFS server&lt;/P&gt;&lt;P&gt;I'm struggling to think of an NFS transaction that is initiated from the NFS server.&amp;nbsp; Can you give me an example of an NFS transaction that the server initiates?&lt;/P&gt;&lt;P&gt;I'm used to dealing with multi-homed NFS clients and servers, where each system has multiple NICs each on different subnets.&amp;nbsp; Is this what you're referring to?&amp;nbsp; For example, I have an NFS setup like this:&lt;/P&gt;&lt;P&gt;CLIENT IP-1: 15.200.20.20&lt;BR /&gt;CLIENT IP-2: 192.200.20.20&lt;/P&gt;&lt;P&gt;SERVER IP-1: 15.200.20.21&lt;BR /&gt;SERVER IP-2: 192.200.20.21&lt;/P&gt;&lt;P&gt;In this situation the decision made by each system as to which interface is used will depend entirely on the IP address used when the NFS client mounted the filesystem from the server.&amp;nbsp; If the client mounted as: 192.200.20.21:/home then it will send requests to the NFS server using the 192 interface and the server will reply using that interface since it should resolve the path back to the client using the 192 subnet.&amp;nbsp; All of this assumes both NFS client and server have their hostname resolution policies configured appropriately so that both systems resolve their respective IP addresses correctly.&lt;/P&gt;&lt;P&gt;If your environment involves something completely different then explaining as much about your environment as possible will be helpful.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 16:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876138#M81615</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2016-07-07T16:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876160#M81616</link>
      <description>&lt;P&gt;Thanks Dave to layout the situation well. The example I gave out was not appropriate. I should say, NFS client initiate the transaction, not NFS server. Let's using your example to explain my question.&lt;BR /&gt;CLIENT IP-1: 15.200.20.20&lt;BR /&gt;SERVER IP-1: 15.200.20.21&lt;/P&gt;&lt;P&gt;Normally on the client side, the packets will be sent out through the default GW, let's say 15.200.20.1.&amp;nbsp;However, now people here doesn't want to use the GW, they want to set up a static route, and then packets will go through the other router (ex, 15.200.10.1). That could be achieved by modifying routing table on clients.&lt;/P&gt;&lt;P&gt;The question is, instead of creating static route on clients, if we can achieve the same by setting up a static route on NFS server? If yes, we can then make the change on only&amp;nbsp;NFS server not on all clients.&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876160#M81616</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2016-07-07T17:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876161#M81617</link>
      <description>&lt;P&gt;Routing decisions are made on each system individually based on their own specific routing table.&amp;nbsp; Just because the server sends its packets via a different route, that doesn't mean the client will automatically change it's routing table.&amp;nbsp; The client will evaluate the remote address it needs to send the packet to, look at&amp;nbsp;its routing table and make the decision.&lt;/P&gt;&lt;P&gt;My expectation is if you want the NFS client to send packets via a different route, you need to modify the client's routing table.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876161#M81617</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2016-07-07T17:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876171#M81618</link>
      <description>&lt;P&gt;OK. thanks!&lt;/P&gt;&lt;P&gt;So, the routing table on the server or client will determine the route for&amp;nbsp;packets&amp;nbsp;going out on it's own side, and has no impact on routing on the other side. Right?&lt;/P&gt;&lt;P&gt;A follow-up.&lt;BR /&gt;In general, when the client sends out packets through a specified route, what about the returning packets from the server, what routes would these packets go through, or what rules to determine routes these packets will go through?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876171#M81618</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2016-07-07T18:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876173#M81619</link>
      <description>&lt;P&gt;The server extracts the client's IP address&amp;nbsp;from the NFS request, looks at its routing table, and selects the most appropriate route.&amp;nbsp; This is why if the NFS client sent the request via the 192 subnet, the server would send the reply back via its 192 interface, assuming it has one.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876173#M81619</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2016-07-07T18:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876175#M81620</link>
      <description>&lt;P&gt;CLIENT IP-1: 15.200.20.20&lt;BR /&gt;SERVER IP-1: 15.200.20.21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this example, if I made the client to send NFS packets via the router 15.200.&lt;STRONG&gt;&lt;U&gt;10&lt;/U&gt;&lt;/STRONG&gt;.1, not the default GW, then when the server returns packets back to the client, will these packets go through the same router "15.200.&lt;STRONG&gt;&lt;U&gt;10&lt;/U&gt;&lt;/STRONG&gt;.1" then back to the client?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876175#M81620</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2016-07-07T18:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mounting and routing question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876183#M81621</link>
      <description>&lt;P&gt;The server extracts the client's IP address&amp;nbsp;from the NFS request, looks at its routing table, and selects the most appropriate route.&lt;/P&gt;&lt;P&gt;The only way the server would send the reply back through 15.200.10.1 is if that route is configured on the server and the routing table instructs it to use that route instead of the default gateway for the subnet.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-mounting-and-routing-question/m-p/6876183#M81621</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2016-07-07T18:44:49Z</dc:date>
    </item>
  </channel>
</rss>

