Building a Wireless Bridge |
We have two PCs, PC Desktop with a network card (eth0) and a
wireless network card (wlan0)
|
Fake
AP Installation |
FakeAP is a funny program in PERL that allows you to simulate as many Wireless Access Points from different vendors with different ESSIDs and channels that you want. It will be more difficult for a Hacker who sees 200 APs on his screen to found the right one. Download FakeAP http://www.blackalchemy.to/project/fakeap/ being root: set environmental variables needed for perl export LC_ALL="C" download and install perl modules perl -MCPAN -e shell install Time::HiRes Set the wireless card in Master mode iwconfig wlan0 mode master perl fakeap.pl --interface wlan0 --sleep 1
|
WDS
Wireless Distribution System |
WDS allows you to interconnect wireless nodes while your AP is
in master mode. That means anybody could connect to your AP and
meanwhile your AP will be connected with another one. This allows you
to extend your network easily with low cost. You have 2 Nodes: pingu and pingu2 On the Node pingu: Interfaces included in the bridge must have 0.0.0.0, the
bridge have the IP by DrDoom
|