Re: named: can't ping local windows computers on fedora
From: Gang (gzhang_ocx_at_yahoo.com)
Date: 11/27/05
- Previous message: Moe Trin: "Re: hostname make ssh/telnet to hang"
- Maybe in reply to: Gang: "named: can't ping local windows computers on fedora"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Nov 2005 23:30:28 -0500
Thanks all!
I found what the problem is. I need to make a key (redhat FC 4 already
provided one, /etc/rndc.key
and in /etc/dhcpd.conf:
server-identifier ns.veda.int;
authoritative;
ddns-update-style interim;
ddns-updates on;
include "/etc/rndc.key";
zone localdomain {
primary 192.168.1.2;
key rndckey;
}
zone 1.168.192.in-addr.arpa. {
primary 192.168.1.2;
key rndckey;
}
So dhcpd will use the key to update dns.
in named.conf, use the named config applet, add the key to control and
localdomain.
Also need to disable SELinux, that sucker is preventing bind to update
master domain.
remember to keep watching /var/log/message to debug out any typo (also make
sure /var/named is owned by named).
Now I can ping my windows pcs as name.localdomain
Still can't ping them just as 'name', crap.... When I was using dsl the
router is acting as a dns name server, and it did a better job than bind :-(
I know I must have done something not right. It is usually some config
problem. Once got time I will check the source code, that usually helps
lol.
Thanks again.
Gang
"Stephen Sentoff" <steve30401@hotmail.com> wrote in message
news:pan.2005.11.25.04.31.11.279264@hotmail.com...
> On Wed, 23 Nov 2005 23:09:10 -0500, Gang wrote:
>
>
>> Here is the problem:
>> I can't ping windows computers from fedora box by name.
>> I can ping mysefl (fedora box) by either FDNAME or FDNAME.localdomain
>> nslookup on FDNAME returns nothing, nslookup on FDNAME.localdomain
>> returns
>> it's ip address.
> Thanks
>>
>> Gang
>
> Can you ping one Windows client from another by name? Perhaps there's a
> problem with the DNS entries for the Windows clients in your domain
> server.
>
> --
> Steve
- Previous message: Moe Trin: "Re: hostname make ssh/telnet to hang"
- Maybe in reply to: Gang: "named: can't ping local windows computers on fedora"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|