Index: tools/proxy-8.0/genesis.conf
===================================================================
--- tools/proxy-8.0/genesis.conf	(revision 7441)
+++ tools/proxy-8.0/genesis.conf	(revision 7452)
@@ -15,5 +15,5 @@
 @filelist = ();
 #$filelist[0]="dhcpd.conf";
-$filelist[1]="rc.node.local";
+$filelist[1]="rc.conf.local";
 $filelist[2]="resolv.conf";
 #$filelist[3]="named.conf";
Index: tools/proxy-8.0/wleiden.pl
===================================================================
--- tools/proxy-8.0/wleiden.pl	(revision 7441)
+++ tools/proxy-8.0/wleiden.pl	(revision 7452)
@@ -214,5 +214,5 @@
 
 
-sub rc_node_local {
+sub rc_conf_local {
   my $output = genHeader("#");
   my $masterNotUsed = master_ipNotUsed();
@@ -286,16 +286,4 @@
     $output .= "sshtun_port=\"22$proxyid\"\n";
   }
-
-  if( $internalif ) {
-     $output .= "\n";
-     $output .= "# Firewall needed for NAT\n";
-     $output .= "firewall_enable=\"YES\"\n";
-     $output .= "firewall_nat_enable=\"YES\"\n";
-     $output .= "firewall_nat_interface=\"" . $internalif . "1\"\n";
-     $output .= "firewall_type=\"OPEN\"\n";
-  }
-
-
-
 
   return($output);
