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
1
vote
1 answer

Looking to mimic Netgear Nighthawk AC1900 Router Settings in a TP-Link MR3040 Router

I have a Netgear Nighthawk AC1900 Router that is setup and working correctly with a network that has two Wifi cameras and a Linux PC acting as a server. Static IP addresses have been assigned to both WiFi cameras and the Linux PC in the Netgear…
Brian
  • 321
  • 3
  • 5
  • 15
1
vote
2 answers

Static IP address on CentOS 7

I just installed CentOS minimal and now I am struggling to give my machine a fixed IP address. This is my ifcfg-ens32…
Bart Friederichs
  • 353
  • 1
  • 6
  • 23
1
vote
1 answer

Associate a Public IP in an Azure Resource Group to a Web App?

I'm playing around with Azure Resource Groups. I've created a group, and in it, I've created a web app. (This is all just academic and I'll delete it all when I'm done leaning, so I don't mind sharing the data.) The web app is located at…
Casey Crookston
  • 363
  • 1
  • 3
  • 15
1
vote
2 answers

Is it possible to assign an ISP provided static IP directly to a computer that is wired thru a dhcp enabled router before jumping to the isp modem?

Ive got a block of 5 static IP's from the ISP at this jobsite i'm currently on. the POS vendor installed a router, connected it to the modem, and did not configure it with one of the ISP's static IP's. the device i'm working on, got plugged into…
1
vote
2 answers

How to isolate and use multiple devices with same IP on same network?

At work we design dataloggers, by default the logger's IP address is 192.168.0.177, how can we go about having multiple dataloggers on the network without having to reconfigure the loggers? The current setup is a Linux server handling DHCP, DNS,…
LogicTom
  • 13
  • 1
  • 4
1
vote
2 answers

Moving to different hosting provider, what does it mean for MX record and static IP?

Currently, our ISP is also our hosting provider. Our MX record points to mail.example.com. when our website is at example.com pinging mail.example.com gives the static IP we get from our ISP. The secondary MX record points to our ISP. Pinging…
Ernst
  • 37
  • 6
1
vote
1 answer

Hyper-V VLAN with static IP

Trying to setup/simulate Hadoop cluster locally via multiple (hyper-v) VMs. I'm using hortonworks sandbox image for hyper-v which runs centos linux. I can hit the vm, if I use an internal switch and then setup connection from adapter to this vm, and…
Alwyn
  • 123
  • 3
1
vote
1 answer

Ubuntu 14.04 can only access outside networks if using DHCP, not static IPs

I am configuring some server on Ubuntu Server 14.04 (no GUI) and I am have the following configuration: auto lo iface lo inet loopback ## Management network eth0 auto eth0 iface eth0 inet static address 10.0.0.11 netmask 255.255.255.0 gateway…
Ethode
  • 200
  • 10
1
vote
0 answers

Setting up Infiniband network - wrong route

So I'm trying to set up an Infiniband network alongside my Ethernet network. I have 10 compute nodes and one conductor node. All 11 machines are running CentOS and are plugged in to an Infiniband switch and an Ethernet switch. Ethernet:…
1
vote
1 answer

Openvpn failover setup - Routing to clients with static ips

I have a setup with an openvpn server and many clients connected to it. All those clients have fixed ip addresses, derived from their certificate name. Behind the openvpn server, I have a management server, that needs to connect to the clients (to…
Matt Benzene
  • 153
  • 8
1
vote
2 answers

fail2ban with static IP

Is there any point to running fail2ban to protect your SSH connection if you connect from a static IP? As far as I can see having fail2ban running means that you effectively open up port 22 to hackers as it puts an entry in your iptables to allow…
funnyfish
  • 25
  • 5
1
vote
1 answer

DHCP on main interface (eth1) and static on eth1:0

So the configuration is a bit weird, from our internet provider we get an IP via DHCP, there's also a whole subnet that's routed to this IP. I solved it by adding a second interface with the static IPs (normally you would put a router in between and…
1
vote
1 answer

Shouldn't we exclude a static IP from the DHCP pool?

In my office, I have a printer with static IP 192.168.0.254/24. Normally, it should be excluded from the DHCP pool in the router. So I just set the DHCP pool to be in the range of 192.168.0.2/24 - 192.168.0.240/24, 192.168.0.241/24 -…
bobo
  • 599
  • 2
  • 8
  • 24
1
vote
1 answer

Server connections not connecting when switching to Static IP

I have a Centos 6.4 based VM, and I'm running Virtualmin on it to host my personal site. The problem is that by default, the OS is using DHCP, even though at router level (virtual router defined inside my hosting) it always assigns this VM the same…
Ahmad
  • 133
  • 2
  • 5
1
vote
1 answer

Static IPv6 address in Windows unused for outgoing connections

I'm running a Windows server and trying to get it to use a static IPv6 address for outgoing connections to other IPv6 hosts (such as Gmail). I need this because Gmail requires a ptr record, and I can't set one for random addresses. The static…
Luc
  • 294
  • 3
  • 18