Re: [Linux-sunucu] dns sorunu

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Ozcan GUNGOR (ozcangungor@gmail.com)
Date: Sat 18 Jun 2005 - 11:08:05 EEST


serach mertce.com

gerçekten böyle mi yazdınız?

On Sat, 2005-06-18 at 10:56 +0300, Osman Ayhan wrote:

> görkem çetinin ağ yönetimi adlı kitabında eğer makinada dns server koşacaksa
> resolv.conf dosyasının içeriği boş olabilir yazmışştı.
> bende gerek boş olarak denedim
> gerek
> domain mertce.com
> nameserver 127.0.0.1
> serach mertce.com
>
> denedim ama bişi değişmemişti.
>
> başka nerelere bakabilirim.
>
> Teşekkürler
>
>
> ----- Original Message -----
> From: "Ozcan GUNGOR" <ozcangungor@gmail.com>
> To: <linux-sunucu@liste.linux.org.tr>
> Sent: Saturday, June 18, 2005 10:42 AM
> Subject: Re: [Linux-sunucu] dns sorunu
>
>
> > resolv.conf'a
> > search mertce.com
> > yazın...
> >
> >
> > On Sat, 2005-06-18 at 10:32 +0300, Osman Ayhan wrote:
> >
> >> dediğiniz gibi yaptım localdeki makinamın dns suffix mertce.com diye
> >> ekledim ama bişi değişmedi.
> >> restart filanda yaptım
> >> başka ne gibi denemeler yapabilirim.
> >>
> >> bilgi için teşekkürler.
> >>
> >>
> >> ----- Original Message -----
> >> From: "Bahadir Kiziltan" <b_kiziltan@hotmail.com>
> >> To: <linux-sunucu@liste.linux.org.tr>
> >> Sent: Friday, June 17, 2005 9:55 PM
> >> Subject: RE: [Linux-sunucu] dns sorunu
> >>
> >>
> >> >
> >> > Sorun yaşadığınız localdaki makineniz "hostname" komutuna ne cevap
> >> > veriyor?
> >> >
> >> > Makine hostname'i dns suffix (mertce.com) içerecek biçimde
> >> > değiştirebilir
> >> > misiniz?
> >> >
> >> > xxx.merte.com gibi...
> >> >
> >> >
> >> >>From: "Osman Ayhan" <mefe@mefe.net>
> >> >>Reply-To: linux-sunucu@liste.linux.org.tr
> >> >>CC: <linux-sunucu@liste.linux.org.tr>
> >> >>Subject: [Linux-sunucu] dns sorunu
> >> >>Date: Fri, 17 Jun 2005 17:31:54 +0300
> >> >>
> >> >>asagida makinama ait tüm bilgiler yer almaktadir.
> >> >>makinanin kendisinden
> >> >>ping router
> >> >>dedigimde yanit alabiliyorum
> >> >>ancak localde bir makinanin dns lerini bu makina yaparsam
> >> >>localdaki makinamdan
> >> >>ping router
> >> >>dedigimde ulasamiyorum ama
> >> >>
> >> >>ping router.mertce.com
> >> >>dedigimde cevap alabiliyorum
> >> >>
> >> >>yanlizca ping router dedigimde cevap alabilmek için ne yapmam lazim
> >> >>
> >> >>
> >> >>Host Name : MailServer
> >> >>Domain Name : mertce.com
> >> >>ip : 192.168.0.10
> >> >>router : 192.168.0.201
> >> >>/etc/hosts------------------------------------------------
> >> >>127.0.0.1 localhost
> >> >>192.168.0.10 MailServer.mertce.com MailServer
> >> >>
> >> >>/etc/host.conf--------------------------------------------
> >> >>order hosts, bind
> >> >>
> >> >>/etc/resolv.conf------------------------------------------
> >> >>domain mertce.com
> >> >>nameserver 127.0.0.1
> >> >>
> >> >>/etc/named.conf ------------------------------------------
> >> >>options {
> >> >> directory "/var/named";
> >> >> forward first;
> >> >> forwarders {
> >> >> 212.156.4.1;
> >> >> 212.156.4.4;
> >> >>
> >> >> };
> >> >>};
> >> >>
> >> >>logging {
> >> >> category lame-servers { null; } ;
> >> >>};
> >> >>
> >> >>zone "0.0.127.in-addr.arpa" IN {
> >> >> type master;
> >> >> file "localhost.rev";
> >> >> allow-update { none; };
> >> >>};
> >> >>
> >> >>zone "mertce.com" {
> >> >> type master;
> >> >> allow-update { none; };
> >> >> file "mertce.zone";
> >> >>};
> >> >>
> >> >>zone "1.168.192.in-addr.arpa" {
> >> >> type master;
> >> >> allow-update { none; };
> >> >> file "mertce.rev";
> >> >>};
> >> >>
> >> >>
> >> >>/var/named/localhost.rev------------------------------------
> >> >>$TTL 3D
> >> >>@ IN SOA MailServer.mertce.com. root.mertce.com. (
> >> >> 2005061701 ; Serial
> >> >> 8H ; Refresh
> >> >> 2H ; Retry
> >> >> 4W ; Expire
> >> >> 1D ) ; Minimum
> >> >>
> >> >>@ IN NS MailServer.mertce.com.
> >> >>1 IN PTR localhost.
> >> >>
> >> >>/var/named/mertce.zone------------------------------------
> >> >>
> >> >>$TTL 3D
> >> >>@ IN SOA MailServer.mertce.com. postmaster.mertce.com. (
> >> >> 2005061702 ; serial:
> >> >> 8H ; refresh, seconds
> >> >> 2H ; retry, seconds
> >> >> 4W ; expire, seconds
> >> >> 1D ) ; minimum, seconds
> >> >>
> >> >> NS MailServer
> >> >> MX 10 mail.mertce.com.
> >> >>
> >> >>localhost A 127.0.0.1
> >> >>MailServer A 192.168.0.10
> >> >>router A 192.168.0.201
> >> >>
> >> >>
> >> >>/var/named/mertce.rev------------------------------------
> >> >>$TTL 3D
> >> >>@ IN SOA MailServer.mertce.com. postmaster.mertce.com. (
> >> >> 20040312 ; Serial, todays date + todays serial
> >> >> 8H ; Refresh
> >> >> 2H ; Retry
> >> >> 4W ; Expire
> >> >> 1D) ; Minimum TTL
> >> >>
> >> >> NS MailServer.mertce.com.
> >> >>
> >> >>201 PTR router.mertce.com.
> >> >>10 PTR MailServer.mertce.com.
> >> >>
> >> >>_______________________________________________
> >> >>Linux-sunucu mailing list
> >> >>Linux-sunucu@liste.linux.org.tr
> >> >>http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
> >> >
> >> >
> >> >
> >>
> >>
> >> --------------------------------------------------------------------------------
> >>
> >>
> >> _______________________________________________
> >> Linux-sunucu mailing list
> >> Linux-sunucu@liste.linux.org.tr
> >> http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
> >>
> >> _______________________________________________
> >> Linux-sunucu mailing list
> >> Linux-sunucu@liste.linux.org.tr
> >> http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
> >
>
>
> --------------------------------------------------------------------------------
>
>
> _______________________________________________
> Linux-sunucu mailing list
> Linux-sunucu@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
>
> _______________________________________________
> Linux-sunucu mailing list
> Linux-sunucu@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-sunucu

_______________________________________________
Linux-sunucu mailing list
Linux-sunucu@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.