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
64
votes
6 answers

Change IP address dynamically?

Consider the case, I want to crawl websites frequently, but my IP address got blocked after some day/limit. So, how can change my IP address dynamically or any other ideas?
Magendran V
  • 1,411
  • 3
  • 19
  • 33
12
votes
9 answers

How to exclude traffic in Google Analytics from Dynamic IP addresses?

Google's detection of Unusual traffic is nice. But how is it handling Dynamic IP addresses? For example,I do not have ranges of IPs and my ISP provides Dynamic IP which may change everytime my router reboots and it changes everyday. So here, when I…
Kalu Charan
  • 121
  • 1
  • 1
  • 4
10
votes
2 answers

AWS: dynamically allocate & associate new IP addresses to EC2 instance?

I am running some web crawling jobs on an AWS hosted server. The crawler scrapes data from an eCommerce website but recently the crawler gets "timeout errors" from the website. The website might have limited my visiting frequency based on my IP…
xiaolong
  • 3,396
  • 4
  • 31
  • 46
9
votes
2 answers

Using HTTPS with a dynamic ip

My situation: I want to run a webserver on a device in an unknown network. Requests on port 80 or 443 will be forwarded to this device from the global ip. The device regularly posts its IP address to a server on the web and it is saved on this…
Agent T
  • 274
  • 1
  • 5
  • 9
5
votes
1 answer

Hosting a website on a PC using apache(Xampp)

This is what I learned by doing some searching. These things were taken from many places. Please point out any missing things. (I have not yet tried this out, just want to clarify what I'm going to do) For hosting I need to have a static IP. But my…
Niroshan
  • 2,064
  • 6
  • 35
  • 60
4
votes
2 answers

Are a page's images calculated as requests in Dynamic IP Restrictions?

Our site has performance issues, and spambots make it worse, so we decided to configure Dynamic IP Restrictions to allow only 5 concurrent requests (per one request per IP). My concern is that a single page may do many concurrent requests as it…
Cassini
  • 119
  • 1
  • 13
4
votes
2 answers

Reach Azure SQL database with dynamic IP addresses

I have an Azure SQL database on which my data resides. This data should be retrieved from a system (e.g. Dynamics or another server). However, this system does not have a static IP address. How do I grant these systems access to my Azure SQL…
steffen
  • 75
  • 5
4
votes
1 answer

Google API Key for a dynamic IP server

I need to use the Google Places API through PHP in a Wordpress site hosted on Flywheel. It seems the option I need to use is the IP addresses (web servers, cron jobs, etc.). My problem is that flywheel has a dynamic IP address system and after a…
Juan Solano
  • 1,188
  • 1
  • 17
  • 32
4
votes
2 answers

create a client-server application in java where both machines can have Dynamic IP addresses

This is what I'm planning to do. Suppose there are 2 machines A and B. I need to create an application by which machine A can send data to Machine B, using Java SE. I know that to make a connection you need to create an object of serversocket class…
Nabeel
  • 53
  • 1
  • 9
3
votes
2 answers

Can I host Chat Server on Dynamic IP using Java Socket?

Investigating the Servlets I've created a simple chat and tested it on local IP - everything works. But when I tried to test it through the real network the connection refused - java.net.ConnectException: Connection refused: connect. Is the reason…
SergeiK
  • 83
  • 1
  • 11
2
votes
1 answer

How to get bind9 to listen only on this dynamic ip interface

The listen-on statement of bind9 configuration seems to only take IP address(es) for an interface. "man named.conf" shows details on listen-on For an internal named daemon, the interface being listen on can be declared as: listen-on { …
John Greene
  • 2,239
  • 3
  • 26
  • 37
2
votes
2 answers

Restrict public web application access to specific dynamic source IP addresses

I'm developing a web application using Laravel hosting on a public cloud. Now, the application can be accessed publicly on the internet via domain address. However, I want to restrict to only users who are connecting to the organization networks to…
2
votes
1 answer

How to check if username is valid on a ssh server

How can I check if a username exists at a ssh server address using command line tools? For example, I would love to type, isvaliduser [username] [ssh_server] result: True where isvaliduser is some magical function that tests whether a user with…
Delyle
  • 529
  • 3
  • 14
2
votes
1 answer

How to connect Google Cloud SQL by SSL with database url?

Now I want to deploy a rails app to Google Container Engine. And use Google Cloud SQL as database. When I tried to connect Google Cloud SQL from Google Container Engine, I got this error: ERROR 2013 (HY000): Lost connection to MySQL server at…
scho
  • 3,275
  • 6
  • 19
  • 30
2
votes
1 answer

Improve DNS propagation by changing TTL

The public IP adress of my home is a dynamic IP and I need to access it from outdoors. I didn't want to use services like DynDns or NoIp so I made my own script. The script is executed each hour, basically it reads my public IP on icanhazip.com, and…
statox
  • 2,827
  • 1
  • 21
  • 41
1
2 3 4 5 6