Change IP Address and MAC Address in Kali Linux 2022 ✅
#Solvetic_eng video-tutorial to know how to change IP Address and MAC Address in Kali Linux 2022. Kali linux is a Linux distribution based on OPEN SOURCE designed for security audits and focused on IT experts.
In this video we explain how to See the current IP in Kali Linux, and how to change IP or MAC address in Kali Linux easily and quickly by following the steps in the video. We explain how to see the IP or MAC address in Kali Linux from the terminal, and how to change the IP or MAC in Kali Linux 2022 from the terminal.
Commands to change the IP or MAC address in Kali Linux:
- Command to access the terminal as Root:
sudo su
- Command to see the current IP configuration in Kali linux:
ifconfig
- Command to update the current IP in Kali Linux:
ifconfig "adaptador" "IP"
- Command to see the current MAC address:
macchanger -s "adaptador"
- Command to change the MAC in Kali Linux:
macchanger -A "adaptador"
- Command to manually put the MAC in Kali Linux:
ifconfig eth0 down
- Command to assign the MAC address:
ifconfig "adaptador" hw ether "Dirección MAC"
- Command to activate the adapter in Kali Linux:
ifconfig eth0 up
- Command to check MAC change in Kali Linux:
ifconfig
🔥 SUBSCRIBE: https://www.youtube.com/channel/UCkVkmxeHaBk77kAWEzopCBw?sub_confirmation=1