Changeset 7452 in genesis for tools/proxy-8.0
- Timestamp:
- Jan 31, 2010, 9:09:58 AM (15 years ago)
- Location:
- tools/proxy-8.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/proxy-8.0/genesis.conf
r7380 r7452 15 15 @filelist = (); 16 16 #$filelist[0]="dhcpd.conf"; 17 $filelist[1]="rc. node.local";17 $filelist[1]="rc.conf.local"; 18 18 $filelist[2]="resolv.conf"; 19 19 #$filelist[3]="named.conf"; -
tools/proxy-8.0/wleiden.pl
r7431 r7452 214 214 215 215 216 sub rc_ node_local {216 sub rc_conf_local { 217 217 my $output = genHeader("#"); 218 218 my $masterNotUsed = master_ipNotUsed(); … … 286 286 $output .= "sshtun_port=\"22$proxyid\"\n"; 287 287 } 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 300 288 301 289 return($output);
Note:
See TracChangeset
for help on using the changeset viewer.