Changeset 7452 in genesis for tools/proxy-8.0


Ignore:
Timestamp:
Jan 31, 2010, 9:09:58 AM (15 years ago)
Author:
richardvm
Message:

renamed rc.node.local to rc.conf.local (it's the standard freebds way), and removed the nat rules (security)

Location:
tools/proxy-8.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/proxy-8.0/genesis.conf

    r7380 r7452  
    1515@filelist = ();
    1616#$filelist[0]="dhcpd.conf";
    17 $filelist[1]="rc.node.local";
     17$filelist[1]="rc.conf.local";
    1818$filelist[2]="resolv.conf";
    1919#$filelist[3]="named.conf";
  • tools/proxy-8.0/wleiden.pl

    r7431 r7452  
    214214
    215215
    216 sub rc_node_local {
     216sub rc_conf_local {
    217217  my $output = genHeader("#");
    218218  my $masterNotUsed = master_ipNotUsed();
     
    286286    $output .= "sshtun_port=\"22$proxyid\"\n";
    287287  }
    288 
    289   if( $internalif ) {
    290      $output .= "\n";
    291      $output .= "# Firewall needed for NAT\n";
    292      $output .= "firewall_enable=\"YES\"\n";
    293      $output .= "firewall_nat_enable=\"YES\"\n";
    294      $output .= "firewall_nat_interface=\"" . $internalif . "1\"\n";
    295      $output .= "firewall_type=\"OPEN\"\n";
    296   }
    297 
    298 
    299 
    300288
    301289  return($output);
Note: See TracChangeset for help on using the changeset viewer.