On Thu, Nov 01, 2001 at 10:39:33PM +1100, Graham Menhennitt wrote: > I have a Arris Cornerstone CM200 cable modem connected to my FreeBSD stable > (cvsupped last week) box via UTP into a NE2000 compatible ISA Ethernet > adaptor. The connection randomly dies. I can send pings out of it and see > the Activity LED flash on the modem but the FreeBSD box never sees any > replies. Doing "ifconfig ed1 down" followed by "ifconfig ed1 up" fixes it. > It's been happening for about the last two weeks (so it happened before the > most recent cvsup also).
It could be your cable provider doing things on their network. I have found that they are fond of making changes during prime time daylight, rather than in the wee hours, and most of their changes require me to reset my cablemodem (power cycle). If your /var/log/messages shows things like your upstream gateway MAC address changing (I run arpwatch, so I see that), then that has a high probability of being the problem. If not, then you may need to run tcpdump continuously on that interface to catch the ACK and SYN packets. I do that, too, so that I can trace attacks, but I do computer security for a living and hence am a professional paranoid. -- Mike Andrews [EMAIL PROTECTED] Tired old sysadmin since 1964 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
