Network card

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AVNER
    Technician
    • Aug 2010
    • 10

    #1

    Network card

    Hi, how do you find the MAC address of the network card in the copier (C454)? Thanks
  • Ziggy
    Senior Tech

    Site Contributor
    VIP Subscriber
    500+ Posts
    • Feb 2018
    • 679

    #2
    Print a config page

    Comment

    • AVNER
      Technician
      • Aug 2010
      • 10

      #3
      thanks

      Comment

      • Duplicator
        IT Manager

        100+ Posts
        • May 2022
        • 245

        #4
        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

        Working...