“Mengubah Alamat Mac Linux” Kode Jawaban

Mengubah Alamat Mac Linux

# I tested this in kali linux which is debian-based linux 
# type <ifconfig> to know your ip address and MAC address
# you will see your MAC address like this -> ether 'MAC address'

#to change the MAC address you have to do these steps
sudo ifconfig <network interface> down 
#example -> ifconfig wlan0 down
sudo ifconfig <network interface> hw ether <MAC addr that you wanna change>
#example -> ifconfig wlan0 hw ether 00:11:22:33:44:55
sudo ifconfig <network interface> up
#ifconfig wlan0 up

#NOTE: MAC address will change after the system has rebooted  
aytzzz

Ubah Alamat MAC Linux

sudo apt install macchanger
sudo ifconfig wlan0 down
sudo macchanger -r wlan0
sudo ifconfig wlan0 up
Anthony Smith

Jawaban yang mirip dengan “Mengubah Alamat Mac Linux”

Pertanyaan yang mirip dengan “Mengubah Alamat Mac Linux”

Lebih banyak jawaban terkait untuk “Mengubah Alamat Mac Linux” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya