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
8
votes
2 answers

Static IP address in Azure API management Service

I have done some googling but couldn't get a confirmed answer for this: Does Azure API management service provides a Static IP address? If not, how do i configure it? Reason i am asking is because my on-premise server only accepts request from…
Kengary
  • 125
  • 2
  • 9
8
votes
2 answers

How can I deploy a application that requires static IP to Heroku?

I have a rails application hosted on Heroku that I need to integrate with 3rd party payments provider. The payment provider requires that my application will have a static IP for incoming and outgoing HTTPS requests. I want to deploy a proxy on a…
Gady
  • 1,514
  • 2
  • 16
  • 32
7
votes
1 answer

How to Set Default Gateway,Ip Address and Subnet mask from Java?

I am looking some way to configure my Ethernet card from Java. Is there any way to change Default Gateway,IP address and subnet mask from Java. Currently I am using OSHIto get the ip address,Mac address and other Hardware info. I also understand…
Rengas
  • 593
  • 1
  • 6
  • 25
6
votes
1 answer

How to whitelist Logic App outbound ip's?

I got a solution using lots of logic apps and connectors (ftp/sftp) to different partners. My problem is the whitelisting of outbound logic app ip's. I know there is a list of outbound ips but most of the partners will only open up for a handful of…
user1005448
  • 617
  • 3
  • 12
  • 22
6
votes
2 answers

How to assign multiple static IPs to docker container

I am able to run a docker container and assign one static IP using this command docker run -it --name container1--net ProdNetwork --ip 10.1.1.100 centos:latest /bin/bash I couldn't figure out how to assign multiple static IP's to one container, can…
user1550159
  • 1,197
  • 3
  • 19
  • 36
6
votes
4 answers

How to set static IP address using connman for wifi network

I'm trying to set a static IP(manual, no dhcp) address for wifi network using connmanctl. I'm running angstrom linux. I get the following: connmanctl connmanctl> config wifi_"HASH"_managed_psk --ipv4 manual 192.168.10.2 255.255.255.0…
6
votes
0 answers

QR Code Wi-Fi Static IP

I've found a way to connect Wi-Fi via barcode. For example I can generate a barcode with the content below: WIFI:T:WPA;S:mynetwork;P:mypass;; Then I'm able to connect to it. But is it possible to also set other Wi-Fi settings like static IP or DNS…
NoobTW
  • 2,466
  • 2
  • 24
  • 42
5
votes
1 answer

Is a network device hostname determined by the device itself or a network admin?

I have a local network with several PCs and specialized controllers on it. These specialized controllers must be configured with static IP addresses and do not have DHCP capabilities. I was asked to put together a list of the device hostnames and…
Izzo
  • 4,461
  • 13
  • 45
  • 82
5
votes
1 answer

Static global IP on GKE using Nginx Ingress?

I am trying to setup an nginx ingress controller in my GKE cluster and I'd like to use a static global IP address but I am struggling figuring it out how. After a lot of research, most guides/stackoverflow/blogs just say "use the…
5
votes
1 answer

Remote debugging ASP.NET applications on a server with static IP address

All of examples on web assume the remote server which we are going to debug remotely is on the same network. I have only a static IP address and using RDP I connect to server. I've installed Remote Debugger on remote machine but cannot set the…
Xaqron
  • 29,931
  • 42
  • 140
  • 205
4
votes
1 answer

Google Cloud Run outbound static IP is 169.254.X.X instead of reserved one

I created a Google Cloud Run revision with a Serverless VPC access connector to a VPC Network. The VPC Network has access to the internet via Cloud NAT, to allow the Cloud Run instance to have a static outbound ip address, as described in this…
4
votes
0 answers

How to assign static IP address programmatically in android

I already implemented: How to configure a static IP address, netmask, gateway, DNS programmatically on Android 5.x (Lollipop) for Wi-Fi connection How to configure a static IP address, netmask, gateway programmatically on Android 3.x or 4.x Set…
4
votes
0 answers

Create static IP for Google Places API keys restrictions on AWS Elasticbeanstalk with autoscaling

I use Google Places API, and I need to put a restriction on my API keys, more specifically an IP restriction because the calls are from a web server. I am using AWS Elastic Beanstalk with an environment where I have a Load Balancer, Autoscaling, and…
4
votes
1 answer

Private IP address in reserved subnet range

I have an arm template that has a vNet with 2 subnets. I am trying to deploy a Nic to one of these with a static private IP address. It used to be dynamic, and it worked fine. Now it is static, I have set the IP I want the nic to have, but when I…
4
votes
3 answers

Using Amazon EC2 as a webserver with a specific IP address

I'm trying to create a personal/professional website within a college-domain. From the university I've requested a static-IP address which is directed to a website-name "http://lastname.someuniversity.edu". I would like to setup an Amazon EC2…
1
2
3
21 22