インストール

 apt-get install ntp ntpdate ntp-doc ntp-simple

インストール中のサーバ名には

 210.173.160.27

を入れる(他に良いサーバ知らないんだもん、ODNのNTPサーバって何なんだろう?)

ルータのudp:123をあける

 # netstat -uap
 Active Internet connections (servers and established)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
 udp        0      0 apricot.n9d.com:ntp  *:*                                 20934/ntpd
 udp        0      0 localhost:ntp           *:*                                 20934/ntpd
 udp        0      0 *:ntp                   *:*                                 20934/ntpd

と、外部とupd:123があいていなければならない。