Hi, how do you find the MAC address of the network card in the copier (C454)? Thanks
Network card
Collapse
X
-
If you are not nearby the copier but on the same network you can also ping it and grab the arp.
Example:
C:\> ping 192.168.1.200
Pinging 192.168.1.200 with 32 bytes of data:
Reply from 192.168.1.200: bytes=32 time=3ms TTL=64
Reply from 192.168.1.200: bytes=32 time<1ms TTL=64
Reply from 192.168.1.200: bytes=32 time<1ms TTL=64
Reply from 192.168.1.200: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.1.200:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 3ms, Average = 0ms
C:\> arp -a
Interface: 192.168.1.58 --- 0x3
Internet Address Physical Address Type
192.168.1.200 0c-c4-7a-00-31-a2 dynamic​
Physical address is the mac address. Konica will almost always start with a 0C-c4-7a since that is their OUI.Worked in IT for 12 years from Helpdesk up to System Administrator. Now working as the IT Manager at a copier company for the last 4 years.
If I helped you out, please give me a thumbs up! It helps my reputation.Comment
Comment