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
67
votes
4 answers

Access XAMPP Localhost from Internet

I have XAMPP installed in local laptop. And I have a almost static ip. I would like to give the ip to other to run it from their browser. I configured apache httpd-vhosts.conf to listen my ip address:80 and added the virtual server with the ip…
coool
  • 8,085
  • 12
  • 60
  • 80
41
votes
8 answers

AWS Load Balancer with a static IP address

I have a set-up running on Amazon cloud with a couple of EC2 Instances running through a load balancer. It is important that the site has a unique(static) IP or set of IPs as I'm plugging in 3rd party APIs which only accept requests made from IPs…
34
votes
3 answers

Static IP Address with Heroku (not Proximo)

Is there a way to get one Static IP address for a Heroku Server? I'm trying to integrate various API's which ask for an IP address. Because of Heroku's server setup, you never have one server with a static IP - instead your IP is dynamic. I've…
Allen S
  • 3,471
  • 4
  • 34
  • 46
26
votes
5 answers

Using static IP address with Amazon EC2

I want to use the Amazon Web Service free micro-instance for my different projects for testing and personal purpose. But I required some static-public IP on which I can run my server. Is that possible? From where I can buy just IP and use it with my…
coure2011
  • 40,286
  • 83
  • 216
  • 349
16
votes
1 answer

Does Windows Azure offer static IP for VMs?

I have been trialling the Bizspark / Azure offer for my company. When we accidentally exceeded our free usage limit by 1c, Microsoft deleted our VMs and handed our IP addresses to other customers. This was done instantly, out of hours and without…
15
votes
6 answers

VMWare - Virtual operating system static IP address

What is the best way to have a virtual operating system have a static IP address in VMWware. I would like to keep the IP address static since it is a virtual server.
Daniel Kivatinos
  • 24,088
  • 23
  • 61
  • 81
15
votes
0 answers

Proxy server or how to get a static IP

I need to access a webservice which requires an ip which is in the provider's whitelist of IP's Therefore I would need a static IP in order to access this machine from multiple machines. So I was wondering how to achieve this best. Is there a free…
dc10
  • 2,160
  • 6
  • 29
  • 46
13
votes
5 answers

Can't connect static ip to Ingress on GKE

I am trying to connect my ingress to a static ip. I seem to be following all the tutorials, but still I cannot seem to attach my static ip to ingress. My ingress file is as follows (refering to the static ip "test-ip") apiVersion:…
13
votes
3 answers

AWS Cant assign Elastic IP to Network Interface

I have a website that I am hosting on AWS. The ec2 instance is stored in a VPC. The instance is attached to an ELB and Network Interface. What I am trying to do is assign an Elastic IP to the Network interface so that my website has a static IP,…
Monzingo
  • 391
  • 1
  • 7
  • 17
12
votes
1 answer

How to setup Static Ip in Fedora 19

While using Fedora 19 on VMware player(Harvard CS50x appliance 19) , the guest OS is not able to access the internet even though the host is . How to set static Ip address to access Internet ?
RohanJ
  • 606
  • 1
  • 6
  • 18
11
votes
3 answers

Is an Azure App Service IP Address considered a static IP for DNS purposes?

I can't find any information about whether or not the IP address that Azure App Services gives you to add to your DNS A record for custom domains is a truly fixed IP address. As far as I can tell you can't use Reserved IP's for App…
Xuntar
  • 2,260
  • 3
  • 21
  • 31
10
votes
3 answers

kubernetes on google failed to create load balancer ip static

Although I reserved a static IP I got the following warning, while not having load balancer created : > kubectl describe svc --namespace=api-1dt-dc FirstSeen LastSeen Count From SubObjectPath Type Reason …
10
votes
4 answers

Azure Website Reserved IP

I've been trying to find an answer to this for a few days. I want to host a new azure website in either the Basic tier or Standard tier. The site will be calling a third party service. I need to give this service provider an IP address that they…
9
votes
3 answers

Static IP address for Role in Windows Azure?

Does anyone knows if obtaining a static IP address for a Web or Worker Role on Windows Azure is possible (possibly only in private beta)?
8
votes
3 answers

Attaching a private static ip address to Azure Container Instance

I am searching for a solution with static private IPs for my container instances. I will add the Application Gateway to it to also have a static public IP for it. I am checking https://stackoverflow.com/a/59168070/7267638 and it looks good until…
O1da
  • 143
  • 1
  • 10
1
2 3
21 22