Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

How to change MAC address

Answer:

To change MAC address, you need to take the network interface

# sudo ifconfig eth1 down

Then change it by

# sudo ifconfig eth1 hw ether 00:01:02:03:04:05

  1. How to get the IP address assigned to eth0 by a single command
  2. Renew DHCP IP address in Ubuntu
  3. How to change hostname in Ubuntu?
  4. Block a remote IP Address using iptables
  5. Check for the number of connection from a particular IP address

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>