HowTo: Set IP address of a Device Using MAC???
-
hi, i want to set IP address to a device (not a PC) that has a ethernet port. i know the MAC address of the device. Using MAC address i want to set a custom IP address to it. i searched for WIN32APIs, and this forum but did not get a solution... plz help me in this regard...:confused: if any other windows based programming has this feature plz let me know... - thanks, Basavaraj P.Umadi
-
hi, i want to set IP address to a device (not a PC) that has a ethernet port. i know the MAC address of the device. Using MAC address i want to set a custom IP address to it. i searched for WIN32APIs, and this forum but did not get a solution... plz help me in this regard...:confused: if any other windows based programming has this feature plz let me know... - thanks, Basavaraj P.Umadi
-
Hi This will affect only your own computer: check ARP command use (set a static ip address to a MAC address) e.g. arp -s 44.22.33.11 00-01-02-03-04-05 I've used this to get in touch with external print servers with unknown IP address HTH
thanks a lot for the response.... i tried the ARP thing.. BUT..... it sets only the STATIC IP address to my device.. when i ping to that IP it wont respond...:sigh: :confused: plz tell me by anyway i can set the DYNAMIC IP... i have one application which sets DYNAMIC IP.. :-O but i m not able to do the same in my code...:~ - thanks and regards, Basavaraj P.Umadi