When I run ifconfig
I see a specific mac address connected to my Ethernet connection.
So to change my mac address, I go to the topright where the internet connections are displayed, click on the Edit Connections option. Then I get the Network Connections popup, and I select the only Ethernet connection available and click the Edit button. From there I get the Editing Wired connection 1 window, with the Ethernet tab selected. In the Cloned MAC Address: input, I place in the NEW mac address I want to use, and click save.
From there I use ifconfig
again in the terminal, and I see that nothing has changed.
QUESTION: Why is the previous process not changing my mac address. :(
UPDATE:
Just to clarrify why this question is not a duplicate, the answer linked is outdated (2011) and the Ubuntu layout is no longer the same. You'll see a comment on that question from someone else saying that the answer in fact does not work anymore
nano /etc/network/interfaces
, I got the following content:# interfaces(5) file used by ifup(8) and ifdown(8)\n auto lo\n iface lo inet loopback
with\n
representing each line break. Right now I'm looking into tutorials on iface stanza since the description of the link you presented says place the following in the appropriate section of /etc/network/interfaces (within an iface stanza, e.g., right after the gateway line) . If you happen to know what the code I would have to put there might be, I would love to know! – Webeng May 22 '17 at 10:57