I just installed a wireless range expander. It seems the only way to get it to work is to give it the same channel and SSID as my router. So how can I tell whether I'm going through the router or the range expander at any particular time?

link|improve this question

65% accept rate
can you please post make and model of the extender? – Molly7244 Jan 8 '10 at 20:24
make and model of the extender: wre54g – JoelFan Jan 9 '10 at 23:46
feedback

2 Answers

up vote 0 down vote accepted

You will need a Linux machine with a wireless card that supports monitor mode to tell.

Configure it to the same channel in monitor mode, then run tcpdump or wireshark capturing on that interface. You should see your laptop using the MAC address of the extender in one of the four 802.11 layer address fields (the AP MAC address will also appear, as will the BSSID of the network... the key thing is the extender's MAC showing up).

link|improve this answer
Can you explain "monitor mode"? – JoelFan Jan 9 '10 at 23:45
feedback

The range expander is basically just repeating the same signals as the router. The expander doesn't have it's own IP at all. It will possibly give you slightly more latency, but is a fairly simple piece of equipment.

link|improve this answer
Are you sure? I think it does have an IP, because you can contact it through a browser and configure it – JoelFan Jan 8 '10 at 19:45
2  
From my understanding (which could be wrong) it has an IP, but that is used for configuration only. The actual traffic passing is merely a reflection. – Joshua Nurczyk Jan 8 '10 at 20:05
1  
yes, that IP address only used if you connect the extender to a computer to run the configuration utility. – Molly7244 Jan 8 '10 at 20:23
So is there any way to tell what I'm connecting to? – JoelFan Jan 8 '10 at 20:45
I can't think of any way to tell, at least not through software. I suppose that with appropriate RF test gear you'd be able to figure it out though. – Brian Knoblauch Jan 8 '10 at 21:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.