You are not logged in.

#1 2011-05-09 08:37:56

egenix
Member
Registered: 2010-09-21
Posts: 7

[SOLVED] odd, arch linux pushing windows boxes off of the cable modem?

Just moved house and had cable internet installed. Two laptops in the house owned by other people can not connect to the cable modem via wifi while my
arch linux box is connected to it. I tripple checked this is the problem. Had both windows boxes online with wifi, then I connect the arch box using wpa_supplicant and dhcp and the windows boxes come offline everytime. The box im using is an imac 27' dual booting linux and osx. Osx using the same wifi card does not however knock the windows boxes off of the cable modem. I am fairly sure this has something to do with the way wpa2 psk talks to the modem, however as I dont fully understand this I cant be sure.
To set up archs password I started with a simple wpa_supplicant.conf file like so

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=network
update_config=1

then to get a password psk I issued

wpa_password "essid here" "a number that came with the router here" >> /etc/wpa_supplicant.conf

then just

dhcpcd wlan0

This brings up the network and runs really really well, however the windows boxes drop off the internet and just say they are connected with no internet access, I also have an htc desire running android that has no problem staying connected if the arch machine is connected or not.
The encryption on the cable modem, which is a dual cable modem and wifi box is

wpa2-personal
psk is TKIP + AES

Any help in understanding how im annoying the windows boxen would be greatly appreciated

Last edited by egenix (2011-05-11 10:52:16)


Desktop imac: Quadcore i3 3.2Ghz cpus, 4Gb ram 27' display ATI Radeon HD 5750 1G Ram, 1TB Hard drive - OS Arch Linux
Desktop : Dual Core 3Ghz, Nvidia Fx5200 Dual monitor 256Mb ram, 1GB Ram, 600GB Hard drives - OS Arch Linux
Phone: HTC Desire HD 1Ghz snap dragon, 738 MB Ram OS's Android, Debian Linux

Offline

#2 2011-05-09 08:46:39

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED] odd, arch linux pushing windows boxes off of the cable modem?

Any logs available on the modem/router?

Offline

#3 2011-05-09 08:50:56

egenix
Member
Registered: 2010-09-21
Posts: 7

Re: [SOLVED] odd, arch linux pushing windows boxes off of the cable modem?

ill just check: no, it  says unsupported in the logs section. The cable modem / wifi box is a

Cisco EPC3925 EuroDOC SIS 3.0 Voice Gateway

Last edited by egenix (2011-05-09 08:54:47)


Desktop imac: Quadcore i3 3.2Ghz cpus, 4Gb ram 27' display ATI Radeon HD 5750 1G Ram, 1TB Hard drive - OS Arch Linux
Desktop : Dual Core 3Ghz, Nvidia Fx5200 Dual monitor 256Mb ram, 1GB Ram, 600GB Hard drives - OS Arch Linux
Phone: HTC Desire HD 1Ghz snap dragon, 738 MB Ram OS's Android, Debian Linux

Offline

#4 2011-05-11 10:56:52

egenix
Member
Registered: 2010-09-21
Posts: 7

Re: [SOLVED] odd, arch linux pushing windows boxes off of the cable modem?

Found the problem, I was accidentally performing a Man In the Middle attack on the windows boxes, I bought up the wlan0 interface via DHCP
on wifi, however the ethernet port eth0 (not being used) had

eth0 192.168.0.1 netmask 255.255.255.0 broadcast

and

DAEMONS=[network ....]

and in this case the routers IP address is

192.168.0.1

so I assume arch was answering arp requests for 192.168.0.1, have now commented out the eth0 and network in DAEMONS, as I like to bring all interfaces up myself.

Last edited by egenix (2011-05-11 11:01:16)


Desktop imac: Quadcore i3 3.2Ghz cpus, 4Gb ram 27' display ATI Radeon HD 5750 1G Ram, 1TB Hard drive - OS Arch Linux
Desktop : Dual Core 3Ghz, Nvidia Fx5200 Dual monitor 256Mb ram, 1GB Ram, 600GB Hard drives - OS Arch Linux
Phone: HTC Desire HD 1Ghz snap dragon, 738 MB Ram OS's Android, Debian Linux

Offline

Board footer

Powered by FluxBB