Page 1 of 1

I run the command "ifconifg | grep ether" in Kali and got 3 diff MAC's

Posted: Tue Jun 28, 2022 6:41 am
by hal2000
Hello,
I was trying to see my MAC address and when i run the command I got 3 different MAC's addresses.

$ ifconfig | grep ether
ether -MAC- txqueuelen 0 (Ethernet)
ether -MAC- txqueuelen 1000 (Ethernet)
ether -MAC- txqueuelen 1000 (Ethernet)


Why is this happening?
I delete de MAC int copy/paste for sec.

Thanks and excuse my english.

Posted: Tue Jun 28, 2022 7:41 am
by Philip
You likely have multiple virtual ethernet adapters/IPs configured for the same interface. If you just try "ifconfig" you may be able to tell which one you're actually using by the number of TX/RX packets, IP address, etc.

I hope this helps

Posted: Tue Jun 28, 2022 11:30 am
by hal2000
Yes it helped!! Thx u so much!!

Posted: Wed Jun 29, 2022 8:18 am
by Philip
No problem, glad it worked :)