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

Hyper-V Client for Microsoft Networks gone

I have an odd situation. I have a Hyper-V Baremetal Windows 2008 x64 (not R2) host with 4 VM's on it. I also have a server next door on the lan that is not a host just Windows2003x86 called ServerS2 HostX1....... 192.168.0.10 Guestv1......…
user26676
  • 49
  • 1
  • 7
1
vote
2 answers

In Fedora 18, when updating ifcfg-eth0, the new settings do not apply

I am aware that many people prefer to disable NetworkManager, but I don't believe it will be going away and I decided to try to learn how to use it properly. I thought I would begin with something simple, like setting a static IP. I updated…
fishpen0
  • 113
  • 2
  • 8
1
vote
2 answers

Bridge networking static IP's to virtualbox VM's

Ok, so I have a dedicated server with the static primary IP address 89.200.xx.xx, it's running 3 VM's in virtualbox (all Centos 6 as is the server) and I have 3 other IP's that I want to assign to the VM's (numbers omitted for obvious…
Compy
  • 111
  • 1
  • 4
1
vote
2 answers

Another Public Static IP Address?

We currently have two servers, one of which has a static IP address allowing remote access from outside. We now need the other server to be accessible from outside, I'm presuming we need to obtain another static IP address? Is it simple to assign…
user146595
1
vote
5 answers

configure that /etc/resolv.conf won't be modified after restart

I have Gentoo Linux amd64 installed on one of my computers. I have a static IP configured at /etc/conf.d/net: auto_eth0="true" config_eth0="192.168.1.2/24" routes_eth0="default via 192.168.1.1" enable_ipv6_eth0="false" I manually edited…
ufk
  • 333
  • 3
  • 8
  • 31
1
vote
3 answers

How can I understand if an IP address is dynamic or static?

I have an IP list and I have to seperate them as static ones and dynamic ones. Is there any tool or way to do that? Thank for any advice...
ibrahim
  • 431
  • 1
  • 7
  • 20
1
vote
1 answer

How to setup a server and routers to accept incoming connections?

I want to setup a web server. I'v already obtained static IP and I have debian server running with apache+nginx. And, I want to make my webserver visible from outside of the office. Here I have following scheme of routers - Provider router(or…
Jevgeni Smirnov
  • 492
  • 1
  • 6
  • 22
1
vote
2 answers

Ubuntu cannot access internet, LAN is fine

I have an Ubuntu 8.04 LTS server that is directly connected to our Comcast Business Gateway modem and I have configured it with 1 of our 5 allotted Static IPs. My other machines on our LAN can connect to this server (via ssh, web, ping, etc.) but I…
Kevin Southworth
  • 149
  • 1
  • 2
  • 5
1
vote
5 answers

Can't connect to internet with dynamic IP

I have a small business network with the DNS server being run on Windows Server 2003. Most of the computers in the company have a dynamic IP address assigned through the aforementioned server. One of the Windows 7 computers has difficulty connecting…
1
vote
2 answers

What kind of internet connection and network setup do I need for hosting a web app

I am starting a web app company that will be hosting a social application on our own servers. We will be getting a fiber connection with a static IP address but I was wondering if there is anything specific I should look out for when hosting a site…
RayQuang
  • 674
  • 1
  • 9
  • 16
1
vote
3 answers

Getting a static external IP

I'm not even sure if this is possible. My external Ip changes about once every 3 days. How would I prevent it from doing so? I have to connect a domain to my IP and I can't give it a domain to connect to (in the case of "no-ip.com"). Does…
Freesnöw
  • 193
  • 1
  • 6
1
vote
2 answers

Multiple public IPs through DD-WRT without 1-to-1 NAT

I've done a search here and wasn't able to find anything relevant to my situation. I apologize in advance if I've missed an existing post on the topic. Our ISP has provided us with 6 static IP addresses. We are currently using two of them (plus one…
1
vote
1 answer

Sonic OS -- How to properly use multiple external IPs & port forwarding?

We have a block of static IPs that are utilized by a few different routers -- one provided by our VoIP company, one provided by Verizon (used mostly for the TVs / guest wifi), and one that goes to our SonicWall TZ210. I have a zone set up on a…
SeanKilleen
  • 1,083
  • 8
  • 25
  • 38
1
vote
1 answer

What do SIOCDELRT and SIOCADDRT errors mean?

I am trying to switch from using dhcp to a static IP on an Ubuntu 10.04 server. In /etc/network/interfaces I changed auto eth0 iface eth0 inet dhcp to auto eth0 iface eth0 inet static address 210.4.211.xxx netmask 255.255.255.xxx gateway…
Adrian Macneil
  • 1,826
  • 2
  • 12
  • 11
1
vote
3 answers

access an IP restricted service from a dynamic IP (Broadband modem) on a windows machine

I dont know if this is the correct place to ask this question but here goes .. (please note that I am pretty much a newbie in terms of networking and I work primarily on the windows platform) I have been working on accessing and consuming some web…