Changeset 10523 in hybrid for branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf
- Timestamp:
- Apr 17, 2012, 8:29:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf
r10520 r10523 14 14 allow_ext_tcp="{ssh, domain}" 15 15 allow_ext_udp="{domain, snmp}" 16 private="{ 10.0.0.0/8 , 172.16.0.0/12,192.168.0.0/16 }"16 private="{ 10.0.0.0/8, 172.16.0.0/12 192.168.0.0/16 }" 17 17 18 18 … … 20 20 # the public accesspoint in iLeiden setup. 21 21 ext_if="vr0" 22 ext_if_net="vr0:network" 22 23 captive_portal_interfaces="wlan0" 23 24 publicnat="http,https" … … 33 34 34 35 # NAT MGMT to Wireless Leiden (2) 35 nat on ! $ext_if from $ privateto $wl_net -> $masterip36 nat on ! $ext_if from $ext_if_net to $wl_net -> $masterip 36 37 37 38 # Nat the internet but NOT to Private Network (1)
Note:
See TracChangeset
for help on using the changeset viewer.