Questions tagged [dynamic-ip]

A dynamic IP address is an IP address that is temporarily assigned to a device, and can therefore change over time.

Unlike a that is permanently assigned to a device, a dynamic IP address is only temporarily assigned.

While this is usually about a consumer router's WAN (internet-facing) IP assigned by the ISP, this could also be about IPs within a LAN temporarily leased to a device using DHCP. In some cases, DHCP will cause the same device to receive the same IP if it is regularly connected to the router, therefore making the dynamic IP semi-permanent, although strictly speaking not static and therefore open to change.

77 questions
-2
votes
1 answer

How can i get the dynamic IP address assigned by my ISP using C#?

I have searched a lot to get this dynamic IP address assigned by my ISP using C# none have turn out So, how can i get the dynamic IP address assigned by my ISP using C# ?
-3
votes
1 answer

Internet IP acquisition when connected to router

I want to get the internet(public) ip address and use it in my java app. When I use "ipconfig" or "netstat" (shell commands) or InetAddress.getLocalHost() or even NetworkInterface.getNetworkInterfaces() the router(system) doesn't return the internet…
rouiiii
  • 47
  • 6
1 2 3 4 5
6