Information
The Network Information Service (NIS), formerly known as Yellow Pages, is a client-server directory service protocol used to distribute system configuration files. The NIS client ( ypbind ) was used to bind a machine to an NIS server and receive the distributed configuration files.
The NIS service is inherently an insecure system that has been vulnerable to DOS attacks, buffer overflows and has poor authentication for querying NIS maps. NIS generally has been replaced by such protocols as Lightweight Directory Access Protocol (LDAP). FreeBSD ships with a NIS server in base installation which is disabled by default.
Solution
Run the following commands to stop ypserv and disable ypserv :
# service ypserv onestop
# service ypserv onedisable