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

Interface eth0 not configured

I'm trying to setup a static ip address. Here's my /etc/network/interfaces: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback # primary network interfaces auto eth0 iface eth0 inet static address…
Soubriquet
  • 3,100
  • 10
  • 37
  • 52
3
votes
1 answer

How can I make a OVA which works with static IP addreses?

We've make an OVA for customers, which uses DHCP to find its IP address. It's using CoreOS as the guest operating system. Some customers would like to be able to use a static IP address, configuring that in VMWare. What is the best practice way of…
frabcus
  • 919
  • 1
  • 7
  • 18
3
votes
1 answer

Get/Set android IPv4 address

I need a simple helper class to do these jobs on API 18 and above: 1- set / get static ip address for the device. 2- set / get dhcp ip address for the device. public static class IPv4Helper { public static class ipV4Parameters { String…
Ahmad Behzadi
  • 1,006
  • 15
  • 30
3
votes
2 answers

Setup Static IP for Android 4.3 on VirtualBox

I am using Android 4.3 on VirtualBox, for testing apps. However, I'm running the VM on my computer, which is behind a proxy (without DHCP), so I cannot connect to the Internet from the VM. What I need to accomplish: Setup the Android machine to use…
Sucata Mihnea
  • 349
  • 1
  • 5
  • 15
3
votes
1 answer

Configure Tomcat to be accessible on internet

I have a Tomcat application. I have a public IP but I want to know how I can make it available on internet. Is it a network config or Tomcat config? I want to give a URL like www.somename.com and it should be able to redirect to my server ip and…
user1999099
  • 161
  • 1
  • 3
  • 8
3
votes
1 answer

Win32_NetworkAdapterConfiguration .NET 4 - Setting Static IP works on XP but not on Windows 7

I have some code which I'm currently using to change the static-IP of a network adaptor. When run on a Windows XP 32-bit machine (both phsyical and VM) there is a slight pause (~1 second) when setting the IP address, but it does seem to change the…
JamesPD
  • 620
  • 2
  • 8
  • 22
2
votes
2 answers

Send/Receive Bytes using TCP Sockets over internet (possibly using static IP)

I got success in sending/receiving data using TCP Sockets over LAN but I want to accomplish the same over the internet. I asked some of my friends and got the idea of using static IP. I was wondering how can I use that static IP? I mean do I need to…
Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133
2
votes
0 answers

AWS vpn assign static LOCAL IP address to the remote user?

I have an AWS VPN set up. I have just tested connecting and disconnecting to my VPN from my PC in my office. Everything works fine, but I noticed that each time I get a different IP address assigned to my remote PC. For…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
2
votes
0 answers

java.lang.IllegalArgumentException: You cannot keep your settings in the secure settings

I am working on Android 12 (AOSP 12) device. Trying to set the static IP from my application. Snipped code below: MainActivity.java: public class MainActivity extends AppCompatActivity { private static final String KEY_ETH_IP_ADDRESS =…
GNK
  • 1,036
  • 2
  • 10
  • 29
2
votes
1 answer

Setting Static External IP Range for GCP Cloud Build Private Pool

I am working on a solution where we are using a GCP Cloud Build trigger to access an external 3rd party service in order to download files before uploading them to the cloud. However, the service provider is requesting a limited CIDR range to allow…
2
votes
0 answers

Azure Machine Learning compute instance : Static IP address?

I have a SQL Server database which is accessible only by whitelisting IP addresses. I would like to use an Azure Machine Learning compute instance to run some python code to query the database using the pyodbc library. Does a compute instance in…
2
votes
1 answer

Create A localhost & expose the server to internet?

connect localhost over internet without web services (ngrok..etc), Simple Steps.
Dev I.A
  • 578
  • 4
  • 11
2
votes
2 answers

How to retrieve my public IP Address using C#.Net?

Possible Duplicates: How to get my own IP address in C#? How to Get IP Address? I want to store the IP Address to the DataBase table through C#.Net coding. How to get the static IP Address(What we get from www.whatismyip.com) using C#.Net? What…
thevan
  • 10,052
  • 53
  • 137
  • 202
2
votes
1 answer

Why does GCP not allow external public IP within VM

I've been trying to setup some software on my server over at GCP, and assigned a public static IP. But I don't see it inside the VM through ifconfig or ip addr. I understand there is no way to get the IP show up inside the VM and there's a 1-to-1…
B_Dex_Float
  • 142
  • 2
  • 11
2
votes
0 answers

Reverse proxy as an alternative to QuotaGuard Static IP

For cost reasons, my company would like to setup a reverse proxy as an alternative to QuotaGuard Static IP. Our clients access our backend API (running on Heroku dyno) from their Android pads through their proxy which requires a static IP as a…
Fred Sullet
  • 371
  • 1
  • 6
  • 18