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

Subnet Static IP in linux?

Is there an easy to set Linux (Ubuntu 10.4) to always use the same IP address from my router? I know in windows you can tell it to use a static IP address in the TCP/IP settings, what's the same for Linux? I need it to always have an IP address of…
Dave
  • 11
  • 1
1
vote
2 answers

Bridged modem but no gateway?

I'm trying to put my modem in bridge mode so I can plug it into a separate router but I'm having some difficulties. To try to get the facts straight on the settings required I've plugged it straight into my laptop. The modem-router is Zyxel P660R.…
James
  • 325
  • 2
  • 11
  • 22
1
vote
2 answers

Is there any harm to setting the same static ip for eth0 and eth1?

I'm configuring a Fedora server to use a static ip (although this question should apply to any Linux server). Unfortunately, I don't have much control over which of the two ethernet ports gets used. I was wondering if there was any harm in…
Eugene M
  • 113
  • 5
1
vote
1 answer

Assigning a static IP on HP-UX

I can't find how to set a static IP on the local network (192.168.xxx.xxx) on HP-UX using the command line. I want the address to be kept after the server reboots, so it seems the use of ifconfig will lose the IP configured.
Serty Oan
  • 755
  • 1
  • 7
  • 15
1
vote
5 answers

How necessary is a static IP when running a webserver from home

I'm considering hosting at home not through a third party. Some of the content will be software that need to run reliably 24/7. Currently I buy the domain then redirect it to the IP of my webhost, so I'm guessing that IP has to be static. But when…
coop
1
vote
2 answers

Two routers, one off-site, same ISP-assigned static IP. A recipe for conflict?

This is the situation I've inherited: There are two routers, one off-site. Both are connected to the ISP. The ISP assigns both of them the same static IP (or so it seems). Presumably, the network problems we're having are related to the idea that…
bugmagnet
  • 236
  • 1
  • 3
  • 16
1
vote
3 answers

Swap static public IPs without creating DNS conflicts?

Our ISP is Comcast and we have 5 static public IPs from them that we use for various services, including customers connecting to our network, VPN, web, DNS, etc... We need more IP addresses from Comcast. Unfortunately, Comcast is telling us that…
Jake Wilson
  • 8,814
  • 29
  • 97
  • 125
1
vote
3 answers

Static IP settings on Windows 2003 server not getting saved

We have a Dell PowerEgde 1950 server with Broadcom NetXtreme gigabit ethernet card, and we are facing a strange problem with static IP assignment. When we assign a static IP to this broadcom NIC, settings are not getting saved. Following are the…
TechCoze
  • 145
  • 1
  • 3
  • 8
1
vote
1 answer

how to set static IP address in opensolaris

in solaris i knew how to do this. Edit /etc/inet/ipnodes, change /etc/defaultrouter, reboot in opensolaris there is not defaultrouter file. first thing I tried was System->admin->network switch to manual enter static address and netmask and…
pm100
  • 1,635
  • 3
  • 11
  • 9
1
vote
1 answer

Issues with static IP (Ubuntu Server 10.04)

I am following this tutorial for setting up a testing server for my web development projects. When I attempt setting up a static IP address (using the configuration below), I receive the error "ping: unknown host www.google.com" when I attempt using…
Mike Moore
  • 223
  • 2
  • 7
  • 15
1
vote
2 answers

How do I setup a public static IP in Ubuntu 9.10

I have an Ubuntu 9.10 server and I need to setup a static public IP. Our office already had a network setup by Cisco, so the router is configured to forward the requests to the server. Here is the information from the ISP: Static…
Phobis
  • 155
  • 1
  • 2
  • 7
1
vote
1 answer

My debian server have a dynamic ip address. Have one program like a vpn to give

I have a problem with a debian server. I need put a website to work, but my desktop doesn't have a Static IP, only a dynamic IP. The internet provider creat a lot of dificulties to upgrade my internet to statics IPs, I tried to put in he a DDNS, but…
1
vote
1 answer

How to configure NetBSD to accept vlan tagged packets

I am trying to set up a NetBSD install with a static ip that is on a vlan. The router is set up to only allow other vlans to access this vlan, but not the other way around. So the NetBSD install should be able to ping the outside world and respond…
Yetoo
  • 11
  • 6
1
vote
0 answers

Need to use 3rd party router, Static IPs wont transfer

I am on a business connection with Spectrum, I have 5 static IPs assigned but they only seem to work when I plug in their own very low end router. The problem is, their router is too low end to handle our traffic level and overheats/crashes…
Kuznetsov
  • 11
  • 1
1
vote
0 answers

Establish KVM bridge with static IP

I would like to establish a virtual machine (KVM) on Ubuntu Server and configure bridge networking in order to connect to the VM via static IP. I want to connect to the VM directly via SSH (bypassing the host). However I have only remote access to…
ahaswer
  • 11
  • 1