View previous topic :: View next topic |
Author |
Message |
pmatos Veteran
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Mon Sep 15, 2003 2:19 pm Post subject: Knowing my mac address |
|
|
Hi all,
how can I find out my lans card mac address?
Best regards,
Paulo Matos _________________ Paulo Matos |
|
Back to top |
|
|
petardi Tux's lil' helper
Joined: 29 Mar 2003 Posts: 79 Location: SI
|
Posted: Mon Sep 15, 2003 2:27 pm Post subject: |
|
|
If you want to know your mac address use ifconfig.
For computers on the same wire use arp or arping. |
|
Back to top |
|
|
pmatos Veteran
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Mon Sep 15, 2003 2:40 pm Post subject: |
|
|
petardi wrote: | If you want to know your mac address use ifconfig.
For computers on the same wire use arp or arping. |
Code: | eth0 Link encap:Ethernet HWaddr 00:E0:00:FA:A1:3B
inet addr:192.168.1.100 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8396 errors:0 dropped:0 overruns:0 frame:0
TX packets:8876 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:5378492 (5.1 Mb) TX bytes:789215 (770.7 Kb)
Interrupt:11 Base address:0xc800 |
Mac address is 00:E0:00:FA:A1:3B, right? _________________ Paulo Matos |
|
Back to top |
|
|
petardi Tux's lil' helper
Joined: 29 Mar 2003 Posts: 79 Location: SI
|
Posted: Mon Sep 15, 2003 3:09 pm Post subject: |
|
|
Yes.
But generally you don't need to know your mac address. Unless, of course, your not troubleshooting your network. |
|
Back to top |
|
|
|