<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I have a new Intel quad core system that I have FC9 installed on.&nbsp; I've
configured NIS, but can't seem to get it to work.&nbsp; I've googled
everywhere and haven't a clue why I can't get it to work.&nbsp; I know it's
not rocket science !&nbsp; What am I missing?<br>
<br>
TIA - info below:<br>
<br>
yp.conf:<br>
&nbsp;&nbsp;&nbsp; domain MYCOMPANY server 172.20.21.23<br>
&nbsp;&nbsp; &nbsp;<br>
<br>
ping 172.20.21.23<br>
&nbsp;&nbsp;&nbsp; PING 172.20.21.23 (172.20.21.23) 56(84) bytes of data.<br>
&nbsp;&nbsp;&nbsp; 64 bytes from 172.20.21.23: icmp_seq=1 ttl=254 time=0.640 ms<br>
&nbsp;&nbsp;&nbsp; 64 bytes from 172.20.21.23: icmp_seq=2 ttl=254 time=0.721 ms<br>
<br>
/var/log/messages<br>
&nbsp;&nbsp;&nbsp; Oct&nbsp; 3 13:14:35 arm7 ypbind: NIS domain: MYCOMPANY, NIS server:<br>
&nbsp;&nbsp;&nbsp; Oct&nbsp; 3 13:17:47 arm7 ypbind: NIS domain: MYCOMPANY, NIS server:<br>
<br>
/etc/nsswitch.conf<br>
<blockquote>passwd:&nbsp;&nbsp;&nbsp;&nbsp; files nisplus nis<br>
shadow:&nbsp;&nbsp;&nbsp;&nbsp; files nisplus nis<br>
group:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files nisplus nis<br>
  <br>
hosts:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files dns<br>
bootparams: nisplus [NOTFOUND=return] files<br>
  <br>
ethers:&nbsp;&nbsp;&nbsp;&nbsp; files<br>
netmasks:&nbsp;&nbsp; files<br>
networks:&nbsp;&nbsp; files<br>
protocols:&nbsp; files<br>
rpc:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files<br>
services:&nbsp;&nbsp; files<br>
  <br>
netgroup:&nbsp;&nbsp; files<br>
  <br>
publickey:&nbsp; nisplus<br>
  <br>
automount:&nbsp; files<br>
aliases:&nbsp;&nbsp;&nbsp; files nisplus<br>
</blockquote>
<br>
# ypcat passwd<br>
No such map passwd.byname. Reason: Can't bind to server which serves
this domain<br>
<br>
</body>
</html>