IPHostEntry IPHost = Dns.GetHostByName(Dns.GetHostName()); lblIP.Text = "External IP " + .AddressList[0].ToString();