아무리 해도 않되서요.....
지금 거의 5일째 밤새 매달리고 있는데.....진짜 않되네요.....
보시구 틀린거 있으면 조언좀 부탁드려요 ㅠㅠ
www.nanseul.com만 되면 어떻게 해보겠는데 ㅠㅠ......
참고로.....한컴리눅스2.2(2.4.13-1hl)이구요...
현재 서버로 돌릴 컴퓨터의 정보를 적어보께요.
IP : 203.241.228.228
DNS : 203.241.228.228 (ns1.nanseul.com)
203.241.250.11 (학교에서 쓰는 1차...)
203.241.246.11 (학교에서 쓰는 2차...)
도메인 : nanseul.com
그럼 파일들 쫙 뿌려보께요...
===============================================
/etc/sysconfig/network=========================
===============================================
DOMAIN=nanseul.com
NETWORKING=yes
HOSTNAME=linux
GATEWAY=203.241.228.1
===============================================
===============================================
/etc/resolv.conf===============================
===============================================
nameserver 203.241.228.228
===============================================
===============================================
/etc/hosts=====================================
===============================================
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 inje.ac.kr linux localhost.localdomain localhost
192.168.1.1 lovydayz lovydayz
===============================================
===============================================
/etc/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 "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 "zone-228.241.203.in-addr.arpa" IN {
type master;
file "zone-228.241.203.in-addr.arpa";
};
zone "nanseul.com" IN {
type master;
file "zone-nanseul";
};
include "/etc/rndc.key";
===============================================
===============================================
/var/named/zone-228.241.203.in-addr.arpa=======
===============================================
$TTL 86400
@ IN SOA ns1.nanseul.com. root.nanseul.com. (
2001121601 ; Serial
3H ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns1.nanseul.com.
228 IN PTR www.nanseul.com. ===============================================
===============================================
/var/named/zone-nanseul========================
===============================================
$TTL 86400
@ IN SOA ns1.nanseul.com. root.nanseul.com. (
2001121601 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
IN NS ns1.nanseul.com.
ns1 IN A 203.241.228.228
www IN A 203.241.228.228
linux IN A 203.241.228.228
===============================================
이상입니다.....휴휴.....