Connection with AP w/ assigned MAC problem - Raspberry Pi Forums
hi all,
working on project relies (among other things) on:
- setting access point in rasppi bridges ethernet connection macbook (check! done!).
- hard-assigning mac address access point. (this having problems).
able set whole network, , works fine. able change mac address, using (mainly) ifconfig + ether command. , worked. however, after changing mac address cannot connect such access point anymore device. have tried several different methods, , have failed.
trying impossible here? there work around such thing?
know. changing mac address using following lines:
sudo service ifplugd stop
sudo ifconfig wlan1 down
ifconfig wlan1 hw ether [mac address]
sudo service ifplugd start
, ap set bridge between eth0 , wlan1.
thank you!
luiz.
working on project relies (among other things) on:
- setting access point in rasppi bridges ethernet connection macbook (check! done!).
- hard-assigning mac address access point. (this having problems).
able set whole network, , works fine. able change mac address, using (mainly) ifconfig + ether command. , worked. however, after changing mac address cannot connect such access point anymore device. have tried several different methods, , have failed.
trying impossible here? there work around such thing?
know. changing mac address using following lines:
sudo service ifplugd stop
sudo ifconfig wlan1 down
ifconfig wlan1 hw ether [mac address]
sudo service ifplugd start
, ap set bridge between eth0 , wlan1.
thank you!
luiz.
raspberrypi
Comments
Post a Comment