Close Menu
    Facebook X (Twitter) Instagram
    • Download Cisco Packet Tracer
    Facebook X (Twitter) Instagram Pinterest Vimeo
    IT Beginner
    • Home
    • Server
    • WordPress
    IT Beginner
    Home»Linux Mint»How to change mac address on ubuntu
    Linux Mint

    How to change mac address on ubuntu

    18/07/2017No Comments2 Mins Read

    You can change the Network Card Mac Address on Ubuntu and Linux Mint via GUI (graphic cal user interface) by going to the networking indicator on the top or bottom and select “Edit connection” to configure or create a new connection.

    Next click “Add” and give a name to the new connection you want to create with the new spoofed MAC address.

    Choose “eth0″ interface from the top dropdown, then you can change the default MAC address to another

    Save that connection, and reconnect, you will be using the new MAC address.

    To check the interface with new MAC address, you can use

    $ ip link ls

    You can also change mac address on ubuntu or linux mint via the terminal

    Go to your ubuntu or linux mint terminal, edit /etc/network/interfaces file

    $ sudo nano /etc/network/interfaces

    You should see something like this with dhcp enabled for your network interface. Usually its eth0 for ubuntu or linux mint wired network and wlan0 for ubuntu or linux mint wireless network.

    auto eth0
    iface eth0 inet dhcp

    At the end of /etc/network/interfaces file, add this line to give your system’s network interface new MAC address.

    hwaddress ether A4-19-E2-94-DD-BB

    Save /etc/network/interfaces file with the new config, then restart your system network.

    $ sudo /etc/init.d/networking restart

    or

    $ sudo service networking restart
    mac address
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to change the default OS in an Ubuntu and Windows GRUB dual boot setup
    Next Article How to install Netflix on Ubuntu, Linux Mint and Fedora

    Related Posts

    Tips – Tricks

    How to fix nginx an upstream response is buffered to a temporary file error

    05/08/2017
    Tips – Tricks

    Optimize WordPress with Nginx

    04/08/2017
    Security

    How to secure Apache HTTP Web Server

    29/07/2017
    Subscribe
    Notify of
    guest

    guest

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    0 Comments
    Oldest
    Newest Most Voted
    Inline Feedbacks
    View all comments
    Tags
    apache centos Centos 6 cuda Desktop Environment dual boot environment featured gnome GUI hostname hosts intel kernel kill lamp server lemp server life MariaDB netflix nginx nvidia password php-fpm phpmyadmin pids processes s.m.a.r.t Security session solid state drive ssd ssh ssh server tag 1 tag 2 Ubuntu upgrade varnish VirtualBox VNC Server web server window manager wordpress xfce
    Facebook X (Twitter) Instagram Pinterest

    Type above and press Enter to search. Press Esc to cancel.

    wpDiscuz