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

VirtualBox - Public Static IP for a Debian Guest on a Dedicated Server

Goal: I want to run a Debian-squeeze-Guest in VirtualBox and give the guest it's own public static ip. I found tons of threads about this topic, but all in all I'm now trying for 10 hours (reading the manual, the forums, trying to learn about…
user86296
  • 21
  • 1
  • 4
2
votes
1 answer

Cannot set a static ip in Solaris(OpenIndiana)

I am running this command: ifconfig e1000g0 192.168.0.1 I have done over 50 variations with unplumbing/plumbing, up/down, netmask, and broadcast. Doesn't matter cause ifconfig e1000g0 always shows my ip address as 0.0.0.0. I need to get this set up…
David
  • 113
  • 1
  • 6
2
votes
4 answers

Connecting static IP device on switch

Lets say that I connect a device with a static IP in a switch. How does the switch know that there is new device connected? Does the device send an ICMP packet in order to tell that it is new on the switch/router? Is there any protocol to resolve…
ralu
  • 123
  • 1
  • 6
2
votes
4 answers

Should I worry about my static IPs?

We currently have a range of 12 static IP addresses through our ISP that I believe are leased. Now that the IPv4 space is almost gone, should I be worried that our ISP (it's a Time Warner fiber connection) will want to pull these back or in some…
Joel Coel
  • 12,932
  • 14
  • 62
  • 100
2
votes
2 answers

Register multiple static IP addresses ubuntu

I currently have 1 static IP registered on my server. I'd like to go ahead and register 4 other static addresses. I'm not sure of the syntax. Should I just do iface eth0:0 inet static? Here's what I have now: auto lo iface lo inet loopback auto…
Ben
  • 3,800
  • 18
  • 65
  • 96
2
votes
2 answers

How do I combine static and dynamic DHCP leases on a Cisco router?

Basically, what I need is super similar to the unanswered cisco forum question below: https://supportforums.cisco.com/message/3139749#3139749 I have a Cisco 850 Series router. I have configured a DHCP pool for the 10.0.0.0/24 network. I have…
Brad
  • 295
  • 1
  • 2
  • 9
2
votes
2 answers

interfaces/static IP problem - Debian

I'm trying to configure my Debian machine (Lenny) to use a static ip address. Here's what my interfaces file currently looks like: # This file describes the network interfaces available on your system. # and how to activate them. For more…
elduderino
  • 135
  • 1
  • 6
2
votes
2 answers

Setting static IP on CentOS without system-config-network

Background information: I have a problem installing system-config-network. It appears it cannot find an update to sqlite (checks every mirror and comes back empty handed.) I have tried the skipping broken option and package cleanups from yum-utils.…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
2
votes
1 answer

Cannot SSH to github.com after changing to static IP

I've been using github.com for a long time, but just had my ISP switch my home internet to a static IP and now I can't SSH to github. What happens with SSH? The id_ed25519 key has just been re-generated. SSH just stops: $ ssh -T -F ~/.ssh/config…
Capn Sparrow
  • 141
  • 7
1
vote
1 answer

Static IPs for Asus router VPN clients

I have asus router RT-AC58U (fw 3.0.0.4.382_51899) and have successfully set up OpenVPN. Here are my custom settings: OpenVPN custom settings these setting automatically generate file config.ovpn # Automatically generated configuration # Tunnel…
Iwaneez
  • 63
  • 1
  • 8
1
vote
2 answers

docker-compose static ip does not work

I want to assign static ip to nginx, but it doesn't work at all. I have no idea where I'm doing it wrong. Could you please help? docker.compose.yml version: '3' services: web: container_name: nginx image: nginx:latest ports: -…
Spartan Troy
  • 111
  • 1
  • 2
1
vote
0 answers

Renewing DHCP lease without losing static IPs? (dhclient removes static IPs)

I have this interface, with DHCP and some static IPs: $ ip addr 2: enp3s0: mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether e0:d5:5e:13:19:d9 brd ff:ff:ff:ff:ff:ff inet 192.168.1.208/24…
1
vote
1 answer

Static IP with wireless bridge

I have a pretty simple network with the main router being a Netgear R8500. I am using an ASUS RT-N66U router in repeater mode to connect device on another floor via wireless bridge including a network printer and a file server. I need a static IP…
1
vote
0 answers

VSFTP Not Working After Static IP Change

Basically this is the deal. I install vsftpd everything was working fine with dynamic ip and these vsftpd.config settings, could easily access through…
1
vote
1 answer

How to set the dns on lxc containers staticly?

I am trying to set the dns manually to a lxc container. I already read your comments on [Setting up bridged LXC containers with static IPs But this did not work with me. In etc/network/interfaces inside the container I tried: auto eth0 iface eth0…
YOUSEF
  • 11
  • 2