Other annoying problem: if I start my computer with the jack plugged in, unplugging it doesn't switch to speakers.
After five years I discovered why my network goes down (2020)
11–20 of 38 posts
Re: After five years I discovered why my network goes down (2020)
#12Sadly, the immense joy that I felt upon resolution is mysteriously lacking from this person's post.
Edit: DHCP not DNS
Re: After five years I discovered why my network goes down (2020)
#13Our switches didn't handle this correctly and would forward the PAUSE frame as it if it were a broadcast. When this happened, the entire network would cease to function until the offending dock was found and disconnected.
Re: After five years I discovered why my network goes down (2020)
#14Why would a MAC address duplication "lock up" your whole network? I would guess that at worst that particular laptop would either intermittently get packets or not get packets at all. Which is bad, but not a "lock up". Other stuff should still work.
Re: After five years I discovered why my network goes down (2020)
#15First time I run a dhcp server by accident and suddenly went sideways but the blast radius was small,
Second time and more interesting one, My campus had a mac address allow list; when I got a new computer and didn't want to handle the process of updating my access access permission, I just run a script to change my mac to the old known address.
Later, I also sold the old computer to another colleague which didn't bother to register as well since everything was working. Long story short, we keep disconnecting each other.
One day I was, "c'mon, I'll fix this". Opened wireshark and started to capture network traffic. I've got a list of mac addresses from the pcap dump and every time I got disconnected, I ran the script spoofing my address to the next one in my list.
That worked fine until the day I spoofed the mac address of a central managed switch that shit itself out of the network.
:)
Re: After five years I discovered why my network goes down (2020)
#16Re: After five years I discovered why my network goes down (2020)
#17I used to have a dell vostro notebook that every time I logged into the network with windows, it would drop every other device on the wifi. Funny thing, is that if I used linux, the router would be alright and not collapse. Never found out the reason. In the end I divorced the wife and she got that notebook. Wifi is weird.
Re: After five years I discovered why my network goes down (2020)
#18And when I found out: "Mother f
Re: After five years I discovered why my network goes down (2020)
#19I find it curious that the wifi interface and the USB/ethernet interface are using the same MAC address. Nothing keeps a computer from being attached with both at the same time, in which case this would definitely break things.
Re: After five years I discovered why my network goes down (2020)
#20I find it curious that the wifi interface and the USB/ethernet interface are using the same MAC address. Nothing keeps a computer from being attached with both at the same time, in which case this would definitely break things.