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.

313 questions
0
votes
1 answer

Netplan - Error in network definition: Updated definition changes device type

I'm trying to set a static ip on Ubuntu. ip a: 1: lo mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 ... 2: epn2s0: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 …
Gimme the 411
  • 101
  • 1
  • 4
0
votes
1 answer

How to get a static IP address for outbound requests in AWS?

We are in an integration process and the company is asking for whitelisted static IP addresses. The suggested solution by AWS is to create new ECS that uses new subnets. Is it possible to change subnets in an existing cluster? Do we have to…
0
votes
0 answers

Setting static IP manually works - Using ansible gives me issues

so I have a couple raspberry pi's I'm trying to use as a cluster and I'm learning ansible to try and manage them easier. I'm running into an issue though. I can manually set the IP static using netctl but when I try to do it with ansible using the…
0
votes
0 answers

Windows Server can't ping outside network when switched to static IP

I can no longer ping outside our network when I switch our server to a static IP. The backstory: The server runs Windows Server 2016 Essentials with dual Broadcom NetXtreme Gigabit NICs. It was previously configured with one NIC on DHCP…
Ryan
  • 31
  • 2
  • 7
0
votes
0 answers

Can't SSH from host to VM through static IP

I'm setting a cluster of servers with ubuntu 16.4 VM's to learn about it. As suggested by some tutorials, I set a static ip for each machine besides DHCP one (2 network interfaces). To achieve that I edited /etc/network/interfaces and added the…
0
votes
3 answers

Configuring multiple Ethernet connections in a linux server

I have the following topology .───────────────. ┌──────────────────┐ _.─' …
0
votes
2 answers

What is the best way to setup a network printer in an enterprise environment?

As far as I know the printers should get a static IP (with MAC and IP binding) assigned from the DHCP Server (in this case a router) so that the IP is taken from the DHCP IP pool. An alternative to just setup a static IP on each printer manually got…
Munchkin
  • 113
  • 1
  • 5
0
votes
2 answers

Can't connect to servers that have a static IP in a dynamic network

In my network, you get an automatically assigned IP address. Friday I set up 3 debian servers to instead use the static addresses 192.168.0.177, .188 and .237. Today I powercycled them and I can no longer reach them. As in, connection timed out when…
AnnoyinC
  • 103
  • 2
0
votes
1 answer

How do I hook up a business modem with 6 ports to a switched network?

I have a small business modem that has 6 ports on it, each being a static IP. My network has grown however to the point where I have more than 6 devices, so I am moving to use a switch, which has other benefits as well. Does that make my 6 static…
Tyler Durden
  • 467
  • 1
  • 5
  • 15
0
votes
1 answer

How to run DHCPcd on interface eth1 only

I have several network interfaces - eth0, eth1. ETH0 is connected to the isolated local network (with switch) and has 2 static IP addresses. It was configured using /etc/network/interfaces file and everything works pretty good. auto lo iface lo inet…
Oleksii
  • 103
  • 3
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
  • 163
  • 1
  • 9
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