To get NIS Client service runnig and working you need:

- Configure NIS domain using:
Code:
    domainname yourdomain
- Start portmapper and NIS services using:
Code:
   update-rc.d portmapper defaults 20
   update-rc.d nis defaults 22
(you need download portmapper prior to nis).

Now nis works fine... at last!!