From 36307da92b89c2413f49e2b705f73b2d1ec4e849 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 7 Jun 2011 13:14:53 +0100 Subject: [PATCH] ibanez, radius: Move NTP service to ibanez. Turns out running NTP in guests is a bad plan. --- ibanez.m4 | 3 +++ radius.m4 | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ibanez.m4 b/ibanez.m4 index 5fc1ecd..f826e04 100644 --- a/ibanez.m4 +++ b/ibanez.m4 @@ -48,5 +48,8 @@ m4_divert(82)m4_dnl allowservices inbound tcp \ ssh +## We have to provide NTP service. The guests sync to our clock. +ntpclient inbound 158.152.1.76 158.152.1.204 194.159.253.2 + m4_divert(-1) ###----- That's all, folks -------------------------------------------------- diff --git a/radius.m4 b/radius.m4 index b97f481..c1dcb90 100644 --- a/radius.m4 +++ b/radius.m4 @@ -60,7 +60,6 @@ run iptables -A inbound -j ACCEPT \ ## Other interesting things. dnsresolver inbound -ntpclient inbound 158.152.1.76 158.152.1.204 194.159.253.2 m4_divert(-1) ###----- That's all, folks -------------------------------------------------- -- 2.11.0