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

Is it possible to have name-resolution from Fortigate and local DNS server?

Can you advise on moving to a hybrid DNS? Currently, all our LAN machines receive their IP address from our Fortigate 60D (each machine is either allocated an IP address from the Fortigate DHCP, or has a static IP address set in the Fortigate). Our…
boardrider
  • 949
  • 2
  • 18
  • 29
3
votes
1 answer

Managed instance group GCE - Static IP not working

I have a problem with the ip of my instance group. I have a managed instance group with (autoscaling enabled) on Google Compute Engine and I've setted a static IP on the 1st instance created. After a while (not a specific time) the IP changes and…
tidpe
  • 201
  • 3
  • 12
3
votes
1 answer

IP to access Hyper-V host on Default Switch?

As we know, with Fall Creators update Microsoft added so-called Default Switch, an out-of-the-box type of switch which simplifies networking and combine features of internal and external switches. How we can set up static IP for that switch to…
Suncatcher
  • 594
  • 2
  • 7
  • 22
3
votes
0 answers

Use static IPv6 addresses on a router behind a Comcast Business IP Gateway

I recently got set up with Comcast Business Class internet. Previously, I was using DSL with another provider and had a single static IPv4 address (VyOS). Now I want to get Comcast set up. I purchased a static IP address delegation from Comcast. I…
Nick Williams
  • 153
  • 1
  • 7
3
votes
2 answers

Is it possible to have a windows CE static IP assigned with a non-specific gateway?

First time posted on serverfault. We have a bunch of windows CE devices that hate our DHCP server (likely a bug) but lets ignore that. Say we can't use DHCP at all. But we have devices that may connect one of two Gateways wirelessly, say one…
3
votes
2 answers

static network setup still using DHCP

I'm configuring an Ubuntu 14.04LTS server on our internal network. Everything works and runs as expected. Its assigned a static IP, here's /etc/network/interfaces # The loopback network interface auto lo iface lo inet loopback # The primary…
3
votes
1 answer

Centos 7 public static IP address for a KVM guest

I am on Centos 7 with KVM and virt-manager installed. I have a virtual (guest) machine with Debian 8.1 on it. Network on guest was configured with virt-manages using NAT (with default settings). So now my virtual machine has Internet access and…
tester3
  • 165
  • 2
  • 8
3
votes
1 answer

How to assign a reserved / static public IP Address to a virtual machine on Azure

I am running this command on Azure Power Shell to assign a reserved public IP to an existing virtual machine: PS C:\> Get-AzureVM -ServiceName sk-cs-name -Name sk-vm-name | Set-AzurePublicIP -PublicIPName sk-public-ip | Update-AzureVM VERBOSE:…
Serhat Ozgel
  • 131
  • 1
  • 1
  • 3
3
votes
2 answers

Static IP in AWS but with possible Load Balance feature

I am playing a bit with AWS. My goal is to setup infrastructure, which will have static IP on outgoing connections (requirement from payment provider which solution has been implemented in our app) and in the same time I would like to have load…
3
votes
1 answer

Assign a static private ip to an EC2 instance

I want my server to connect to a db server (both on an EC2 instance). How can i give the db server a static IP address to use within EC2 without using VPC?
Mersey
  • 33
  • 1
  • 3
3
votes
2 answers

Connecting a VPS's static IPs to a mailserver on a dynamic LAN over an IPv6 OpenVPN connection?

Yes, I know. Ugh! I have a small office and we're trying to reduce our network expense. Because of client audit requirements, we run our own mail server, and would like to keep it that way. For that we need two static IPs. So far, we've had a…
ArielG
  • 33
  • 4
3
votes
3 answers

Utilizing multiple IPs provided by ISP

This is a bit complex so bear with me. I do have a pretty good working knowledge of IP but I'm looking for help on the best way to implement this. My ISP has given me a block of static IPs as well as a single IP. For privacy's sake, here's the…
fdmillion
  • 409
  • 8
  • 15
3
votes
1 answer

Ubuntu 12.04 Server static ip configuration

I had some trouble getting the static ip configuration right for Ubuntu 12.04 Server. Every time I would restart the server the nameserver settings in /etc/resolv.conf would get overwritten by dhcp client. Many tutorials suggest doing an apt-get…
programmer
  • 155
  • 7
3
votes
2 answers

Configuring multiple servers to share one static IP using subdomains

I'm looking for a way to access multiple servers sharing a single static ip by using different subdomains. As a forewarning, I've never gotten into network configuration before, so my knowledge of appropriate terminology is limited. Right now I have…
Brendan
  • 41
  • 1
  • 4
3
votes
1 answer

How to route public static IP to a virtual machine on a vmware ESXi host?

I have 5 static IPs from my ISP (Comcast) and I have a physical machine with VMware ESXi 4.0 on it that is hosting multiple virtual machines. Right now I am just using the default vmware virtual network (vswitch0) with DHCP from the Comcast IP…
Kevin Southworth
  • 149
  • 1
  • 2
  • 5
1 2
3
21 22