티스토리 뷰
MAC address stands for
Media Access Control Address
What's the difference between IP address and MAC address?
MAC addresses are assigned at the time that hardware is manufactured and it is changeable, but It's generally used without any change. For this reason, MAC addresses are treated permanent address. Whereas, IP addresses are assigned as part of connecting to a network and It is easily changeable.
MAC address is the way to reliably identify specific devices on the network.
Changing a MAC address
In Terminal, type the below command in a single line to check the current MAC address on your computer.
ifconfig en0 | grep ether
Now you can see your MAC address.
To change the address, type the following command below.
sudo ifconfig en0 ether xx:xx:xx:xx:xx:xx
You need to replace xx:xx:xx:xx:xx:xx to new MAC address you want to change.
Again, type ifconfig en0 | grep ether to check whether it's changed correctly
You can simply change your MAC address using a spoofing tool such as LinkLiar app
Reference
https://askleo.com/whats_the_difference_between_a_mac_address_and_an_ip_address/
https://www.online-tech-tips.com/computer-tips/how-to-change-mac-address/
'Computer basics' 카테고리의 다른 글
Commands in Terminal (0) | 2019.07.31 |
---|---|
IntelliJ shortcut on Mac (0) | 2019.02.27 |
command for previously connected Wifi network on OS X (0) | 2019.02.05 |
- Total
- Today
- Yesterday
- HashMap
- 프로그래머스
- easy algorithm
- 프로그래머스 알고리즘
- spring boot application
- hackerrank
- ... in Javascript
- substring()
- string class in java
- math.max
- Collection Framework
- equals()
- hackerrank javascript
- repeat()
- math.abs
- Javascript Algorithm
- compareTo()
- java
- C++
- HackerRank Algorithm
- 알고리즘
- algorithm
- javascript
- hackerrank javascript solution
- rest parameter
- code refactoring
- hackerrank solution
- Object type casting
- easy javascript algorithm
- 프로그래머스 알고리즘문제
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |