참고로 전 허접 리눅서입니다...
이상하게 DNS설정이 안돼네요... 왜그런지두 잘 모르겠고....
왜그러지?
근데 제 아이피로 DNS를 설정하고 데몬을 실행했더니... 쩝. 다른 사이트들은 들어가구...
제가 테스트 할려구 하는건 안돼네요...
고수님들 이 허접좀 도와주세요.... ㅠ0ㅠ
named.conf
// 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 "istepodi" IN {
type master;
file "db.zone";
allow-update { none; };
};
zone "131.230.211.in-addr.arpa" IN {
type master;
file "db.rev";
allow-update { none; };
};
db.zone
@ IN SOA www.istepodi.co.kr. root.istepodi.co.kr.
( 20020305; serial
10800; refresh
3600; retry
3600000; expire
43200; default_ttl
)
IN NS www.istepodi.co.kr. ;Primary DNS
IN NS ns.istepodi.co.kr. ;Secondary DNS
IN A 211.230.131.202
IN MX 10 mail.istepodi.co.kr.
ns IN A 211.230.131.202
www IN A 211.230.131.202
db.rev
@ IN SOA www.istepodi.co.kr. root.istepodi.co.kr.
( 20020305
43200
3600
1209600
86400 )
IN NS www.istepodi.co.kr IN NS ns.istepodi.co.kr
202 IN PTR www.istepodi.co.kr 202 IN PTR ns.istep.co.kr--(ㅡㅡ );