| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
| Named Problemi
Merhaba Arkadaslar, bir vps müsterim var, cpanel-linux makinesi var arada bir siteler acilmiyor diye geliyor bakiyorum cpu felan normal, syn yok service named restart diyorum.Durdururken Failed oluyor, Baslatirken Ok oluyor. Acaba neden named'ler devre disi kaliyor.Baslatinca siteler sorunsuz aciliyor bu sorunun cözümü nedir acaba ?
__________________ RAMBilisim internet Hizmetleri - YS-839 |
|
#2
| ||||
| ||||
|
named.conf dosyani paste etsene buraya? (domain adreslerini sil)
__________________ ----------------------------------------------------------------------------------------- >> LÜTFEN ÜCRETSiZ DESTEK TALEP ETMEK iciN MSN ADRESLERiMiZi EKLEMEYiNiZ. HER TÜRLÜ ÜCRETSiZ DESTEK iciN FORUMLARIMIZI KULLANINIZ. TEsEKKÜRLER << |
|
#3
| ||||
| ||||
|
hangi komutla cikarabiliriz acaba o dosyayi, yani dosya yolu nedir hocam ?
__________________ RAMBilisim internet Hizmetleri - YS-839 |
|
#4
| |||
| |||
|
locate named.conf locate komutu calismaz ise updatedb enterla. ondan sonra dene aramasi lazim. etc icinde olmasi lazim gerci
__________________ |
|
#5
| ||||
| ||||
| Code:
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndckey"; };
};
//
// named.conf for Red Hat caching-nameserver
//
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
/*
* 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
//
zone "." IN {
type hint;
file "/var/named/named.ca";
};
zone "localdomain" IN {
type master;
file "/var/named/localdomain.zone";
allow-update { none; };
};
zone "localhost" IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
type master;
file "/var/named/named.ip6.local";
allow-update { none; };
};
zone "255.in-addr.arpa" IN {
type master;
file "/var/named/named.broadcast";
allow-update { none; };
};
zone "0.in-addr.arpa" IN {
type master;
file "/var/named/named.zero";
allow-update { none; };
};
zone "domain.com" {
type master;
file "/var/named/domain.com.db";
};
zone "domain.com" {
type master;
file "/var/named/domain.com.db";
};
zone "domain.com" {
type master;
file "/var/named/domain.com.db";
};
zone "domain.com" {
type master;
file "/var/named/domain.com.db";
};
__________________ RAMBilisim internet Hizmetleri - YS-839 |
|
#6
| ||||
| ||||
|
Bir kere, kullanmayacaksan veya DC desteklemiyorsa ipv6 destegini kapatmani siddetle tavsiye ederim. Diger konular icin MSN'den gorusebiliriz bugun ehliyet sinavim var Pazartesi gunu online olabilecegim
__________________ ----------------------------------------------------------------------------------------- >> LÜTFEN ÜCRETSiZ DESTEK TALEP ETMEK iciN MSN ADRESLERiMiZi EKLEMEYiNiZ. HER TÜRLÜ ÜCRETSiZ DESTEK iciN FORUMLARIMIZI KULLANINIZ. TEsEKKÜRLER << |
|
#7
| ||||
| ||||
|
ok sinan eyw
__________________ RAMBilisim internet Hizmetleri - YS-839 |
|
#8
| |||
| |||
|
Perms sorunun var galiba bunlari dene, yine olmasa --force ekleyip dene en sonda /scripts/named /scripts/fixnamed /scripts/fixndc
__________________ |
|
#9
| |||
| |||
|
öyle yapcaginan whm den support bas ve konu basligina named promlem yaz mesaja named promlem yaz ve sunucu sifresileri yaz altta ve ticcet yolla maksumum 30 dakka isinde sen elini sürmeden yapilmis olcak |
|
#10
| ||||
| ||||
|
Tamam bundan sonra siz oyle yaparsiniz hesaplihosting ...
__________________ ----------------------------------------------------------------------------------------- >> LÜTFEN ÜCRETSiZ DESTEK TALEP ETMEK iciN MSN ADRESLERiMiZi EKLEMEYiNiZ. HER TÜRLÜ ÜCRETSiZ DESTEK iciN FORUMLARIMIZI KULLANINIZ. TEsEKKÜRLER << |
![]() |
| Thread Tools | |
| Display Modes | |
| |




