Skip to content
Sumedh

Get IP, find your LAN IP, MAC and hostname

Download get-ip.zip (Get Ip, 22 kb)

Download get-ip-source.zip (Source code of Get Ip, Vb.net 2003, 36 Kb)

  • Find your Ip address, mac address, computer name and username.
  • You can just view your address and names, you cannot change them.
  • Displays the ip address and mac address of the first active lan card if there are multiple lan cards present.

System Requirements

Win Xp/ 2000 with .Net Framework

Note - System.Net.Dns.GetHostByName has been replaced by System.Net.Dns.GetHostEntry in Vb.net 2005.

Functions used

System.Net.Dns.GetHostByName

Environment.UserName
Dns.GetHostName()
Clipboard.SetDataObject()

System.Management reference has been added explicitly.