So here is my concern, i followed this procedure :
Check my IP : sudo ifconfig
Create a random IP : openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'
Then : sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -z
Add new IP : sudo ifconfig en0 ether (new IP)
Then double check : ifconfig en0 |grep ether or sudo ifconfig
After that everything seems good, the new ip will appear with either "ifconfig en0 |grep ether" or "sudo ifconfig" command, but if i go to System preferences > Network > Advanced.. the real mac address will still show up!! is that normal?
2nd question : Do i need to spoof my mac address while using a 3g USB key or the USB key will show its own mac?
Check my IP : sudo ifconfig
Create a random IP : openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//'
Then : sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -z
Add new IP : sudo ifconfig en0 ether (new IP)
Then double check : ifconfig en0 |grep ether or sudo ifconfig
After that everything seems good, the new ip will appear with either "ifconfig en0 |grep ether" or "sudo ifconfig" command, but if i go to System preferences > Network > Advanced.. the real mac address will still show up!! is that normal?
2nd question : Do i need to spoof my mac address while using a 3g USB key or the USB key will show its own mac?