SoHo - Ubuntu prerequisites

Dynamic /etc/hosts

The problem with Ubuntu is that it modifies /etc/hosts on-the-fly.

The solution is to use DNS.

$ cat /etc/resolv.conf
nameserver 172.16.162.57
domain ourdom.com
search ourdom.com

Install NTP:

apt-get install ntp

Configure NTP in /etc/ntp.conf:

server ntp.ourdom.com

Network setup

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.