Changeset 14069 in hybrid


Ignore:
Timestamp:
Mar 12, 2018, 11:25:00 PM (7 years ago)
Author:
rick
Message:

Fix packets match on external interface too wide

Natted packets are always send outside the WL network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/etc/pf.hybrid.conf

    r14068 r14069  
    9191
    9292# Packets going out are the ones to the internet with an certain limit (1)
    93 pass out on $ext_if inet proto tcp from $wl_net to any port { $publicnat } keep state \
     93pass out on $ext_if inet proto tcp from $wl_net to !$wl_net port { $publicnat } keep state \
    9494 (max-src-conn-rate 100/10, max-src-conn 10)
    9595
Note: See TracChangeset for help on using the changeset viewer.