Questions tagged [static-ip-address]

A static IP address is simply a “permanent” address that remains associated with a single computer over an extended period of time.

A static IP address is a number (in the form of a dotted quad) that is assigned to a computer by an Internet service provider (ISP) to be its permanent address on the Internet.

319 questions
4
votes
3 answers

Is a static IP address permitted on the Amazon Elastic Cloud Computing (EC2) service?

We are planning to have an application run on Amazon's cloud which requires a static IP address for it to work. However it appears from Amazon's documentation that static IP addresses are not allowed. http://aws.amazon.com/ec2/#features --> …
RubiCon10
  • 1,199
  • 2
  • 13
  • 15
4
votes
2 answers

Amazon AWS Security Group - Allow Microsoft Azure Web App IP Address

This is the first time I've published a web app on Azure. I have a SQL Server database on Amazon AWS that I'm connecting to. I need to set the security group to allow the Azure Web App to connect. How do I get the IP address of the Azure web…
madvora
  • 1,717
  • 7
  • 34
  • 49
4
votes
1 answer

How to setup QuotaGuard Static for a Rails app hosted on heroku?

I'm trying to setup my heroku app to have an static IP using QuotaGuard (I know proximo is the other option, but it's pretty expensive). I added the heroku QuotaGuard Static addon and got the two IPs it generates as well as the proxy url. What is my…
Varun
  • 675
  • 6
  • 16
4
votes
1 answer

How to connect from Google App Engine through static IP

We are making application on Google App Engine but it has to connect from static IP address to another service. I'm searching the best way to route traffic through static IP. I was thinking that the easiest way would be to set up a proxy on Google…
Jacek
  • 71
  • 1
  • 4
3
votes
1 answer

Is there a service for HTTP redirection with static IP?

I have a requirement in which I need to access a particular server from an already defined static IP address in order to be able to access the provided content. That means, any IP address -> URL redirection -> Server. The URL redirection server must…
lblasa
  • 6,284
  • 4
  • 27
  • 29
3
votes
0 answers

AWS Nat Gateway, wrong requests limits - high load - timeout

I did a load test for NAT Gateway in AWS. I reached a much lower requests-limit than described in docs. According to the docs the Nat is supposed to support ~900 requests per second, but with my configuration, I saw that ~0.04% of the requests are…
3
votes
1 answer

Amazon ECS fargate : static ip address

I have a question about assigning a static ip address to your service/task that you define on ECS cluster , we're aware that for each task created there is a private and public ip address assigned to it but the problem here is that in case you want…
3
votes
3 answers

Attaching a static ip address to Azure Container Instance

Is there any way we can attach an fixed ip address to Azure Container Instance(ACI). In AWS we can attach an elastic ip to ec2 instances, but in Azure we have not used any VM , we took Azure Container Instance as a service. The ip address of Azure…
Bala krishna
  • 519
  • 1
  • 10
  • 24
3
votes
2 answers

Using Network Manager (nmcli) to configure DHCP, with a fallback static IP address in case DHCP fails

I am working with an embedded linux device, which we typically connect to by static IP address during development. However, on-site we have a requirement to connect using DHCP and so, I would like to setup a primary DHCP connection, with a fallback…
user5265160
  • 409
  • 1
  • 8
  • 19
3
votes
1 answer

How to setup a STATIC IP ADDRESS while using Google App Engine

I have an application running on Google Cloud's App Engine(flexible environment). An external API that deals with finances requires us to have a static external IP address so that we may interact. I know App Engine doesn't have an external IP…
3
votes
2 answers

How to set a static IP address in windows 10?

After searching a code to set a static IP adress using a simple script, I could not find a complete and easy to implement answer on StackOverflow. That led me to the following question: What would be an "easy^"-to-implement code to set your windows…
a.t.
  • 2,002
  • 3
  • 26
  • 66
3
votes
2 answers

Pointing DNS name to IP address on local machine

This might be a stupid question but i would really appreciate any compact answer. I have uploaded a Joomla site on my local machine using a static IP address (213.221.211.111 for example). I have registered a domain (like www.example.com) on…
Ikram Ullah
  • 348
  • 4
  • 17
3
votes
1 answer

discover if ip address is DHCP or static

im trying to get in c programing (LINUX) what kind of ip I have DHCP or static. Does someone know how do that?? I extract my ip using struct ifaddrs; it will be nice to find out if that stucture can provide the information. thanks on advance :)
azulay7
  • 305
  • 3
  • 16
3
votes
1 answer

ZK Time and Attendance device with PHP

I am using [ZKlib][1] [1]: https://github.com/dnaextrim/php_zklib to connect to my ZK time and attendance machine. It is using UDP/SOAP to connect to device. Everything is working fine on localhost. But when I live it on server and try to access it…
sam
  • 236
  • 3
  • 6
  • 17
3
votes
1 answer

How can I configure private network in vagrant box

Setup: On my laptop, I have windows 10 pro install. On that, I have installed latest virtualbox 5.1.2, latest vagrant 1.9.1 and latest packer 0.12.1. My laptop is highend and with strong configuration. I am on wifi. Purpose: I want to have three…
1 2
3
21 22