* Fix iptables problem when not using the NAT/gateway feature. 0.81
authorMichael Prokop <mika@grml.org>
Sun, 3 Dec 2006 22:01:38 +0000 (23:01 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 3 Dec 2006 22:01:38 +0000 (23:01 +0100)
debian/changelog
grml-terminalserver-config

index 5c40253..7bbe31c 100644 (file)
@@ -1,3 +1,9 @@
+grml-terminalserver (0.81) unstable; urgency=low
+
+  * Fix iptables problem when not using the NAT/gateway feature.
+
+ -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 23:00:24 +0100
+
 grml-terminalserver (0.80) unstable; urgency=low
 
   * Fix typo in /linuxrc causing problems with booting via
index ca73dfc..b8b84bc 100755 (executable)
@@ -348,6 +348,10 @@ the internet?"
       GW_=
       NAT_INTERFACE_="none"
     fi
+  else
+    # no NAT, no sensible gateway
+    GW_=
+    NAT_INTERFACE_="none"
   fi