|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
| Author |
Message |
|
Sanjoo
New Born Fropkian
Joined: Mon Jan 08, 2007 11:01 pm Posts: 10
|
 mac address
i have a network printer connected on my server running windows 2003, the ip add is 10.210.1.15, i would like to know how can i find the mac address of the printer. i can't find it on the machine itself.
|
| Fri May 15, 2009 2:52 pm |
|
 |
|
|
|
 |
|
Rahul
Site Admin
Joined: Tue May 30, 2006 10:42 am Posts: 89564 Location: Behind You
|
 Re: mac address
Hmm, why do you need this?
If you know its IP address (maybe from the configuration page), you can find out the MAC address using "arp":
E:\>ping 10.0.0.2
Pinging 10.0.0.2 with 32 bytes of data:
Reply from 10.0.0.2: bytes=32 time<1ms TTL=255 Reply from 10.0.0.2: bytes=32 time<1ms TTL=255 Reply from 10.0.0.2: bytes=32 time<1ms TTL=255 Reply from 10.0.0.2: bytes=32 time<1ms TTL=255
Ping statistics for 10.0.0.2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms E:\>arp -a
Interface: 10.0.0.1 --- 0x2 Internet Address Physical Address Type 10.0.0.2 00-14-38-5d-c4-9a dynamic
The Physical Address 00-14-38-5d-c4-9a is the MAC address.
|
| Fri May 15, 2009 6:53 pm |
|
 |
|
Sanjoo
New Born Fropkian
Joined: Mon Jan 08, 2007 11:01 pm Posts: 10
|
 Re: mac address
I need to add the network printer to the reserve ip address pool on the server and it ask for its mac address. Infact i managed to sort out the prob, all i needed to do was to ping the printer address and then run arp from cmd. Thanks
|
| Tue May 19, 2009 3:35 pm |
|
 |
|
|
Page 1 of 1
|
[ 3 posts ] |
|
|