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

How to give static IP in the office and use DHCP at home

There is a laptop running Windows XP. When the computer connects to the Wireless network in the office it should have a static IP address (because it's used as a small DB server). When it connects to the network anywhere else, it should get its IP…
Steve
  • 131
  • 4
3
votes
5 answers

What router hardware or software should be used when multiple public IPs are routed into the same LAN?

I am looking for recommendations to replace a set of consumer grade (Linksys, Netgear, Belkin) routers with something that can handle more traffic while routing more than one static public IP into the same LAN address space. We have a block of…
lcbrevard
  • 318
  • 3
  • 12
3
votes
1 answer

EC2 and Static IP's (Elastic IP's)

I'm using an elastic IP for one of my EC2 instances. I can reach the instance via the elastic IP from external machines, but from other machines in my EC2 configuration, I can ONLY reach the machine by its private IP. How can I fix this? I want my…
Bill
  • 181
  • 7
3
votes
3 answers

multiple ssl sites with 1 ip address and different root domains

I'm running windows server 2003 sp2 with IIS 6.0. I only have one ip address (leasing a subnet is really not an option and i'd like to limit my use of the address space anyways), but need to run mutlple single domain ssl enabled sites (wildcards…
calweb
3
votes
5 answers

Why is my eth0 getting a dynamic ip when it is configured to be static?

For some reason our office linux box is being assigned an ip address via dhcp and I don't know why. What is confusing to me is that when I check system-config-network it shows that my eth0 is setup to be a static ip address. And…
sdek
  • 165
  • 1
  • 2
  • 8
3
votes
2 answers

Static IPv4 and dynamic IPv6 on same interface

I am trying to set up a CentOS 5.4 box to use a static IPv4 address, while getting a dynamic IPv6 address at boot time. I have only one interface, apart from the loopback interface, eth0. It has a static v4 and internet connectivity (I can SSH in).…
Zsub
  • 361
  • 1
  • 3
  • 15
3
votes
5 answers

DHCP or static addressing?

I am in charge of a 70-computer, 50-user network distributed across two buildings and linked by a point-to-point line. We run Windows Server 2008 and so far we've been using DHCP to dynamically assign IPs to desktops and laptops over wifi as…
CesarGon
  • 440
  • 3
  • 14
  • 27
2
votes
3 answers

Setting up our router to do NAT with multiple public IPs

we have a 5 public IP addresses. What we basically want to do is have a router(one single router) that will translate a static private IP so that it uses a static public IP(as in, NOT the gateway public IP) Is this possible to do without multiple…
Earlz
  • 1,019
  • 5
  • 13
  • 29
2
votes
1 answer

Is it possible to give static IP to clients in pfsense

I am using pfsense and it provides an IP address to all clients. Is there any option in there so that I can define the client IP address based upon their MAC address, so that I can measure how much they have downloaded.
John
2
votes
0 answers

Initializing windows server 2019 for hosting multiple website multiple domain names and single IP

I want to set up a virtual machine to host windows server 2019 to host multiple websites in IIS 10. Each website can be reached with a domain name for example: www.website1.com www.website2.com www.website3.com This server just has these…
2
votes
1 answer

Is it possible for OpenVPN Client to change IP address of "tun" device ignoring "ifconfig-push"?

I have set up static IP configuration for clients connecting to OpenVPN server running on AWS EC2 (CentOS) instance. Purpose of assigning static IP is to allot QUOTA using iptables to every client so that bandwidth usage is under control. Following…
Irfan Latif
  • 141
  • 1
  • 2
  • 7
2
votes
1 answer

Configure qemu-system for using host side virtual bridge

I'm going to run the following setup with qemu-system as hypervisor: Hostsetup: Hypervisor machine (Ubuntu 16.04) Second Machine qemuVm--tap0--br123--eth0--|Hardware hub|--eth42--SecondPC So this is a network containing a virtual machine…
Cutton Eye
  • 343
  • 4
  • 14
2
votes
2 answers

Get static IP address for Heroku app

I want to make a domain point to my Heroku app, so I am trying to create an A record that targets myapp.herokuapp.com. The problem is that the domain provider requires an IP address, and I cannot find any IP address for my Heroku app. I guess it…
Jamgreen
  • 121
  • 1
  • 2
2
votes
1 answer

In GCP Is possible move static IP address to another account? How?

I have two GCloud Accounts for two differents clients. Due to banking certification purposes I need to use a reserved static IP address in the other account. Documentation only provides info about moving IPs between instances.
2
votes
1 answer

How to run 12 different servers on a private network?

I want to run 12 separate servers on a private network. What I mean is the end goal would be I can access static local ip addresses such as: 192.168.0.31 192.168.0.32 ... 192.168.0.42 But I would like to manage this by having them all be run as…
swarajd
  • 121
  • 1