Hola, muchas veces me encuentro con que desde mi Fedora14, 15 y 16 el navegador no es capaz de abrir algunas páginas WEB debido a que no puede resolver el nombre. Al reintentar, ya no da el error.
Me he dado cuenta de que pierdo paquetes:
[david@noname00 ~]$ ping es.yahoo.com
PING es.yahoo.com (87.248.112.181) 56(84) bytes of data.
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=1 ttl=49 time=77.9 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=2 ttl=49 time=76.9 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=3 ttl=49 time=77.4 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=4 ttl=49 time=77.5 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=5 ttl=49 time=77.5 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=7 ttl=49 time=76.5 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=8 ttl=49 time=77.5 ms
64 bytes from ir1.fp.vip.ird.yahoo.com (87.248.112.181): icmp_req=9 ttl=49 time=77.7 ms
^C
--- es.yahoo.com ping statistics ---
9 packets transmitted, 8 received, 11% packet loss, time 8010ms
rtt min/avg/max/mdev = 76.583/77.405/77.945/0.512 ms
Por mi parte, he revisado varias cosas:
He cambiado el cable de red y sigue dando el mismo problema.
He cambiado el DNS en el router. En vez de que lo coja automáticamente, he puesto los de google. Tampoco se ha solucionado.
He cogido otro PC diferente (un portátil con Windows 7) y no ha dado problemas ni la conexión wifi ni la tarjeta ethernet.
He reconfigurado la tarjeta de red en fedora, pero sigo con problemas.
Tras estas pruebas creo que puedo descartar problemas de DNS, en el propio router o en el cableado. Sospecho que, o bien está fallando la tarjeta de red física o tengo mal configurada la tarjeta a nivel de sistema operativo. Por eso abro este post.
La configuración de la tarjeta de red es:
[root@noname00 network-scripts]# cat ifcfg-eth0
DEVICE="eth0"
HWADDR="6C:F0:49:55:FC:F4"
BOOTPROTO="dhcp"
ONBOOT="yes"
NM_CONTROLLED="yes"
[root@noname00 network-scripts]#
Está configurada automáticamente por NetworkManager.
La configuración del nsswitch.conf es:
[root@noname00 etc]# cat nsswitch.conf
#
# /etc/nsswitch.conf
#
# An example Name Service Switch config file. This file should be
# sorted with the most-used services at the beginning.
#
# The entry '[NOTFOUND=return]' means that the search for an
# entry should stop if the search in the previous entry turned
# up nothing. Note that if the search failed due to some other reason
# (like no NIS server responding) then the search continues with the
# next entry.
#
# Valid entries include:
#
# nisplus Use NIS+ (NIS version 3)
# nis Use NIS (NIS version 2), also called YP
# dns Use DNS (Domain Name Service)
# files Use the local files
# db Use the local database (.db) files
# compat Use NIS on compat mode
# hesiod Use Hesiod for user lookups
# [NOTFOUND=return] Stop searching if not found so far
#
# To use db, put the "db" in front of "files" for entries you want to be
# looked up first in the databases
#
# Example:
#passwd: db files nisplus nis
#shadow: db files nisplus nis
#group: db files nisplus nis
passwd: files
shadow: files
group: files
initgroups: files
#hosts: db files nisplus nis dns
hosts: files dns myhostname
# Example - obey only what nisplus tells us...
#services: nisplus [NOTFOUND=return] files
#networks: nisplus [NOTFOUND=return] files
#protocols: nisplus [NOTFOUND=return] files
#rpc: nisplus [NOTFOUND=return] files
#ethers: nisplus [NOTFOUND=return] files
#netmasks: nisplus [NOTFOUND=return] files
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files
netgroup: nisplus
publickey: nisplus
automount: files nisplus
aliases: files nisplus
[root@noname00 etc]#
Agradecería vuestros comentarios.
Gracias.