You are not logged in.
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
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
Yes, or you can set up your DHCP-server to always give your MAC-address the same IP-address by using bind.
Zl.
Offline