Tagged Questions
3
votes
1answer
1k views
Ubuntu 12.04 Server static ip configuration
I had some trouble getting the static ip configuration right for Ubuntu 12.04 Server. Every time I would restart the server the nameserver settings in /etc/resolv.conf would get overwritten by dhcp ...
0
votes
1answer
4k views
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 ...
0
votes
2answers
181 views
Looking to get a small server – need web, PHP, PostgreSQL
I'm looking to get a cheap (low end) server to serve web pages (xHTML/PHP), but I also need to be able to set up PostGreSQL on the system too. Ideally the server would have low power consumption, run ...
1
vote
1answer
120 views
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 ...
-1
votes
4answers
627 views
Ethernet interface number changed, and old one does not exist, but does not leave IP address
I have a virtual machine with Mandriva 2007.0 (yes, old - unfortunately we do not have a choice here). Anyway, the problem:
Before reboot: active network interface = eth0. No other interfaces ...
1
vote
1answer
994 views
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 ...
1
vote
2answers
94 views
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 ...