Changeset 300
- Timestamp:
- Oct 3, 2010, 1:58:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/generators/firewall_nat.php
r299 r300 126 126 127 127 // 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'); 129 129 130 130
Note:
See TracChangeset
for help on using the changeset viewer.