<?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: Mounting CIFS shares with IP address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681455#M555063</link>
    <description>Steven,&lt;BR /&gt;&lt;BR /&gt;The windows machine does have more than one IP address.  I have what I believe it the entire Windows firewall disabled.  Is it a Windows protection feature to only allow a user to connect on one interface at a time?  &lt;BR /&gt;&lt;BR /&gt;The HPUX machine running the CIFS client also has two interfaces, both of which can ping the Windows machine on both of it's interfaces.  I noticed that which interface the CIFS client uses is dependent on the order of the /etc/hosts file.  &lt;BR /&gt;&lt;BR /&gt;Thanks again for the help.&lt;BR /&gt;&lt;BR /&gt;Bryan</description>
    <pubDate>Mon, 05 Dec 2005 00:07:05 GMT</pubDate>
    <dc:creator>Bryan Strait</dc:creator>
    <dc:date>2005-12-05T00:07:05Z</dc:date>
    <item>
      <title>Mounting CIFS shares with IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681452#M555060</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not a guru by any means when it comes to windows networking.  I've searched the forums and seen similar issues; each with the conclusion that CIFS shares cannot be mounted using only the IP address.  &lt;BR /&gt;&lt;BR /&gt;For example, the following works where server is resolved to 192.168.10.50 in the /etc/hosts file...&lt;BR /&gt;&lt;BR /&gt;mount -F cifs server:/share /mnt/share&lt;BR /&gt;&lt;BR /&gt;But the following produces a "connection refused" error...&lt;BR /&gt;&lt;BR /&gt;mount -F cifs 192.168.10.50:/share /mnt/share &lt;BR /&gt;&lt;BR /&gt;We're running version A.01.09 client running on HPUX 11i v2, connecting to shares on a Win2003 server.  I can successfully mount the shares by hostname but not by IP.  We're not using DNS, so the host name resolution is limited to /etc/hosts.  The reason we need to mount by IP address instead of hostname is that I need shares to be mounted on specific IP addresses.  When mounting by IP I get "connection refused." &lt;BR /&gt;&lt;BR /&gt;Is there any way the CIFS client can be told which IP address to use?  I've tried the ipaddr option with mount, but this only works as a netbios IP address.  I've also tried using the cifsmount using the -I option and it also produces undesireable results.  Furthermore, I've tried creating host entries in the /etc/hosts specific to the IP addresses we wish to mount - this still produces a connection refused.&lt;BR /&gt;&lt;BR /&gt;Thanks so much!&lt;BR /&gt;&lt;BR /&gt;Bryan&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Nov 2005 05:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681452#M555060</guid>
      <dc:creator>Bryan Strait</dc:creator>
      <dc:date>2005-11-30T05:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CIFS shares with IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681453#M555061</link>
      <description>Can you say for,&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -s &lt;SERVER&gt;&lt;BR /&gt;# rpcinfo -s &lt;IP-ADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf hosts: entry?&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/IP-ADDRESS&gt;&lt;/SERVER&gt;</description>
      <pubDate>Wed, 30 Nov 2005 05:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681453#M555061</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-30T05:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CIFS shares with IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681454#M555062</link>
      <description>Shalom Brian,&lt;BR /&gt;&lt;BR /&gt;The windows box may have more than one IP address configured and be blocking via what Microsoft claims is a firewall on one of the IP addresses.&lt;BR /&gt;&lt;BR /&gt;ipconfig /all &lt;BR /&gt;&lt;BR /&gt;On the win box and see if this is the cae.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Nov 2005 06:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681454#M555062</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-30T06:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CIFS shares with IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681455#M555063</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;The windows machine does have more than one IP address.  I have what I believe it the entire Windows firewall disabled.  Is it a Windows protection feature to only allow a user to connect on one interface at a time?  &lt;BR /&gt;&lt;BR /&gt;The HPUX machine running the CIFS client also has two interfaces, both of which can ping the Windows machine on both of it's interfaces.  I noticed that which interface the CIFS client uses is dependent on the order of the /etc/hosts file.  &lt;BR /&gt;&lt;BR /&gt;Thanks again for the help.&lt;BR /&gt;&lt;BR /&gt;Bryan</description>
      <pubDate>Mon, 05 Dec 2005 00:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681455#M555063</guid>
      <dc:creator>Bryan Strait</dc:creator>
      <dc:date>2005-12-05T00:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting CIFS shares with IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681456#M555064</link>
      <description>Muthukumar,&lt;BR /&gt;&lt;BR /&gt;rpcinfo returns the same for the hostname and IP address of both subnet connections:&lt;BR /&gt;&lt;BR /&gt;"rpcinfo -s host", "rpcinfo -s 192.168.13.50", and "rpcinfo -s 192.168.14.50" all return the same report:&lt;BR /&gt;&lt;BR /&gt;program  versions  netids  service  owner&lt;BR /&gt;100000  2  tcp,udp  rpcbind  unknown&lt;BR /&gt;351455  2,1  udp,tcp  -  unknown&lt;BR /&gt;100005  3,2,1  tcp,udp  mountd  unknown&lt;BR /&gt;100021  4,3,2,1  tcp,udp  nlockmgr  unknown&lt;BR /&gt;100024  1  tcp,udp  status  unknown&lt;BR /&gt;100003  3,2,1  tcp,udp  nfs  unknown&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The nsswitch file specifies to use local first, then DNS for hostname resolution.&lt;BR /&gt;&lt;BR /&gt;Bryan&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 02:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cifs-shares-with-ip-address/m-p/3681456#M555064</guid>
      <dc:creator>Bryan Strait</dc:creator>
      <dc:date>2005-12-06T02:20:46Z</dc:date>
    </item>
  </channel>
</rss>

