Re: FreeBSD 5.3 Kills NIC?
From: Bill Vermillion (bv_at_wjv.com)
Date: 06/22/05
- Next message: nntp: "Re: FreeBSD 5.3 Kills NIC?"
- Previous message: Christopher Nehren: "Re: Historical question"
- In reply to: nntp: "FreeBSD 5.3 Kills NIC?"
- Next in thread: Roger Marquis: "Re: FreeBSD 5.3 Kills NIC?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 21 Jun 2005 23:55:01 GMT
In article <-9SdnZ6s1oEeHyXfRVn-vA@rogers.com>, nntp
<nt@alexa.com> wrote:
>I bought a box of FreeBSD 5.3 as web server. The network is
>always down every 1-3 days. Ping, HTTP, SSH are all gone. The box
>sometimes got rebooted without shutting down in logs. Sometimes
>it just hangs. I am 100% there is no security breakin nor
>misconfiguration of apache, php etc.
>I contacted the server provider, and I was told that not only I
>but also others have the same problem.
>The Operator told me this:
>********
>I just had the same problem with another Freebsd customer as you are having.
>I was able to add an static arp entry to the switch ..... It seems that the
>NIC some how just stops responding.
>*******
Hm. From this message am I make a correct assumption that the
service provider is providing the machine? And if he has had the
same problem with someone else, I suspect the hardware he is using
is a common denominator.
>So my question is
>1 Does FreeBSD always kill NIC? (since the same hardware
>configuration has no problems with linux, I assume it is not a
>hardware issue)
Wrong assumption. Different OSes treat hardware differently and
just because things work on one OS does not mean they will work the
same on another. Usually it "It works om MS so it must be good"
but in your case it could be the drivers for the un-named NIC card.
BSD is very very stable - but shows up some hardware problems
rather quickly.
>2 Does 5.3 have bugs regarding NIC?
What NIC?
>3 What good will "an static arp entry to the switch" do?
Keep the route up if something stops it. I've seen some weird
things when a net connection on OS/X would do all sorts of weird
things if the switch had a problem or there was a minor
connectivity problem, and a reboot would re-write the Apple
modified Apache httpd config files and turn off all the sites.
With a static arp entry the MAC address will always be mapped
to the same IP. This method is often used for setting up things
such a print servers. You access them by mapping an IP to the MAC
address and set that in the server. Since all communcitions is
done MAC to MAC it's quite handy.
Bill
-- Bill Vermillion - bv @ wjv . com
- Next message: nntp: "Re: FreeBSD 5.3 Kills NIC?"
- Previous message: Christopher Nehren: "Re: Historical question"
- In reply to: nntp: "FreeBSD 5.3 Kills NIC?"
- Next in thread: Roger Marquis: "Re: FreeBSD 5.3 Kills NIC?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|