DNS Server setting based-on the BIND in the CentOS 5.3 CentOS 5.3버젼 에 DNS(도메임네임서버) 설정하기! - 2 자 그럼. 본격적으로 DNS 설정을 해 보자 # vi /etc/hosts //서버에서 도메인이 젤 먼저 찾는곳 127.0.0.1 test.pe.kr localhost // test 에는 domain 주소 192.168.10.017 ns.test.pe.kr ns // 111...111에는 ip주소를 기입한다 # vi /etc/resolv.conf // 서버에서 쓸 DNS domain test.pe.kr search test.pe.kr nameserver 192.168.10.107 // 000...000 에는 DNS 주소를 기입한다 # vi /etc/host.conf // 도메인에 대한 ip 찾는거 order.hosts.bind defaul.. 더보기 이전 1 ··· 390 391 392 393 394 395 396 ··· 595 다음