Web Hosting Talk







View Full Version : FreeBSD Question, Server Dying....


Amish_Geek
05-09-2004, 09:32 PM
I have a freeBSD 4.9 box that keeps going down every few days and needs to be rebooted. I looked in the dmesg log, and this is being repeated over and over:

arplookup 216.17.32.193 failed: host is not on local network
arplookup 216.17.32.193 failed: host is not on local network
arplookup 216.17.32.215 failed: host is not on local network


What does this mean?

Also, does anyone know where I might be able to better track down the source of the problem? ie, general log files that might indicate what is going on. I dont know if the box is freezing/crashing, or if networking is dying or what.

DD-SNC
05-09-2004, 11:57 PM
Here is what some quick googling turned up:
http://www.atm.tut.fi/list-archive/freebsd-stable/msg04815.html

You need to make sure all the machines on the network have the same netmasks or add static routes..

eBoundary
05-10-2004, 02:09 AM
It means the subnet information is incorrect for your IP's, thus your default gatway ( 216.17.32.193 ) appears to not be in the local network.

If you post your ifconfig_* entries from rc.conf we may be able to point out where you went wring.

nightwar
05-11-2004, 12:26 AM
or if its in a data center on a switch with other machines, someone has a machine plugged in with a wrong ip? its an ip address issue for sure

pang
05-11-2004, 02:42 AM
It usually caused by wrong netmask.
The error is harmless.

amc-james
05-11-2004, 10:11 AM
It is far from harmless. I would hardly call a server crashing, and non-existent network connectivity to other IPs in the subnet harmless.

nightwar
05-11-2004, 12:02 PM
I am surprised you can even reach the box and stay connected really..

pang
05-11-2004, 07:52 PM
The error tell you the server cannot connect to the IP listed. The IP is usually within the same network.

It may not be harmless, but I will never call it server crashing.

tracphil
05-11-2004, 08:42 PM
if you are on a shared switch, someone may have put one of your IP's on their server.