From 68d8f1b0bfb6efb9ff8b24c6ec4d3773f36a1af0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 3 Dec 2006 23:01:38 +0100 Subject: [PATCH] * Fix iptables problem when not using the NAT/gateway feature. --- debian/changelog | 6 ++++++ grml-terminalserver-config | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5c40253..7bbe31c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-terminalserver (0.81) unstable; urgency=low + + * Fix iptables problem when not using the NAT/gateway feature. + + -- Michael Prokop Sun, 3 Dec 2006 23:00:24 +0100 + grml-terminalserver (0.80) unstable; urgency=low * Fix typo in /linuxrc causing problems with booting via diff --git a/grml-terminalserver-config b/grml-terminalserver-config index ca73dfc..b8b84bc 100755 --- a/grml-terminalserver-config +++ b/grml-terminalserver-config @@ -348,6 +348,10 @@ the internet?" GW_= NAT_INTERFACE_="none" fi + else + # no NAT, no sensible gateway + GW_= + NAT_INTERFACE_="none" fi -- 2.1.4