dimaster
(usa Fedora)
Enviado em 04/04/2008 - 02:54h
E ae pessoal, já mandei outro post mas não era como este. Já faz tempo que estou tentando arrumar isso e não consigo podem me ajudar?
os dados da rede é
-----------------------------------------------
iptables, proxy, named, httpd, dhcpd 172.16.0.1 tudo rodando blz... no servidor
iptables não está interferindo ele tá blz...
access poing 172.16.0.2 está como bridge também está blz... ip fixo
notebook 172.16.2.14 recebe por dhcp tá blz...
eth0 recebe internet wireless por dhcp 192.168.2.101 tá blz...
eth1 rede interna 172.16.0.1 libera ip por dhcp de 172.16.0.11 à 172.16.0.15 tá blz...
eth1:0 rede virtual 172.16.1.1 é um site interno tá blz...
todos se comunicão por ip, só o servidor por ip e dns, tá tudo blz... só a rede interna não vê o dns ou sei lá...
/var/named/chroot/etc
================================================================
//
// named.caching-nameserver.conf
//
// Provided by Red Hat caching-nameserver package to configure the
// ISC BIND named(8) DNS server as a caching only nameserver
// (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
// DO NOT EDIT THIS FILE - use system-config-bind or an editor
// to create named.conf - edits to this file will be lost on
// caching-nameserver package upgrade.
//
options {
listen-on port 53 { 172.16.0.1/16; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; };
recursion yes;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
zone "turbo-hosts.com.br" IN {
type master;
file "turbo-hosts.com.br.zone";
};
zone "16.172.in-addr.arpa" IN {
type master;
file "16.172.in-addr.arpa.zone";
};
include "/etc/rndc.key";
include "/etc/named.rfc1912.zones";
----------------------------------------------------------------------------------------------------
/var/named/chroot/var/named/turbo-hosts.com.br.zone
==============================================================
$TTL 86400
@ IN SOA serverturbo.turbo-hosts.com.br webmaster.turbo-hosts.com.br. (
2008040201 ; serial
1D ; refresh
1H ; retry
1W ; expire
86400 ) ; minimum
IN NS serverturbo.turbo-hosts.com.br.
IN MX 5 serverturbo.turbo-hosts.com.br.
IN A 172.16.0.1
serverturbo IN A 172.16.0.1
www IN CNAME serverturbo.turbo-hosts.com.br.
--------------------------------------------------------------------------------------------------
/var/named/chroot/var/named/16.172.in-addr.arpa.zone
==============================================================
$TTL 86400
@ IN SOA serverturbo.turbo-hosts.com.br webmaster.turbo-hosts.com.br. (
2008040201 ; serial
1D ; refresh
1H ; retry
1W ; expire
86400 ) ; minimum
IN NS serverturbo.turbo-hosts.com.br.
1.0 IN PTR serverturbo.turbo-hosts.com.br.
----------------------------------------------------------------------------------------------------
é só isso
o /etc/hosts tá blz...<<<<<<<
=============================
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 serverturbo.turbo-hosts.com.br serverturbo
172.16.0.1 serverturbo.turbo-hosts.com.br serverturbo
::1 localhost6.localdomain6 localhost6
------------------------------------------------------------------
o /etc/resolv.conf tá blz... <<<<<<<<<<<<<
==========================================
; generated by /sbin/dhclient-script
nameserver 172.16.0.1
search turbo-hosts.com.br
-------------------------------------------------------------------
fiz o teste com nslookup e tudo ok... certinho mesmo
faço ping pra www, hostname, dominio, ip tudo blz..
mas no notebook pinga por ip tudo mas não por nome
ai se eu mudar o endereço do dns dele pra apontar pra outro
na rede por ex: 200.204.0.10 que é um que achei no google ele pinga
por nome e tudo mais, ele só faz ping pra 172.16.0.1 mas pra
ex:
www.turbo-hosts.com.br fala que não pode encontrar o hosts
o mesmo acontece pra
www.google.com ,
www.terra.com.br mas se eu mudar pra
dns como 200.204.0.10 ele pinga todos menos o servidos 172.16.0.1.
Tanto no cliente linux como windows!!!