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
0
votes
0 answers

Require forward-dns not working as expected

Quick explanation: Home hobby server Some public services, some I'd like to restrict to internal only Since I discovered reverse proxies () I've been migrating everything behind subdomains of my domain, via Apache I then discovered that I could no…
Jonathan Crooke
  • 912
  • 7
  • 19
0
votes
2 answers

I can not have static IP. I want to find a way that if IP address changes then someway it can point to new IP address

My app is running in a Server(windows 7, Apache Tomcat 7.0) which is connected to a LAN. My server's IP often changes as the LAN provides dynamic IP. I want to connect to this app from another systems which are in the same LAN. Currently I am using…
hunt
  • 11
  • 3
0
votes
1 answer

Dynamically/Programmatically Authorize Inbound Traffic IP Address Access to EC2 Instance

Is there a programmatic (api) method of authorizing a particular IP addresses to access a particular EC2 instance, e.g. for RDP. This could be done by either creating a security group with the IP address and adding the security group to an instance.…
Ulad Kasach
  • 11,558
  • 11
  • 61
  • 87
0
votes
1 answer

Can we establish a persistent socket.io connection over a server with a dynamic IP?

As my app is currently under development, my local computer is temporarily acting as the server. Using the service by no-ip.com, I have managed to establish internet connection to the NodeJS server at my home, which has been supported by socket.io.…
Chong Lip Phang
  • 8,755
  • 5
  • 65
  • 100
0
votes
0 answers

how to simulate modem disconnection to change ip address programatically

Whenever I disconnect a modem and than reconnect it, my ip address changes. How does one replicate this process (the ip change caused by disconnection and subsequent reconnection) programatically?
sanjihan
  • 5,592
  • 11
  • 54
  • 119
0
votes
1 answer

SSL Multiple Servers

Good Afternoon, I wanted to ask this question regarding SSL certificates. Our company manages several servers. For example: location1.domain.com location2.domain.com location3.domain.com Each of the links goes to a different server with…
George Eivaz
  • 145
  • 2
  • 10
0
votes
0 answers

When 'dynamic-IP extension' is failed?

What I want to know : When my computer keeps one network method and asks for a renewal and extension of its current address lease to the same DHCP server, Can my computer fail to renew the lease? If this can occur, When? and Why? My…
0
votes
1 answer

Resolve IP from No-IP DNS A

I need to Resolve the IP from my No-IP Hostname, which I setup because I'm behind a Router and this Router doesn't have a static public IP. The hostname is setup as a DNS A record. I need the IP to reverse connect from a computer to my own pc. I…
jHN
  • 147
  • 7
0
votes
1 answer

How to refresh dynamic IP assigned to ADSL modem in Python?

I want to know if it's possible to refresh dynamic IP in Python? In this case I want to get a new IP from my internet provider. each time I reset my modem, the IP is changed, so I know there is a lot of IPs available. The IP is assigned to my ADSL…
ehsan shirzadi
  • 4,709
  • 16
  • 69
  • 112
0
votes
1 answer

C# dynamic tcp/ip communication

I got two programs that need to communicate using tcp/ip the problem is that both of them will have a dynamic IP which will always change during runtime. The simple solution is to insert a kind of server in between which will contain a list of…
user1005448
  • 617
  • 3
  • 12
  • 22
0
votes
1 answer

Test Android app with server (laptop) having dynamic ip

i am trying to test my app which has to get connected to my machine for backend java webservices running on jboss server. i have configured my jboss server to enable outer network to access the backend services.
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
0
votes
0 answers

how to store Dynamic IP Address using PHP

Get IP Address : $ip=$_SERVER['HTTP_CLIENT_IP']; Insert Into Mysql $ins=mysql_query("INSERT INTO smp_result SET point='$option',ip='$ip', tm='$id'"); Show the result : $prog=mysql_query("SELECT * FROM smp_result WHERE tm='$id' AND ip='$ip'"); but…
nahrun
  • 73
  • 1
  • 1
  • 6
0
votes
1 answer

FTP Behind Firewall and Dynamic IP Address

I'm currently working on a client project and I get access to files via FTP. Their server is behind a firewall and they're asking me for my IP address, I'm guessing for whitelisting. Problem is, my IP address is dynamic and it changes quite a lot…
Catcher
  • 5
  • 3
0
votes
1 answer

Get Dynamic ip address Java?

I am using Java technology for my development. I need to find Dynamic allocated Ip address of system using previous allocated dynamic ip. There are 2 scenarios for this: 1.In first I am storing previous IP in my database so need to find IP using…
0
votes
1 answer

Why DDNS when dynamic IP doesnt change so often

I just want to know, how to view camera over the internet. I dont have static IP so that can be the problem, because the dynamic ip can be changed and I have to use DDNS. But as I know, the dynamic IP doesnt change so often, so will it works (watch…
vnkid
  • 308
  • 2
  • 11