최근 CentOS 7에 대한 이미지를 받았는데 호스트를 확인하는 데 문제가 있습니다. 나는 현재 회사의 VPN을 사용하고 있으며 회사의 모든 리소스를 사용할 수 있습니다.
문제는 더 이상 사용할 수 있는 것이 없다는 것입니다. google.com 및 github.com과 같은 사이트에 액세스하려고 시도했지만 다음과 같은 오류가 발생합니다.
unknown host google.com
이 문제를 해결하려면 파서를 어떻게 구성해야 합니까?
내 콘텐츠 /etc/resolv.conf
:
# Generated by NetworkManager
search vbox
nameserver 10.3.1.1
nameserver 10.3.1.2
nameserver 172.23.28.7
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 172.23.28.8
결과host google.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:
google.com has address 216.58.208.142
google.com has IPv6 address 2a00:1450:4009:803::200e
google.com mail is handled by 10 aspmx.l.google.com.
google.com mail is handled by 20 alt1.aspmx.l.google.com.
google.com mail is handled by 50 alt4.aspmx.l.google.com.
google.com mail is handled by 40 alt3.aspmx.l.google.com.
google.com mail is handled by 30 alt2.aspmx.l.google.com.
결과dig @8.8.8.8 google.com
; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> @8.8.8.8 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57064
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 299 IN A 216.58.208.174
;; Query time: 25 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Dec 02 11:13:43 GMT 2016
;; MSG SIZE rcvd: 55
답변1
지금까지는 다른 모든 네임서버 줄 nameserver 8.8.8.8
앞에 이 줄을 추가했고 /etc/resolv.conf
문제가 해결되었습니다. 그러나 이 변경 사항이 NetworkManager에 의해 덮어쓰여질까 여전히 걱정됩니다.