2016-07-07 2 views
-1

동일한 설정 파일로 우분투에서 두 개의 DNS 캐시 서버를 언 바운드로 설정했습니다. 데스크탑 PC에서 PC를 부팅해도 언 바운드가 제대로 작동합니다. 그러나 노트북 PC에서는 언 바운드를 다시 시작해야만 작동합니다. 아래 랩톱 PC 테스트 방법을 적어 두었습니다. 언 바운드를 다시 시작하지 않고 PC를 부팅 한 직후에 언 바운드 작업을 올바르게 할 수 있도록 문제를 해결하는 방법을 찾은 사용자가 있습니다. 대단히 감사합니다.부팅시 "언 바운드 (unbound)"시작하는 방법

테스트 :

부팅 PC에

,

$ ping name.domain.com 
ping: unknown host name.domain.com 

내가

$ ps -ax | grep unbound 
3399 pts/1 S+  0:00 grep --color=auto unbound 

에 의해 프로세스를 확인하고 내가

$ sudo ss -lntp | grep unbound 
# no results 

에 의해 주소/포트 언 바운드 사용을 확인 I 때문에 광고를 가져올 수 없음 드레스/포트, 언 바운드에서 시작하려고합니다

$ sudo service unbound start 

그러나 차이는 없습니다.

$ ping name.domain.com 
ping: unknown host name.domain.com 
$ ps -ax | grep unbound 
3464 pts/1 S+  0:00 grep --color=auto unbound 
$ sudo ss -lntp | grep unbound 
# no results 

바인딩을 중지했다가 다시 시작하십시오. 나중에 모든 것이 잘된 것 같습니다.

$ sudo service unbound stop 
$ sudo service unbound start 
$ ping name.domain.com 
PING name.domain.com (192.168.x.xxx) 56(84) bytes of data. 
64 bytes from name.domain.com (192.168.x.xxx): icmp_seq=1 ttl=64 time=0.029 ms 
$ ps -ax | grep unbound 
3564 ?  Ss  0:00 /usr/sbin/unbound 
3652 pts/1 S+  0:00 grep --color=auto unbound 
$ sudo ss -lntp | grep unbound 
LISTEN  0  128 192.168.2.100:53      *:* 
users:(("unbound",pid=3564,fd=6)) 
LISTEN  0  128 127.0.0.1:53      *:* 
users:(("unbound",pid=3564,fd=4)) 
LISTEN  0  128 127.0.0.1:8953      *:* 
users:(("unbound",pid=3564,fd=8)) 
LISTEN  0  128  ::1:8953     :::* 
users:(("unbound",pid=3564,fd=7)) 

누군가가 잘못되었거나 해결책이나 제안을 찾으면 알려 주시기 바랍니다.

답변

1

시스템 날짜가 맞습니까?