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

Sonicwall DNS cache for devices on VPN network

I have a Sonicwall TZ400 running in a local office on network 192.168.10.0/24. There is a VPN connecting the sonicwall to a cloud network on 10.10.30.0/24. I have devices with static ip addresses on the vpn network but they cannot be accessed by…
0
votes
0 answers

Static DHCP reservation via ASDM

We have a Win 2016 server in a datacenter behind a Cisco ASA 5515 running 9.8(4)29. I use ASDM 7.12(2) to manage it. I am very familiar with networking, but rather a novice with Cisco command line configuration. We have always used we interfaces to…
0
votes
0 answers

How to create a VM with a specific external IP or IP range?

I have some problems with some google cloud IP ranges, they are blocked in my country, so I cannot connect to my VM if the instance is on those external IP ranges. I have tried reserving IP addresses but the reservation also ends up with the similar…
0
votes
1 answer

how to know device IP is static or dhcp on linux dhcp server

My system is Linux. I use udhcpd tool to build a dhcp server. I want to know what method(static or dhcp) is used for connected device on my linux server How can I do? do have any cmd can reach this goal? Thank you!!
Niu Ar
  • 21
  • 2
0
votes
0 answers

Route Docker outside communication through specific route

My host has 2 IP addresses. One main (management) IP and one that is used for services and whitelisted. The service IP has no gateway but goes through the gateway of the management IP. My netplan looks like that: network: version: 2 …
Ybrin
  • 111
  • 1
0
votes
1 answer

Will updating Azure static public IP from Basic to Standard SKU reassign a new IP address?

as per the title. I have an Azure VM with a Basic SKU static public IP and considering to upgrade it to the standard. However, I do not wish the IP to change as it's being whitelisted in various of our partners systems. It seems I need to…
tjeuten
  • 131
  • 3
0
votes
1 answer

Setting up a static IP, but for whatever reason when I load the openvpn file to a router it doesn't load the static IP I set

(Static IP is not one reserved by the access server) Pics here: https://i.stack.imgur.com/XsZxi.jpg
0
votes
1 answer

Can't connect container with bridge to the internet using networkd

i have a server running Ubuntu 20.04 LTS connected through one physical ethernet interface to the internet. My prodiver assigned me a static primary IP4 (i will use A.A.A.A here for this IP), so my systemd-networkd config file looked like this…
Misc08
  • 26
  • 4
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
  • 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
3 answers

Configuring multiple Ethernet connections in a linux server

I have the following topology .───────────────. ┌──────────────────┐ _.─' …
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
  • 1
  • 4
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
  • 477
  • 1
  • 6
  • 16
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
  • 1
  • 3