Code: Select all
bash-2.05b# /etc/init.d/net.eth0 status
* status: startedCode: Select all
bash-2.05b# cat /etc/conf.d/net
iface_eth0="192.168.0.1 netmask 255.255.255.0"Code: Select all
bash-2.05b# lsmod | grep rhine
via_rhine 16772 0
mii 3968 1 via_rhineCode: Select all
bash-2.05b# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
--- 192.168.0.1 ping statistics ---
213 packets transmitted, 0 received, 100% packet loss, time 212011msCode: Select all
bash-2.05b# /etc/init.d/net.eth0 restart
* Stopping apache2...
/etc/host.conf: line 24: bad command `mdns off' [ ok ]
* Unmounting network filesystems... [ ok ]
* Stopping postfix... [ ok ]
* Bringing eth0 down... [ ok ]
* Bringing eth0 up... [ ok ]
* Mounting network filesystems... [ ok ]
* Starting apache2...
/etc/host.conf: line 24: bad command `mdns off' [ ok ]
* Starting postfix... [ ok ]No me habia dado cuenta, si no es por que mis hermanos me exigieron internet (soy su "proxy" a través de Nat), ni siquiera me había dado cuenta que en el gkrellm desaparecio el eth0.
Que pudo haber pasado ??
Puede ser por eso del /etc/host.conf: line 24: bad command `mdns off' ??
Buscando en los foros solo encontré http://forums.gentoo.org/viewtopic.php? ... light=mdns, donde solo recompilan el glibc para solucionar el problema, yo lo he recompilado
Code: Select all
bash-2.05b# emerge -v glibcAlguien sabe por donde puede estar el problema ??
y si en el mdns como arreglarlo ??




