Tagged Questions
1
vote
0answers
161 views
Creating DDNS with udhcpd and PowerDNS
Server OS = Ubuntu 12.0.4.1 LTS
Desktop OS = Windows 7, Ubuntu 12.04.1 LTS
DHCP Server daemon = udhcp
DNS Server daemon = powerdns (using mysql as the backend)
I am very new to the Linux scene, ...
13
votes
2answers
3k views
Switching a server to static IP from DHCP
I am running an Ubuntu 10.04 server installation and I recently had to switch it from DHCP to static ip. I edited /etc/network/interfaces file and switched
iface eth0 inet dhcp
to
iface eth0 inet ...