Ignore:
Timestamp:
Oct 3, 2010, 1:58:29 PM (14 years ago)
Author:
george
Message:
  • Opraveno: Generování netmap místních adresu nat firewall.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/system/generators/firewall_nat.php

    r299 r300  
    126126
    127127// Map returned local traffic to virtual subnet
    128 $Items[] = array('chain' => 'local-out', 'src-address' => '10.145.64.0/16', 'action' => 'netmap',  'to-addresses' => '10.45.64.0/16', 'comment' => 'map-local');
     128$Items[] = array('chain' => 'local-out', 'src-address' => '10.145.0.0/16', 'action' => 'netmap',  'to-addresses' => '10.45.0.0-10.45.255.255', 'comment' => 'map-local');
    129129
    130130
Note: See TracChangeset for help on using the changeset viewer.