<?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: ypbind fails to connect to NIS server on other subnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502280#M533784</link>
    <description>Can you please email me (dave.olker@hp.com) or post the raw tcpdump file here?  I want to look at the raw file in Wireshark so I can look at reproducing the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
    <pubDate>Tue, 29 Sep 2009 15:50:32 GMT</pubDate>
    <dc:creator>Dave Olker</dc:creator>
    <dc:date>2009-09-29T15:50:32Z</dc:date>
    <item>
      <title>ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502266#M533770</link>
      <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;I have two HP-UX11i v2 itanium servers which are set up as NIS clients to a Windows 2008 server acting as a NIS master  and a Windows 2003 server acting as a NIS subordinate on a different subnet. If I use the ypset option to ypbind, specifing the address of the Windows 2008 server, it all works fine, but if I use the ypinit -c command to create a list of NIS servers, and start ypbind without the ypset option, ypbind fails to connect to the NIS server (the error in the log states:-&lt;BR /&gt;The list of NIS servers in the file /var/yp/binding/DOMAIN/ypservers is not responding. Trying to get a binding by broadcasting.&lt;BR /&gt;The IP address speceifed for the ypset command, and that in the ypservers file is identical.&lt;BR /&gt;&lt;BR /&gt;I would prefer to use the ypinit -c method, as I would like to specify a list of NIS servers for resiliance against failure of the master. &lt;BR /&gt;&lt;BR /&gt;Any ideas what might be wrong?</description>
      <pubDate>Wed, 23 Sep 2009 14:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502266#M533770</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-23T14:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502267#M533771</link>
      <description>&amp;gt; The list of NIS servers in the file /var/yp/binding/DOMAIN/ypservers is not responding. Trying to get a binding by broadcasting&lt;BR /&gt;&lt;BR /&gt;Just to verify, you start ypbind without any options right? Check the /etc/rc.config.d/namesvrs file and ensure there are no ypbind options that may be incorrect.&lt;BR /&gt;&lt;BR /&gt;Check the access time stamp (ll -u) of the /var/yp/binding/DOMAIN/ypservers file to see if ypbind even reads it. (shutdown ypbind and wait 2 minutes for the file to "age" out. Then start ypbind and check the access time of the ypservers file. It should be the same as the the time that you started ypbind. If it is not, then the file is not getting read at all. Check the permissions and spelling of the whole path /var/yp/binding/DOMAIN/ypservers</description>
      <pubDate>Wed, 23 Sep 2009 18:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502267#M533771</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-09-23T18:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502268#M533772</link>
      <description>What are the contents of the /var/yp/binding/DOMAIN/ypservers file?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 23 Sep 2009 21:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502268#M533772</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-09-23T21:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502269#M533773</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Many Thanks for the replies.&lt;BR /&gt;TTr,&lt;BR /&gt;I've checked the namesvrs config file, and there are no options being applied to ypbind.&lt;BR /&gt;The timestamp on the ypservers file does get updated to the time that I start ypbind, so presumably it is being read.&lt;BR /&gt;&lt;BR /&gt;Dave,&lt;BR /&gt;The contents of the ypservsers file is:-&lt;BR /&gt;10.179.22.197&lt;BR /&gt;10.179.22.198</description>
      <pubDate>Thu, 24 Sep 2009 08:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502269#M533773</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-24T08:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502270#M533774</link>
      <description>&lt;!--!*#--&gt;Hi There,&lt;BR /&gt;&lt;BR /&gt;Just a bit more information, I have two Tru64 Alphaservers, two RHEL5 Proliant Servers, and an RHEL4 Proliant server all configured to use NIS from the W2008 server (10.179.22.197) and the W2003 server (10.179.22.198). They all work fine, and correctly detect the failure of the master(the W2008 server) and switch over to the subordinate(the W2003 server).&lt;BR /&gt;&lt;BR /&gt;When I start ypbind with no options on the HP-UX servers, the nis.client script outputs the following:-&lt;BR /&gt;&lt;BR /&gt;Starting NIS CLIENT networking&lt;BR /&gt;starting up the rpcbind&lt;BR /&gt;    rpcbind already started using pid: 2102&lt;BR /&gt;    domainname DOMAIN&lt;BR /&gt;starting up the Network Information Service&lt;BR /&gt;    starting up the ypbind daemon&lt;BR /&gt;    /usr/lib/netsvc/yp/ypbind&lt;BR /&gt;    Checking NIS binding.&lt;BR /&gt;    Unable to bind to NIS server using domain APMSDEV.&lt;BR /&gt;    starting up the keyserv daemon&lt;BR /&gt;    /usr/sbin/keyserv&lt;BR /&gt;&lt;BR /&gt;if I check the binding using ypwhich, it shows that ypbind has bound to the subordinate server (10.179.22.198), and ypcat etc works.&lt;BR /&gt;&lt;BR /&gt;If I force ypbind to connect to the master server using the ypset option, I get the following output from the nis.client script:-&lt;BR /&gt;&lt;BR /&gt;Starting NIS CLIENT networking&lt;BR /&gt;starting up the rpcbind&lt;BR /&gt;    rpcbind already started using pid: 2102&lt;BR /&gt;    domainname DOMAIN&lt;BR /&gt;starting up the Network Information Service&lt;BR /&gt;    starting up the ypbind daemon&lt;BR /&gt;ypbind will not use the server list available in the file /var/yp/binding/&lt;DOMAIN_NAME&gt;/ypservers for binding purposes. Also if ypbind is invoked with the -broadcast option, then -broadcast option is ignored.&lt;BR /&gt;    /usr/lib/netsvc/yp/ypbind -ypset&lt;BR /&gt;    calling ypset with 10.179.22.197&lt;BR /&gt;    Checking NIS binding.&lt;BR /&gt;    Bound to NIS server using domain APMSDEV.&lt;BR /&gt;    starting up the keyserv daemon&lt;BR /&gt;    /usr/sbin/keyserv&lt;BR /&gt;&lt;BR /&gt;If I check the binding using ypwhich, it shows that ypbind has correctly bound to the Master server (10.179.22.197)and ypcat etc works OK.&lt;BR /&gt;&lt;BR /&gt;If I start ypbind with a just a -v option, I get the following output from the nis.client script:-&lt;BR /&gt;Starting NIS CLIENT networking&lt;BR /&gt;starting up the rpcbind&lt;BR /&gt;    rpcbind already started using pid: 2102&lt;BR /&gt;    domainname DOMAIN&lt;BR /&gt;starting up the Network Information Service&lt;BR /&gt;    starting up the ypbind daemon&lt;BR /&gt;running verbose (for debugging)&lt;BR /&gt;10.179.22.197: RPC :Timed out&lt;BR /&gt;sockaddr_in.sin_family 2&lt;BR /&gt;sockaddr_in.sin_port 740&lt;BR /&gt;sockaddr_in.sin_addr 0&lt;BR /&gt;version is 2&lt;BR /&gt;10.179.22.197: RPC :Timed out&lt;BR /&gt;10.179.22.198: RPC :Program/version mismatch; low version = 2, high version = 2 we do hav a old version bound&lt;BR /&gt;NIS: server not responding&lt;BR /&gt;&lt;BR /&gt;At this point the nis.client script hangs and I get no further output. ypwhich shows that ypbind is bound to the subordinate server 10.179.22.198, this also triggers further output from the nis.client script:-&lt;BR /&gt;sockaddr_in.sin_family 2&lt;BR /&gt;sockaddr_in.sin_port 740&lt;BR /&gt;sockaddr_in.sin_addr 0&lt;BR /&gt;version is 2&lt;BR /&gt;&lt;BR /&gt;Not sure if any of this helps or not.&lt;/DOMAIN_NAME&gt;</description>
      <pubDate>Thu, 24 Sep 2009 08:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502270#M533774</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-24T08:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502271#M533775</link>
      <description>Not sure why the automated binding to that IP address is failing and the manual one works.  Only thing I can think of to try at the moment is collect a network trace of the manual (working) ypset command forcing the binding and then collect a 2nd network trace of the failing (automated) ypbind startup where it can't bind to the IP address and then compare the traces to see if there's something visible in the failing trace to explain what's different from the working trace.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 24 Sep 2009 16:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502271#M533775</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-09-24T16:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502272#M533776</link>
      <description>&amp;gt; 10.179.22.197: RPC :Timed out&lt;BR /&gt;&amp;gt; 10.179.22.198: RPC :Program/version...&lt;BR /&gt;&lt;BR /&gt;It does seem that it may be using different connection parameters each time and when using the ypservers file the NIS master rpc may be timing out. I was thinking about a network trace as well. You can install tcpdump from the internetExpress suite &lt;A href="https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In addition to the network trace you can also run ypbind through tusc to see what it is doing in each case.&lt;BR /&gt;You can also turn on dedicated logging for ypbing by enabling the "-l" option in the /etc/rc.config.d/namesvrs file. If you use ypset mode or the "-v" option you put all options together as in &lt;BR /&gt;YPBIND_OPTIONS="-v -l /var/yp/ypbind.log -ypset"&lt;BR /&gt;And finally check if there is anything in the logs on the server side regrding the connection in each case.</description>
      <pubDate>Thu, 24 Sep 2009 16:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502272#M533776</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-09-24T16:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502273#M533777</link>
      <description>Hi Dave, TTr,&lt;BR /&gt;&lt;BR /&gt;Many thanks fo the replies.&lt;BR /&gt;&lt;BR /&gt;Here is the content of the tcpdump for ypbind with no parameters:-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;09:14:42.381269 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 106: ebu015.49847 &amp;gt; EBK001.portmap: UDP, length 64&lt;BR /&gt; 0x0000:  4500 005c bd31 4000 4011 3a4e 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 c2b7 006f 0048 0086 4ab9 bb2d&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a0 0000 0003&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0001 86a4 0000 0002 0000 0003&lt;BR /&gt; 0x0050:  7564&lt;BR /&gt;09:14:42.419634 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 86: EBK001.portmap &amp;gt; ebu015.49847: UDP, length 44&lt;BR /&gt; 0x0000:  4500 0048 6082 4000 7f11 5811 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 006f c2b7 0034 973a 4ab9 bb2d&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 000d 302e 302e 302e 302e&lt;BR /&gt; 0x0040:  332e 3137 3700 0000&lt;BR /&gt;09:14:42.419688 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 106: ebu015.49850 &amp;gt; EBK001.portmap: UDP, length 64&lt;BR /&gt; 0x0000:  4500 005c bd32 4000 4011 3a4d 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 c2ba 006f 0048 049c 4ab9 b715&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a0 0000 0003&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0001 86a4 0000 0001 0000 0003&lt;BR /&gt; 0x0050:  7564&lt;BR /&gt;09:14:42.419747 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 86: EBK001.portmap &amp;gt; ebu015.49850: UDP, length 44&lt;BR /&gt; 0x0000:  4500 0048 6083 4000 7f11 5810 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 006f c2ba 0034 9b4f 4ab9 b715&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 000d 302e 302e 302e 302e&lt;BR /&gt; 0x0040:  332e 3137 3700 0000&lt;BR /&gt;&lt;BR /&gt;Here is the tcpdump output from ypbind started with the -ypset option:-&lt;BR /&gt;09:16:54.000518 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 98: ebu015.796 &amp;gt; EBK001.portmap: UDP, length 56&lt;BR /&gt; 0x0000:  4500 0054 bd33 4000 4011 3a54 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 031c 006f 0040 f42d 4abc 6c86&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a0 0000 0002&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0001 86a4 0000 0002 0000 0011&lt;BR /&gt; 0x0050:  0000&lt;BR /&gt;09:16:54.008085 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 70: EBK001.portmap &amp;gt; ebu015.796: UDP, length 28&lt;BR /&gt; 0x0000:  4500 0038 6d77 4000 7f11 4b2c 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 006f 031c 0024 fe14 4abc 6c86&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 03b1&lt;BR /&gt;09:16:54.008139 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 94: ebu015.797 &amp;gt; EBK001.945: UDP, length 52&lt;BR /&gt; 0x0000:  4500 0050 bd34 4000 4011 3a57 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 031d 03b1 003c 521f 4abc 6920&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a4 0000 0002&lt;BR /&gt; 0x0030:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0000 0007 4150 4d53 4445 5600&lt;BR /&gt;09:16:54.008197 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 70: EBK001.945 &amp;gt; ebu015.797: UDP, length 28&lt;BR /&gt; 0x0000:  4500 0038 6d78 4000 7f11 4b2b 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 03b1 031d 0024 01e8 4abc 6920&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 0001&lt;BR /&gt;09:16:58.948311 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 118: ebu015.808 &amp;gt; EBK001.945: UDP, length 76&lt;BR /&gt; 0x0000:  4500 0068 bd35 4000 4011 3a3e 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 0328 03b1 0054 ceb0 4ab2 1aa7&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a4 0000 0002&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0000 0007 4150 4d53 4445 5600&lt;BR /&gt; 0x0050:  0000&lt;BR /&gt;09:16:58.963604 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 122: EBK001.945 &amp;gt; ebu015.808: UDP, length 80&lt;BR /&gt; 0x0000:  4500 006c 6eb6 4000 7f11 49b9 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 03b1 0328 0058 bc93 4ab2 1aa7&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 0001 0000 0030 756e 6974&lt;BR /&gt; 0x0040:  373a 6479 5071 4b6e 502f 3242 7a6e 593a&lt;BR /&gt; 0x0050:  3530&lt;BR /&gt;&lt;BR /&gt;The initial message sent to query the portmapper on the NIS server seems to be different depending on whether the ypset option is used or not. This seems to be the crux of the problem.&lt;BR /&gt;&lt;BR /&gt;I have now done more tests on my other systems, and it appears that I was mistaken in my assupmtion that the Linux systems were working correctly. The two Tru64 systems work fine. The Linux systems behave like the HP-UX systems i.e. If I have no options specified to ypbind, and have a list of servers specified, ypbind only binds to the Windows 2003 NIS server. If I use ypset, I can get ypbind to bind o either of the NS servers.&lt;BR /&gt;&lt;BR /&gt;I'm not sure whether this is a problem with the Windows 2008 NIS server, or the implementation of ypbind on Linux and HP-UX.&lt;BR /&gt;&lt;BR /&gt;The fact that the initiating messages to the port mapper from ypbind are different depending on whether ypbind is started with&lt;BR /&gt;ypset or not suggests a problem with ypbind on the Linux and HP-UX platforms.</description>
      <pubDate>Fri, 25 Sep 2009 07:35:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502273#M533777</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-25T07:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502274#M533778</link>
      <description>My apologies for the confusion.&lt;BR /&gt;&lt;BR /&gt;I have carried out further tests on the Linux systems, and it appears they are working correctly, they are just selecting the subordinate NIS server in preference to the master NIS server, presuambly because it is faster?&lt;BR /&gt;&lt;BR /&gt;If I remove the subordinate server from the list of NIS servers, so that it just contains the master, the Linux servers correctly bind to the master.&lt;BR /&gt;&lt;BR /&gt;Having examined the packets issued by both Tru64 and Linux using tcpdump, it appears that the first message that gets sent to the NIS server is a get port prog "yp" V2 request as below:-&lt;BR /&gt;&lt;BR /&gt;13:26:40.612535 00:0b:cd:dc:35:b1 &amp;gt; 00:09:0f:09:00:03, ethertype IPv4 (0x0800), length 98: IP ebu010.1006 &amp;gt; EBK001.sunrpc: UDP, length 56&lt;BR /&gt; 0x0000:  4500 0054 0000 4000 4011 f781 0ab3 16ed  E..T..@.@.......&lt;BR /&gt; 0x0010:  0ab3 16c5 03ee 006f 0040 4369 4c23 72c2  .......o.@CiL#r.&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a0 0000 0002  ................&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000  ................&lt;BR /&gt; 0x0040:  0000 0000 0001 86a4 0000 0002 0000 0011  ................&lt;BR /&gt; 0x0050:  0000 0000                                ....&lt;BR /&gt;13:26:40.613119 00:09:0f:09:00:03 &amp;gt; 00:0b:cd:dc:35:b1, ethertype IPv4 (0x0800), length 70: IP EBK001.sunrpc &amp;gt; ebu010.1006: UDP, length 28&lt;BR /&gt; 0x0000:  4500 0038 1b7c 4000 7f11 9d21 0ab3 16c5  E..8.|@....!....&lt;BR /&gt; 0x0010:  0ab3 16ed 006f 03ee 0024 f558 4c23 72c2  .....o...$.XL#r.&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................&lt;BR /&gt; 0x0030:  0000 0000 0000 03f2                      ........&lt;BR /&gt;13:26:40.614037 00:0b:cd:dc:35:b1 &amp;gt; 00:09:0f:09:00:03, ethertype IPv4 (0x0800), length 154: IP ebu010.48504 &amp;gt; EBK001.1010: UDP, length 112&lt;BR /&gt; 0x0000:  4500 008c 0000 4000 4011 f749 0ab3 16ed  E.....@.@..I....&lt;BR /&gt; 0x0010:  0ab3 16c5 bd78 03f2 0078 43a1 868c bc4a  .....x...xC....J&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a4 0000 0002  ................&lt;BR /&gt; 0x0030:  0000 0002 0000 0001 0000 003c 4abc b700  ...........&lt;J...&gt;&lt;/J...&gt; 0x0040:  0000 0006 6562 7530 3130 0000 0000 0000  ....ebu010......&lt;BR /&gt; 0x0050:  0000 0000 0000                           ......&lt;BR /&gt;13:26:40.614484 00:09:0f:09:00:03 &amp;gt; 00:0b:cd:dc:35:b1, ethertype IPv4 (0x0800), length 70: IP EBK001.1010 &amp;gt; ebu010.48504: UDP, length 28&lt;BR /&gt; 0x0000:  4500 0038 1b7d 4000 7f11 9d20 0ab3 16c5  E..8.}@.........&lt;BR /&gt; 0x0010:  0ab3 16ed 03f2 bd78 0024 b84a 868c bc4a  .......x.$.J...J&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................&lt;BR /&gt; 0x0030:  0000 0000 0000 0001                      ........&lt;BR /&gt;13:26:40.619532 00:0b:cd:dc:35:b1 &amp;gt; 00:09:0f:09:00:03, ethertype IPv4 (0x0800), length 94: IP ebu010.1008 &amp;gt; EBK001.1010: UDP, length 52&lt;BR /&gt; 0x0000:  4500 0050 0000 4000 4011 f785 0ab3 16ed  E..P..@.@.......&lt;BR /&gt; 0x0010:  0ab3 16c5 03f0 03f2 003c 4365 5f2b 1c46  .........&lt;CE_&gt;&lt;/CE_&gt; 0x0020:  0000 0000 0000 0002 0001 86a4 0000 0002  ................&lt;BR /&gt; 0x0030:  0000 0001 0000 0000 0000 0000 0000 0000  ................&lt;BR /&gt; 0x0040:  0000 0000 0000 0007 4150 4d53 4445 5600  ........APMSDEV.&lt;BR /&gt;13:26:40.619972 00:09:0f:09:00:03 &amp;gt; 00:0b:cd:dc:35:b1, ethertype IPv4 (0x0800), length 70: IP EBK001.1010 &amp;gt; ebu010.1008: UDP, length 28&lt;BR /&gt; 0x0000:  4500 0038 1b7e 4000 7f11 9d1f 0ab3 16c5  E..8.~@.........&lt;BR /&gt; 0x0010:  0ab3 16ed 03f2 03f0 0024 3939 5f2b 1c46  .........$99_+.F&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000  ................&lt;BR /&gt; 0x0030:  0000 0000 0000 0001                      ........&lt;BR /&gt;&lt;BR /&gt;This first packet is the same format as issued by the HP-UX ypbind when using the -ypset option, so it seems as though the HP-UX version of ypbind is doing something different to the Tru64 and HP-UX versions when started with no options and a list of NIS servers.</description>
      <pubDate>Fri, 25 Sep 2009 12:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502274#M533778</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-25T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502275#M533779</link>
      <description>You probably have discovered a bug. If you want to have more fun, donload tusc and run the ypbind through it. You have to run the ypbing directly and not use the nis.client startup script&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.10/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.10/&lt;/A&gt;</description>
      <pubDate>Fri, 25 Sep 2009 12:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502275#M533779</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-09-25T12:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502276#M533780</link>
      <description>OK, I may be interpreting this incorrectly but here goes:-&lt;BR /&gt;&lt;BR /&gt;The packet that is sent out when starting ypbind without any options on HP-UX appears to be calling the rpcbind service (program 100000) version 3 with a fuction code of 3 (getport). It is asking for the mapping for ypserv (program 100004) version 2, but the protocol seems wrong, it has a value of 3, and it should be either 17 (hex 11) for udp or 6 for tcp. The port number appears to be garbage (but gets ingored anyway).&lt;BR /&gt;&lt;BR /&gt;The packet sent out when starting ypbind with the -ypset option appears to be calling the rpcbind service (program 100000) version 2 with a fuction code of 3 (getport). It is asking for the mapping for ypserv (program 100004) version 2, with a protocol value of hex 11 (udp) and a port of 0. This gets a sucesful reply.&lt;BR /&gt;&lt;BR /&gt;Note that this packet is exactly the same format as that sent out by the Tru64 and Linux ypbind processes when attempting to connect to a server in the NIS server list.&lt;BR /&gt;&lt;BR /&gt;I therefore think that there is some bug in the HP-UX version of ypbind which is sending out a malformed rpc request to get the port mapping for the ypserv process when it is started up without any options and is provided with a list of servers.</description>
      <pubDate>Fri, 25 Sep 2009 12:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502276#M533780</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-25T12:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502277#M533781</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Can you send me the raw tcpdump file you collected showing the bad ypbind request?  Also, can you tell me which NFS/NIS patch level you're running on your 11i v2 system?  I want to see if I can reproduce the problem in-house as that does seem like a bug.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 25 Sep 2009 13:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502277#M533781</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-09-25T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502278#M533782</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;We have finished for the weekend now, so I'll have to pick this up on Monday.&lt;BR /&gt;&lt;BR /&gt;My interpretation of the V3 rpc getport request packet was incorrect. The protocol type in rpc v3 is now encoded as a string, which is given as 3 bytes long, and corresponds to the ascii characters "udp" In fact, I think the w2008 box responded with a correct reply in rpc v3 format with the port address of the ypserv service as a string of 13 bytes (hex d) correspondingto a string of "0.0.0.0.3.224" which is port 1010 (this agrees with the udp port address of 1010 for ypserv returned by an rpcinfo -p command on the w2008 server), but this reply seems to get ignored by the ypbind process, which just issues another rpc V3 getport request.&lt;BR /&gt;&lt;BR /&gt;This interchange of messages can be seen in the first tcpdump listing I posted.&lt;BR /&gt;&lt;BR /&gt;The windows 2003 server only supports rpc v2, so when it is sent a V3 rpc getport request, it replies with a version not supported error, which causes ypbind to fall back to sending an rpc v2 getport request which works OK, and so ypbind then succesfully binds to the W2003 NIS server.</description>
      <pubDate>Fri, 25 Sep 2009 14:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502278#M533782</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-25T14:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502279#M533783</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;NIS patch level is PHNE_37490 NFS patch level is PHNE_38252.&lt;BR /&gt;&lt;BR /&gt;tcpdump output as follows:-&lt;BR /&gt;&lt;BR /&gt;11:14:51.835711 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 106: ebu015.49221 &amp;gt; EBK001.portmap: UDP, length 64&lt;BR /&gt; 0x0000:  4500 005c 6019 4000 4011 9766 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 c045 006f 0048 572c 4acc 66e6&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a0 0000 0003&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0001 86a4 0000 0002 0000 0003&lt;BR /&gt; 0x0050:  7564 7000 0000&lt;BR /&gt;11:14:51.876907 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 86: EBK001.portmap &amp;gt; ebu015.49221: UDP, length 44&lt;BR /&gt; 0x0000:  4500 0048 0624 4000 7f11 b26f 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 006f c045 0034 f1e3 4acc 66e6&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 000d 302e 302e 302e 302e&lt;BR /&gt; 0x0040:  332e 3234 3200 0000&lt;BR /&gt;11:14:51.876959 00:1a:4b:05:78:98 (oui Unknown) &amp;gt; 00:09:0f:09:00:03 (oui Unknown), ethertype IPv4 (0x0800), length 106: ebu015.49224 &amp;gt; EBK001.portmap: UDP, length 64&lt;BR /&gt; 0x0000:  4500 005c 601a 4000 4011 9765 0ab3 16e7&lt;BR /&gt; 0x0010:  0ab3 16c5 c048 006f 0048 5ded 4acc 6023&lt;BR /&gt; 0x0020:  0000 0000 0000 0002 0001 86a0 0000 0003&lt;BR /&gt; 0x0030:  0000 0003 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0040:  0000 0000 0001 86a4 0000 0001 0000 0003&lt;BR /&gt; 0x0050:  7564 7000 0000&lt;BR /&gt;11:14:51.877018 00:09:0f:09:00:03 (oui Unknown) &amp;gt; 00:1a:4b:05:78:98 (oui Unknown), ethertype IPv4 (0x0800), length 86: EBK001.portmap &amp;gt; ebu015.49224: UDP, length 44&lt;BR /&gt; 0x0000:  4500 0048 0625 4000 7f11 b26e 0ab3 16c5&lt;BR /&gt; 0x0010:  0ab3 16e7 006f c048 0034 f8a3 4acc 6023&lt;BR /&gt; 0x0020:  0000 0001 0000 0000 0000 0000 0000 0000&lt;BR /&gt; 0x0030:  0000 0000 0000 000d 302e 302e 302e 302e&lt;BR /&gt; 0x0040:  332e 3234 3200 0000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If ypbind is started with a -v option, it reports RPC timeouts, so it isn't interpreting the reply packet from the NIS server as a vailid rpc v3 reply packet.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Sep 2009 11:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502279#M533783</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-28T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502280#M533784</link>
      <description>Can you please email me (dave.olker@hp.com) or post the raw tcpdump file here?  I want to look at the raw file in Wireshark so I can look at reproducing the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 29 Sep 2009 15:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502280#M533784</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-09-29T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502281#M533785</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Wireshark capture file sent to you via e-mail.</description>
      <pubDate>Wed, 30 Sep 2009 07:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502281#M533785</guid>
      <dc:creator>Steven Pringle</dc:creator>
      <dc:date>2009-09-30T07:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502282#M533786</link>
      <description />
      <pubDate>Thu, 29 Oct 2009 15:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502282#M533786</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-10-29T15:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502283#M533787</link>
      <description>&lt;!--!*#--&gt;Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Sorry this has taken me so long.  I've been tied up in other escalations and it took me a while to configure Win2k8 systems and HP-UX systems on different subnets, etc.&lt;BR /&gt;&lt;BR /&gt;I did reproduce your problem in house.  When I compare the failing trace (Windows 2008 NIS server) against a working trace (11i v3 NIS server) I think I see the difference.&lt;BR /&gt;&lt;BR /&gt;Here's the exchange from the Windows 2008 NIS server:&lt;BR /&gt;&lt;BR /&gt;No.     Time        Source                Destination           Protocol Info&lt;BR /&gt;   4159 31.382125   15.23.137.250         15.43.213.235         Portmap  V3 GETADDR Call (Reply In 4160)&lt;BR /&gt;Portmap&lt;BR /&gt;    [Program Version: 3]&lt;BR /&gt;    [V3 Procedure: GETADDR (3)]&lt;BR /&gt;    RPCB&lt;BR /&gt;        Program: YPSERV (100004)&lt;BR /&gt;        Version: 2&lt;BR /&gt;        Network Id: udp&lt;BR /&gt;            length: 3&lt;BR /&gt;            contents: udp&lt;BR /&gt;            fill bytes: opaque data&lt;BR /&gt;        Universal Address: &lt;EMPTY&gt;&lt;BR /&gt;            length: 0&lt;BR /&gt;            contents: &lt;EMPTY&gt;&lt;BR /&gt;        Owner of this Service: &lt;EMPTY&gt;&lt;BR /&gt;            length: 0&lt;BR /&gt;            contents: &lt;EMPTY&gt;&lt;BR /&gt;&lt;BR /&gt;No.     Time        Source                Destination           Protocol Info&lt;BR /&gt;   4160 31.382529   15.43.213.235         15.23.137.250         Portmap  V3 GETADDR Reply (Call In 4159)&lt;BR /&gt;Portmap&lt;BR /&gt;    [Program Version: 3]&lt;BR /&gt;    [V3 Procedure: GETADDR (3)]&lt;BR /&gt;    Universal Address: 0.0.0.0.2.89&lt;BR /&gt;        length: 12&lt;BR /&gt;        contents: 0.0.0.0.2.89&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can see the Universal Address returned by the Windows 2008 server indicates the NIS server is using IP address "0.0.0.0" and port number 601 (converted from 2.89).  This response confuses the HP-UX server because it's expecting the Universal Address to contain a valid IP address.  This is why it never binds to the server via direct communication and only binds to the Win2k8 box via UDP broadcasts - which don't work when the server is on a different subnet.&lt;BR /&gt;&lt;BR /&gt;By contrast, here is the exchange when using an HP-UX 11i v3 NIS server:&lt;BR /&gt;&lt;BR /&gt;No.     Time        Source                Destination           Protocol Info&lt;BR /&gt;    360 4.485842    15.43.209.141         15.3.104.152          Portmap  V3 GETADDR Call (Reply In 361)&lt;BR /&gt;Portmap&lt;BR /&gt;    [Program Version: 3]&lt;BR /&gt;    [V3 Procedure: GETADDR (3)]&lt;BR /&gt;    RPCB&lt;BR /&gt;        Program: YPSERV (100004)&lt;BR /&gt;        Version: 2&lt;BR /&gt;        Network Id: udp&lt;BR /&gt;            length: 3&lt;BR /&gt;            contents: udp&lt;BR /&gt;            fill bytes: opaque data&lt;BR /&gt;        Universal Address: &lt;EMPTY&gt;&lt;BR /&gt;            length: 0&lt;BR /&gt;            contents: &lt;EMPTY&gt;&lt;BR /&gt;        Owner of this Service: &lt;EMPTY&gt;&lt;BR /&gt;            length: 0&lt;BR /&gt;            contents: &lt;EMPTY&gt;&lt;BR /&gt;&lt;BR /&gt;No.     Time        Source                Destination           Protocol Info&lt;BR /&gt;    361 4.486694    15.3.104.152          15.43.209.141         Portmap  V3 GETADDR Reply (Call In 360)&lt;BR /&gt;Portmap&lt;BR /&gt;    [Program Version: 3]&lt;BR /&gt;    [V3 Procedure: GETADDR (3)]&lt;BR /&gt;    Universal Address: 15.3.104.152.2.182&lt;BR /&gt;        length: 18&lt;BR /&gt;        contents: 15.3.104.152.2.182&lt;BR /&gt;        fill bytes: opaque data&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The Universal Address returned by the HP-UX server indicates the NIS server is running on IP address "15.3.104.152" and port number 694 (converted from 2.182).  The 11i v3 NIS client immediately connects to the NIS server at that IP address / port number and binds successfully.  So it appears the underlying difference here is the Universal Address returned by the NIS server.  &lt;BR /&gt;&lt;BR /&gt;I think this is something you should discuss with Microsoft and have them look at changing their NIS server code to return the correct Universal Address - one that includes both the IP address and the port number.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;&lt;/EMPTY&gt;</description>
      <pubDate>Thu, 29 Oct 2009 15:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502283#M533787</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-10-29T15:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: ypbind fails to connect to NIS server on other subnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502284#M533788</link>
      <description>testing...</description>
      <pubDate>Thu, 29 Oct 2009 15:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ypbind-fails-to-connect-to-nis-server-on-other-subnet/m-p/4502284#M533788</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2009-10-29T15:44:21Z</dc:date>
    </item>
  </channel>
</rss>

