Laptop kicks other users off the wifi when it connects, then gets disconnected itself

2

I've got an Acer Aspire One running Linux. When I connect to my building's wifi, everything seems fine for a short period of time (I can google a few things or start downloading an Apt package), but then other devices on the network lose their IP addresses. Shortly after that, my computer also gets disconected. My computer is set to use DHCP.

What causes this, and do you know how it could be fixed? Am I causing a broadcast storm?

Ivy

Posted 2012-07-16T17:13:34.150

Reputation: 121

Check router for static IP settings. – Abhijeet Kasurde – 2012-07-16T17:25:27.973

I do not have access to the router. – Ivy – 2012-07-16T19:16:05.673

@DKNUCKLES Thank you. I wasn't sure since I thought it equally likely that it was a router problem as that it was a problem with just my settings. I'm not sure if my laptop is the only machine that causes this problem. – Ivy – 2012-07-16T19:18:10.053

Answers

0

Probably something is screwed up with your laptop's network setup. Check if you might be running a rogue DHCP server or have set up bridging (use ifconfig to check for bridge intrerfaces) in an unhealthy way.

syneticon-dj

Posted 2012-07-16T17:13:34.150

Reputation: 621

Running an arp-proxy may cause similar effects as well. – Tonny – 2012-07-16T18:20:02.823

I don't have any bridge interfaces. I don't remember setting up a dhcp server ever.. it's a fairly freshly wiped Ubuntu installation. Could my NIC be bad? – Ivy – 2012-07-16T21:48:47.677

0

Just to be sure there is no misconfiguration, try connecting to the network from a Linux live system and see if it still happens.

If it does, you might want to sniff packets on your network using tcpdump or Wireshark and watch for something unusual coming from/going to your host. If possible, you might also want to try another NIC (connected through USB). Besides the NIC the driver or the firmware you are currently using could also be faulty and cause misbehavior on the network.

Gurken Papst

Posted 2012-07-16T17:13:34.150

Reputation: 3 874

This is a great idea. I don't own an external or a large enough USB drive at the moment, but I will be sure to give this a try. Thank you – Ivy – 2012-07-18T15:27:14.123