DNS 서버를 꼭 그 서버로 해야만 연결이 되네여..
작성자 정보
- 유호현 작성
- 작성일
컨텐츠 정보
- 1,803 조회
- 0 추천
- 목록
본문
아.. 하루종일 뒤적거려도 해결이 안 되네여..
DNS 서버는 잡았는데요,
다른 컴퓨터에서는 접속이 안되구 DNS를 제가 잡은 서버로 잡아 준 컴퓨터에서만 접속이 되네요..
똑같이 두개를 만들었는데 하나는 되구 하나는 안되여..
좀 봐주세여.. 꾸벅..
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
zone "geosys.co.kr" {
type master;
file "geosys.co.kr.hosts";
};
zone "inahsl.org" {
type master;
file "inahsl.org.hosts";
};
zone "cypark.info" {
type master;
file "cypark.info.hosts";
};
include "/etc/rndc.key";
이상이 named.conf구여..
[root@GeoNS named]# cat inahsl.org.hosts
$TTL 30
@ IN SOA GeoNS.geosys.co.kr. will.geosys.co.kr (
2003043001 ; serial
5
5
30
1800 )
@ IN NS GeoNS.geosys.co.kr.
@ IN A 211.238.137.42
www IN A 211.238.137.42
will IN A 211.238.137.37
이거는 외부에서 접근이 안되구여..
[root@GeoNS named]# cat cypark.info.hosts
$TTL 432000
@ IN SOA GeoNS.geosys.co.kr. will.geosys.co.kr (
200303241 ; serial
5
5
432000
1800 )
@ IN NS GeoNS.geosys.co.kr.
@ IN A 211.238.137.42
will IN A 211.238.137.37
이거는 DNS서버를 다른 걸로 잡아도 접속이 잘 됩니다..
아무리봐도 다른점이 없어여.. ㅠㅠ
그럼 부탁드립니다.~
관련자료
-
이전
-
다음