Rusc inc.([EMAIL PROTECTED])@23.05.2002 15:08:46 +0000: > NO se como arreglarlo, he estudiado los sockets que salen i parece que los > puertos son: 67->bootps, 68->bootpc
Pues suele ser recomendable echar un vistazo a google. En este caso, buscando una parte del mensaje de error (bad loopback) me salieron varias p�ginas. Consultando la primera: > Hi all, > > Very nice on 712 model. > Just a small problem after the configuration of the inet interface: > ip_local_deliver: bad loopback skb: PRE_ROUTING LOCAL_IN > skb: pf=2 (unowned) dev=l0 len=328 > PROTO=17 0.0.0.0:68 255.255.255.255:67 L=328 S=0x10 I=0 F=0x0000 T=16 > > This message is repeated severall times? This is a problem with dhcp-client 2.x. It installs /etc/init.d scripts which start dhclient on boot. It should not be started on boot, as it is now invoked via /etc/network/inferfaces and ifup/ifdown. I have just done some tests with dhcp-client 3.0beta2RC10-1, which cures the problem. Es decir, que parece ser un problema de la versi�n 2.x del dhcp-client que debe ser ejecutado desde /etc/network/inferfaces en lugar de hacerlo desde /etc/init.d/..... Tambi�n he visto otro mensaje que dec�a: Sigh, error was between chair and keyboard.. I just turned on this little option below, and it was why I was getting those messsages. if [ "$CONFIG_NETFILTER" = "y" ]; then bool ' Network packet filtering debugging' CONFIG_NETFILTER_DEBUG fi Mira a ver si has compilado el kernel con alguna opci�n de depuraci�n. Espero que alguna de las dos cosas te sirva. Saludos -- Jes�s �ngel del Pozo Dom�nguez Valladolid __� GnuPG key-id: 0x17FB6CCE _ \<_ http://www.tel.uva.es/~jpozdom (_)/(_) _____________ |.-----------.| A Prayer to my || _ || COMPUTER ANGEL: || (\o/) || || /_\ || Guide my keystrokes, ||___________|| Keep my programs alive, `-)-------(-' Protect me from Windows, [=== -- o ]--. Back up my drive. __'---------'__ \ [::::::::::: :::] ) Exit. `""'"""""'""""`/T\ jgs \_/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

