Hi all!

I am running into a problem with accessing a DNS server in my local
network from a client. If I ping directly from the client to the DNS
server, I get a response as normal, but when I try to access an outside
site, it says it can't find the name server. I tried changing the
nameserver and put one that works in another machine, and the same
happened.

ping says:

PING 192.17.44.132 (192.17.44.132) from 192.17.17.85 : 56(84) bytes of
data.
64 bytes from nf1 (192.17.44.132): icmp_seq=0 ttl=254 time=1.4 ms
64 bytes from nf1 (192.17.44.132): icmp_seq=1 ttl=254 time=0.2 ms
64 bytes from nf1 (192.17.44.132): icmp_seq=2 ttl=254 time=0.2 ms
64 bytes from nf1 (192.17.44.132): icmp_seq=3 ttl=254 time=0.2 ms
64 bytes from nf1 (192.17.44.132): icmp_seq=4 ttl=254 time=0.2 ms

--- 172.17.44.132 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.2/0.4/1.4 ms

When I run nslookup, I get:

*** Can't find server name for address 192.17.44.132: Non-existent
host/domain
*** Default servers are not available

and when I run route, this is what I get:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.17.17.85    0.0.0.0         255.255.255.255 UH    0      0        0
eth0
192.17.17.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
192.17.44.0     192.17.17.1     255.255.255.0   UG    0      0        0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
lo
0.0.0.0         192.17.17.171   0.0.0.0         UG    0      0        0
eth0


Here is a list of the files (in the client) I think are relevant for you
to look at the problem.

/etc/host.conf ---------------------------------------------
order hosts,bind
multi on

/etc/resolv.conf -------------------------------------------
search universalsupport.com
nameserver 192.17.44.132

/etc/hosts -------------------------------------------------
127.0.0.1       fleming         localhost
192.17.17.1     gargamel1       
192.17.17.47    xose    
192.17.17.85    rozio   
192.17.17.191   h701    
192.17.17.192   h702    
192.17.17.195   43p     
192.17.17.171   firetsai        
212.163.149.129 router  
192.17.44.1     gargamel0       
192.17.44.132   nf1     
192.17.44.131   nf2     
192.17.44.140   servred 
192.17.44.171   firebt  
192.17.44.85    roziobt 
192.17.44.99    portatil

Thanks very much in advance





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to