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

Check NetworkManager is DHCP or Static with command line Ubuntu

How can I check the GUI network setting is set DHCP or Static with command line? for the active and connected interface in Ubuntu 18.04 I want one line command like grep give me static/dhcp or true/false
Fakhamatia
  • 1,202
  • 4
  • 13
  • 24
2
votes
0 answers

Tensorflow2 Tensorboard is not working in jupyter (static ip)

I Want to see it Tensorflow Graph and Weight using Tensorflow in Jupyter Notebook. But It is not working. I use Jupyter notebook on the remote server. %tensorboard --logdir logs %load_ext tensorboard it say it is too long to response at static…
2
votes
1 answer

How to allow a Server with a Private static IP to connect to the internet

I have developed an Enterprise Web App for my company that need to run on a private network. I have assigned the in house server a static IP so to make path to system constant for the users. The problem is that the web application makes calls to…
CliffTheCoder
  • 394
  • 1
  • 4
  • 24
2
votes
1 answer

Assign a Static Public IP to Istio ingress-gateway Loadbalancer service

As you know by installing Istio, it creates a kubernetes loadbalancer with a publicIP and use the public IP as External IP of istio-ingress-gateway LoadBalancer service. As the IP is not Static, I have created a static public IP in Azure which is in…
Matrix
  • 2,399
  • 5
  • 28
  • 53
2
votes
1 answer

AWS Lambda not receiving static IP in spite of routing through NAT gateway with EIP

AWS Lambda configured to go through NAT gateway with an EIP is not receiving the IP and keeps getting a random one. I've created a Lambda sitting on a Subnet (private) which redirects all traffic into another Subnet (public) which has a NAT Gateway…
2
votes
0 answers

Possible to use extra IP on Windows Server as proxy in C#?

On our VPS we can buy extra IP, and add them to Windows server like this: So I want to know if we can use these IPs as proxy? I want to use them as proxy in C#. So I use it like this: HttpClientHandler aHandler = new HttpClientHandler(); IWebProxy…
keuone72
  • 73
  • 1
  • 8
2
votes
1 answer

Unable to access my static IP address in google cloud

I am not able to access the services through my external static IP address ON Googgle Cloud Platform. The same services are accessible through localhost:port# but not through externalIP:port#. I am using all the default Firewall settings where the…
2
votes
0 answers

IP Address SQL Server

I work remotely and travel a lot for work. When I am at home, I have no problem accessing my instance of SQL Server hosted by my company on AWS. The SQL Server instance is currently configured to only accept connections from ONE IP address and as…
hansolo
  • 903
  • 4
  • 12
  • 28
2
votes
1 answer

Django can't assign to ip address on google compute engine

I might be asking a dumb question but I have been stuck on this for a quite some time now. I am running a Linux VM instance on google compute engine and installed Django in it. I have reserved a static ip address using networking but when I try to…
sshussain270
  • 1,785
  • 4
  • 25
  • 49
2
votes
1 answer

not able to find ifcfg-enp0s3 in /etc/sysconfig/network-scripts?

i want to change the IP Address of my centos7 vm which i have created in virtual box. im able to see the nic cards if i do "ifcfg". but when i go to the path /etc/sysconfig/network-scripts the nic cards are not available. can anyone help me how to…
2
votes
1 answer

Accessing localhost externally?

This is probably a very basic question. I SSH to my virtual Ubuntu server and start a django webserver running on localhost: Downloading/unpacking django Downloading Django-1.9.5-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded Installing collected…
u123
  • 15,603
  • 58
  • 186
  • 303
2
votes
4 answers

Vagrant can't assign static ip to box

I have the following inside my Vagrant file. config.vm.network "private_network", ip: "192.168.33.12" When I "vagrant up", vagrant is assigning 127.0.0.1. I'm not sure what's causing this. Below is the full trace. $ vagrant up Bringing machine…
2
votes
1 answer

Multiple webservers on different machines behind single static IP

I ran into a situation where the company I work for would like to spread its webservers across virtual machine instead of relying on one physical box to do everything. Our current setup looks something like this: example.com → static IP → internal…
Jordan
  • 31
  • 2
2
votes
0 answers

Set static IP in ESXi VM

Setup: I have a setup with several ESXi 5.5 hypervisors (paid licenses) and a vCenter 6.0 linux server instance. I don't have any other infrastructure like vCloud, workstation, etc. I'm using ovftool to deploy a VM from an OVF template. The template…
duffsterlp
  • 347
  • 1
  • 5
  • 15
2
votes
1 answer

Give customers an IP address to point their A Name at?

We run a whitelabeled site builder -- think squarespace or shopify (different market, though). We currently host on Heroku, but need to be able to offer customers an IP address so they can easily point their naked domains at our service. Although I…
jack_was_taken
  • 939
  • 1
  • 7
  • 17