Questions tagged [static-ip]

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

318 questions
0
votes
1 answer

VPS Resolv And Static IP

I have a vps server hosted with an internationally, very well-known hosting provider, and oddly enough they seem disturbingly incapable of troubleshooting their own system. There are two specific issues, that may or may not be related. Currently, I…
Maestro223
  • 203
  • 2
  • 13
0
votes
0 answers

Nextcloud Static IP address slowing down the website

I installed Nextcloud on my Ubuntu 20.04 VM. Everything is working nicely, webpage is fast, the server gets the network credentials from DHCP server. I want to change the IP address of my Nextcloud server (outside of the DHCP server range). All the…
Janar
  • 1
  • 1
0
votes
0 answers

IP-CONFIG: no response | eth0 hardware address DHCP RARP

I have debian 10 in a xenserver 7.0 vm with static ip and keeps trying dhcp. Already removed some packages that could be interfering, but must still have something installed. the post initialization image EDIT: I upgraded from debian 9.13 to debian…
Dex
  • 1
  • 1
0
votes
1 answer

Getting more than 65535 ports using multiple static IP's on AWS

I run a service that needs more than 65535 ports and I use an AWS VPS I was thinking what if i attach more static IP's to that VPS, would each of those IP's get 65535 ports whilst being connected to the main server or would they all just be aliases…
0
votes
3 answers

Debian 10 keeps asking for dhcp IP even with static ip configuration

This is my interfaces file: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network…
Sirius
  • 101
  • 1
0
votes
1 answer

Impossible to change subnet in Ubuntu

I need a little help, I had setup a VPN server on my Ubuntu Server 20.04 (with GUI) (Actually, I’m using Ubuntu Desktop as server) and to avoid conflicts with the default gateways of other routers outside my network when I connect to the VPN, I…
myde
  • 11
  • 2
0
votes
1 answer

Autoscaling with Google Compute Engine with Static IP pointing to domain name

I am looking to add autoscaling to my Google Compute Engine via the instructions I have found here: https://cloud.google.com/compute/docs/autoscaler My original Compute Engine instance has a static ip and I have the domain (example: domain.com)…
0
votes
1 answer

HAProxy + OpenVPN retain real IP of client

Setup HAProxy tcp mode with OpenVPN servers as backend, all on the same machine Problem OpenVPN shows localhost IP instead of real IP of client in status Question Is there any method to retain the real IP of the connected client? If not, is there…
f.farah
  • 13
  • 2
0
votes
1 answer

How do I assign multiple dedicated IPs to my Openvpn server's clients?

I have a server (CentOS 8) with Openvpn 2.4 setup on it, and I want to assign dedicated IPs to each of my clients, so they always get the same dedicated IP each time they log in, How can I approach this? Thanks in advance
Alex Aref
  • 115
  • 6
0
votes
2 answers

Unable to reach host with static ip and gateway is vlan - Debian 10

I have been trying to get static ip working on a Debian 10 install. The server is to operate in a VLAN separate from any other network. The VLAN id according to the router interface is 3. The router model is Pakedge RE-2. The router…
Yetoo
  • 11
  • 6
0
votes
1 answer

Run nginx in static IP of server

Sorry for my bad English, I can't explain it well. I have a VPS with Windows Server 2012 with Nginx and run a Node server at port 4000 and React client at port 3000. In remote desktop website run at localhost address but when I use static IP of…
0
votes
2 answers

Access static web-server through managed switch

I have three devices: Windows PC Managed switch: D-Link DGS-1510-20 Linux Webserver with static IP Schematic How do I configure the switch to access the static IP webserver from the Windows PC through the switch in a local Network? (complete…
-1
votes
1 answer

Permanently remove interface ipv6 address

I am running Ubuntu servers 16.04.5 LTS in virtual box. The servers are connected with an internal network to which want to assigne an IPv6 address range fd01:2345:6789:abcd::/64. The interface connected to this internal network is enp0s8. To the…
jamomani
  • 163
  • 2
  • 9
-1
votes
2 answers

Changed network connection for Windows server running on Google Cloud and can't connect

So I changed the IP for my windows server 2012 running on Google Cloud Platform in network sharing center and "tab" the subnet mask which was 255.0.0.0 and I got disconnected from the server and I can't reconnect! Is it possible to get the auto IP…
-1
votes
2 answers

How and why should I serve a 404 when my site's static ip is directly requested?

I am trying to improve the production environment on my website's server. I notice that many sites do not have an IP address that is directly accessible, yet it looks like my site's IP is accessible. For example: [lucas]$ nslookup…
modulitos
  • 335
  • 1
  • 3
  • 16