You are not logged in.

#1 2008-08-24 08:00:27

vaporub
Member
Registered: 2008-08-24
Posts: 3

How to connect wlanX to Mac address with static IP

Just wondering if there is a way to connect to a wireless network (in this case on wlan0) where I know the MAC address and I wish to use a static IP (e.g., 192.168.1.55) ?

Any help much appreciated! Cheers!

Offline

#2 2008-08-24 08:46:16

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: How to connect wlanX to Mac address with static IP

sure.
change the mac adress:
ifconfig wlan0 down
ifconfig wlan0 hw ether MAC_ADRESS
ifconfig wlan0 192.168.1.55
iwconfig wlan0 essid NAME_OF_AP

for more details about wireless connections http://wiki.archlinux.org/index.php/Wireless

Last edited by wonder (2008-08-24 08:47:10)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2008-08-28 21:16:30

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,223
Website

Re: How to connect wlanX to Mac address with static IP

Yes, or you can set up your DHCP-server to always give your MAC-address the same IP-address by using bind.

Zl.

Offline

Board footer

Powered by FluxBB