Ignore:
Timestamp:
Nov 4, 2015, 9:00:41 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Generation of new invoices.
  • Fixed: Presetting values for pairing imported operations from bank account.
  • Fixed: Firewall NAT rules error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfigRouterOS/Generators/FirewallNAT.php

    r738 r761  
    119119// Redirect unregistred clients to free access activation page
    120120$Items[] = array('chain' => 'dstnat', 'dst-address' => '!10.145.0.0/16',
    121   'src-address-list' => 'unregistred', 'in-interface' => $LocalInterface,
     121  'src-address-list' => 'unregistred', 'in-interface' => $LocalInterface, 'protocol' => 'tcp',
    122122  'action' => 'dst-nat', 'to-addresses' => '10.145.64.8', 'to-ports' => 82, 'comment' => 'Redirect_unregistred');
    123123
Note: See TracChangeset for help on using the changeset viewer.