0
votes
1answer
38 views

Ubuntu Server as Router, Static ip for macadr's

I have Ubuntu Server as Router. On it i have turned on DHCP Server, but i want to give static adresses to some devices (mac adresses) in my network, where I have to start? I tried to google it, and i ...
0
votes
1answer
164 views

Easiest way to assign a static IP address for a LAMP server / VBox snapshot

I want to create a basic Ubuntu 12.04 LAMP server under VBox. Once I have it configured with a base Data set I want to Snapshot that and be able to hand it off to my development partners to use. ...
0
votes
1answer
265 views

Web address fails to resolve with static IP on Ubuntu Server 12.04

Running Ubuntu Server 12.04.1 LTS in VirtualBox on a mid-2009 MacBook Pro. I've been using no-ip.com to keep my router's dynamic address up to date and just set up a free host name with them, hoping ...
2
votes
2answers
1k views

why does eth0 disappear when i set a static IP (server 12.10) [closed]

For some reason, if i try to set a static IP address, my eth0 disappears from ifconfig's output. I am running ubuntu server 12.10 on a gateway laptop. auto eth0 iface eth0 inet dhcp gives this ...
1
vote
1answer
4k views

How do I set a static DNS nameserver address on Ubuntu Server?

I am trying statically to set DNS server addresses in my Ubuntu server running as virtual machine. I followed all recommendations on official Ubuntu support pages but I simply cannot get rid of my ...
1
vote
3answers
5k views

How to change IP when /etc/network/interface file is missing?

I just installed 12.04 Server. After my first login, I saw the IP and it is dynamic (I guess). I tried to change it by sudo vi /etc/network/interface but this file is blank. Can anyone help here?