본문 바로가기

Linux

ypwhich: Can't communicate with ypbind

320x100

nis 설정을 다하고 ypwhich 해봤더니


# ypwhich

ypwhich: Can't communicate with ypbind


위와 같이 에러가 뜬다

centos 5.5 버전은 정상적으로 됐는데 centos 6.5 버전은 위와 같이 에러가 뜬다


NetworkManager 문제 때문에 위와 깉이 에러가 뜨는것이다

서비스를 꺼버리자


# service NetworkManager stop
Stopping NetworkManager daemon:                            [  OK  ]
# chkconfig NetworkManager off
# service ypbind restart
Shutting down NIS service:                                 [  OK  ]
Starting NIS service:                                      [  OK  ]
Binding NIS service:                              


했더니 정상적으로 nis 서버가 나타난다.


# ypwhich

nis_server




320x100