MAC
出自KMU Wiki
(修訂版本間差異)
在2008年3月29日 (六) 08:12所做的修訂版本 (編輯) Bcc (對話 | 貢獻) (新頁面: MAC(Media Access Control), 每家網路卡廠商生產網路卡時, 給每張網路卡全球唯一的 ID, 例如: 00:80:2D:35:92:04, 共48 bits, 來表示這張網路卡的 ID. ...) ←上一個 |
當前修訂版本 (2008年3月29日 (六) 08:13) (編輯) (撤銷) Bcc (對話 | 貢獻) |
||
第3行: | 第3行: | ||
例如: 00:80:2D:35:92:04, 共48 bits, 來表示這張網路卡的 [[ID]]. | 例如: 00:80:2D:35:92:04, 共48 bits, 來表示這張網路卡的 [[ID]]. | ||
- | 在 Linux 可以下 [[Ifconfig|ifconfig]] 來顯示網路卡的 | + | 在 Linux 可以下 [[Ifconfig|ifconfig]] 來顯示網路卡的 '''MAC''' Address 如下: |
<pre>eth0 Link encap:Ethernet HWaddr 00:50:FC:63:93:15 | <pre>eth0 Link encap:Ethernet HWaddr 00:50:FC:63:93:15 | ||
inet addr:163.15.153.60 Bcast:163.15.153.255 Mask:255.255.255.0 | inet addr:163.15.153.60 Bcast:163.15.153.255 Mask:255.255.255.0 | ||
第13行: | 第13行: | ||
RX bytes:2804402902 (2.6 GiB) TX bytes:590280306 (562.9 MiB) | RX bytes:2804402902 (2.6 GiB) TX bytes:590280306 (562.9 MiB) | ||
Interrupt:10 Base address:0x8f00</pre> | Interrupt:10 Base address:0x8f00</pre> | ||
- | 在 Windows 的 [[Cmd|cmd]] 模式下可以下 [[Ipconfig|ipconfig]]/all 來顯示網路卡的 | + | 在 Windows 的 [[Cmd|cmd]] 模式下可以下 [[Ipconfig|ipconfig]]/all 來顯示網路卡的 '''MAC''' Address 如下: |
<pre>Ethernet adapter 區域連線: | <pre>Ethernet adapter 區域連線: | ||
- | Connection-specific DNS Suffix . : | + | Connection-specific DNS Suffix . : |
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller | Description . . . . . . . . . . . : NVIDIA nForce Networking Controller | ||
Physical Address. . . . . . . . . : 00-1D-60-80-F1-E6 | Physical Address. . . . . . . . . : 00-1D-60-80-F1-E6 | ||
第23行: | 第23行: | ||
Autoconfiguration IP Address. . . : 169.254.54.133 | Autoconfiguration IP Address. . . : 169.254.54.133 | ||
Subnet Mask . . . . . . . . . . . : 255.255.0.0 | Subnet Mask . . . . . . . . . . . : 255.255.0.0 | ||
- | Default Gateway . . . . . . . . . : | + | Default Gateway . . . . . . . . . :</pre> |
- | + |
當前修訂版本
MAC(Media Access Control), 每家網路卡廠商生產網路卡時, 給每張網路卡全球唯一的 ID,
例如: 00:80:2D:35:92:04, 共48 bits, 來表示這張網路卡的 ID.
在 Linux 可以下 ifconfig 來顯示網路卡的 MAC Address 如下:
eth0 Link encap:Ethernet HWaddr 00:50:FC:63:93:15 inet addr:163.15.153.60 Bcast:163.15.153.255 Mask:255.255.255.0 inet6 addr: fe80::250:fcff:fe63:9315/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:12806907 errors:0 dropped:0 overruns:0 frame:0 TX packets:1851468 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2804402902 (2.6 GiB) TX bytes:590280306 (562.9 MiB) Interrupt:10 Base address:0x8f00
在 Windows 的 cmd 模式下可以下 ipconfig/all 來顯示網路卡的 MAC Address 如下:
Ethernet adapter 區域連線: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : NVIDIA nForce Networking Controller Physical Address. . . . . . . . . : 00-1D-60-80-F1-E6 Dhcp Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Autoconfiguration IP Address. . . : 169.254.54.133 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . :