<?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 How mount the logical interface on Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577312#M85002</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a HP-Unix as a NFS server and a Redhat Linux as a NFS client. On the client side, I am able to execute: " mount 201.20.4.1:/tmp /tmp/test ". However, I am NOT able to execute " mount 201.20.4.11:/tmp /tmp/test". The only difference between these two commands is the ip addresses. "201.20.4.1" is a "real/ physical" ip address for a NIC in the NFS server, and the "201.20.4.11" is a logical ip of the NIC.  For example, “201.20.4.1” is the ip for lan1, and “201.20.4.11” is the ip for lan1:11. &lt;BR /&gt;&lt;BR /&gt;Actually, I am able to execute the following commands on the Linux client:&lt;BR /&gt;" telnet 201.20.4.11"&lt;BR /&gt;"Ping 201.20.4.11".  &lt;BR /&gt;&lt;BR /&gt;I do not understand why Linux system can not mount the logical interface. &lt;BR /&gt;Really appreciate any help. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Tomm</description>
    <pubDate>Wed, 06 Jul 2005 13:37:19 GMT</pubDate>
    <dc:creator>Xuquan Lin</dc:creator>
    <dc:date>2005-07-06T13:37:19Z</dc:date>
    <item>
      <title>How mount the logical interface on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577312#M85002</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a HP-Unix as a NFS server and a Redhat Linux as a NFS client. On the client side, I am able to execute: " mount 201.20.4.1:/tmp /tmp/test ". However, I am NOT able to execute " mount 201.20.4.11:/tmp /tmp/test". The only difference between these two commands is the ip addresses. "201.20.4.1" is a "real/ physical" ip address for a NIC in the NFS server, and the "201.20.4.11" is a logical ip of the NIC.  For example, “201.20.4.1” is the ip for lan1, and “201.20.4.11” is the ip for lan1:11. &lt;BR /&gt;&lt;BR /&gt;Actually, I am able to execute the following commands on the Linux client:&lt;BR /&gt;" telnet 201.20.4.11"&lt;BR /&gt;"Ping 201.20.4.11".  &lt;BR /&gt;&lt;BR /&gt;I do not understand why Linux system can not mount the logical interface. &lt;BR /&gt;Really appreciate any help. &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Tomm</description>
      <pubDate>Wed, 06 Jul 2005 13:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577312#M85002</guid>
      <dc:creator>Xuquan Lin</dc:creator>
      <dc:date>2005-07-06T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: How mount the logical interface on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577313#M85003</link>
      <description>&lt;BR /&gt;could be that NFS server on the unix machine does not run NFS service on the logical interface.&lt;BR /&gt;&lt;BR /&gt;check the netstat on the HP-UX and it should state that NFS server listens on all the available ports (eg:  *:&lt;NFS server="" port=""&gt; LISTEN). if not configure it to listen on the logical interface also.&lt;BR /&gt;&lt;BR /&gt;Try to do NFS mount from HP-UX box itself. &lt;BR /&gt;eg: &lt;BR /&gt;From HP-UX box:&lt;BR /&gt;mount 201.20.4.11:/tmp /tmp/test &lt;BR /&gt;&lt;BR /&gt;it should mount the NFS file system, if configured properly.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi&lt;BR /&gt;&lt;BR /&gt;&lt;/NFS&gt;</description>
      <pubDate>Thu, 07 Jul 2005 03:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577313#M85003</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-07-07T03:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How mount the logical interface on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577314#M85004</link>
      <description>Run:&lt;BR /&gt;&lt;BR /&gt;rpcinfo -p 201.20.4.11 &lt;BR /&gt;&lt;BR /&gt;to see if nfs is running on that interface.&lt;BR /&gt;&lt;BR /&gt;You should check the name resolution on both servers, name resolution can cause nfs problems.&lt;BR /&gt;&lt;BR /&gt;What is the error when you run mount 201.20.4.11:/tmp /tmp/test?</description>
      <pubDate>Thu, 07 Jul 2005 08:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577314#M85004</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-07-07T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: How mount the logical interface on Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577315#M85005</link>
      <description>Thanks for all the info !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tommy</description>
      <pubDate>Fri, 05 Aug 2005 15:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-mount-the-logical-interface-on-linux/m-p/3577315#M85005</guid>
      <dc:creator>Xuquan Lin</dc:creator>
      <dc:date>2005-08-05T15:01:00Z</dc:date>
    </item>
  </channel>
</rss>

