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
2
votes
1 answer

Direct ethernet connection to Raspberry PI running Arch linux

I need a good tutorial that will explain on how to setup a ssh connection via a direct ethernet connection to a Raspberry Pi with a static IP running Arch Linux. I have tried a few but all seem to fail. Any Suggestions?
JWattel
  • 31
  • 1
  • 3
2
votes
3 answers

Reserved IP address for Azure Cloud Service not working

I am trying to assign a reserved IP address to a cloud service. I need this feature to restrict the IP access to the database (and NO i do not want to allow all azure nodes this access), and I also have to access external API's for which I need to…
ckonig
  • 1,234
  • 2
  • 17
  • 29
2
votes
3 answers

How to use public static IP with Azure VM

After spending several hours of trying every relevant Azure Power Shell command to assign a virtual public IP to a Azure VM, I am back to square one. It is amazing that such a basic function cannot be done in Azure. First, I reserved a static IP. …
Allen King
  • 2,372
  • 4
  • 34
  • 52
2
votes
1 answer

New-AzureReservedIP: What´s the difference between ReservedIPName and Label?

As stated here and here one can create reserved IP adresses in Microsoft Azure. Used Powershell command: New-AzureReservedIP. What are the powershell parameters -ReservedIPName and -Label used for? What´s the difference?
huha
  • 4,053
  • 2
  • 29
  • 47
2
votes
1 answer

whatsmyip gives different IP from file_get_contents than browser

I have a static IP on my router. My PC runs apache on localhost. When I open www.whatsmyip.org in my browser I get the static IP I was assigned from my ISP. When I run
Paul T
  • 396
  • 3
  • 7
2
votes
1 answer

Travis CI, Static IP for the VM

I want to use travis ci for testing a library, but it requires access to an api, that has to explicitly allow IP address to access it. Is there a way to configure travis to use only one external IP, either free or in the paid version? What I need…
Ivan Kerin
  • 141
  • 1
  • 8
2
votes
0 answers

Setting up static DNS and Alternate DNS server programmatically?

I found this code as i search on google. I just want to change my DNS server to static. I just dont know where to put my static DNS and Alternate Dns Servers here. Please help me. Thanks :) Public Sub setDNS(ByVal NIC As String, ByVal DNS As…
Mix Austria
  • 925
  • 2
  • 15
  • 35
2
votes
1 answer

Set IP Address for Android Emulator

I have a scenario where I need to start Android Emulator with a specific IP Address? Can I start the emulator like that? I do not want to do IP forwarding or other stuff, because there is an Android program running in the Emulator which on boot will…
Rookie
  • 735
  • 5
  • 11
  • 30
2
votes
2 answers

How to assign static ip to ethernet interfact Android

I found the following post which describes how to assign a static ip to a wifi interface. I am currently developing for a Nexus 7 (4.1.2) and have an OTG cable along with a Linksys 300M usb-to-ethernet adapter. Is there a way I could assign a static…
DoubleDunk
  • 909
  • 3
  • 11
  • 29
1
vote
1 answer

esp32 softAP : Static IP for CLIENTS , bind MAC adress to IP adress

Is it possible to use softAP to give fixed IP addresses to clients without using the DHCP server? If not, are there any alternatives to softAP that would allow the use of an ESP 32 to assign specific IP addresses to specific MAC addresses? I have 4…
1
vote
0 answers

How to connect to device via Ethernet using static IP Address in Python on Windows?

I need to connect to a device via an Ethernet connection on Windows and have to set a static IP Address and Submask for this. I need to create a Python script, which automates this workflow. The workflow is the following on Windows (see…
1
vote
1 answer

CreateContainerError when using static IP for another ingress controller. Can you use a single IP for more than one load balancer or ingress in AKS?

I created a deployment in AKS/Kubernetes that was assigned an ingress controller to another application. In the meanwhile I setup another deployment using that static IP. Everything worked fine. When I closed the app and shut down the ingress…
Christian Matthew
  • 4,014
  • 4
  • 33
  • 43
1
vote
2 answers

Git repository on a machine with a static IP

I want to have a Git repository for personal private projects. I can host my server on my Ubuntu home computer but its IP (on the local network) is always changing so I can't reach it by SSH at any time from my Macbook. What's more, I always want to…
Cydonia7
  • 3,744
  • 2
  • 23
  • 32
1
vote
1 answer

Is possible set an ip address static in a linux image developed in yocto?

I am using yocto to develop custom linux images and I want to set an ip address for all of my images. It is possible? How can I do this? Thanks in advance.
amolina
  • 15
  • 6
1
vote
1 answer

Raspberry Pi - Access remote IP address from external website / python app

I have an app running on my Raspberry Pi 3b+ on an internal IP address of http://192.168.1.8/app/ http://192.168.1.8:8080/app/ I would like to be able to access this from a remotely hosted python script on Heroku. Currently I have the script running…
Shodgson
  • 53
  • 8