Changeset 13233 in hybrid
- Timestamp:
- Apr 6, 2015, 8:07:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/files/etc/pf.hybrid.conf
r13160 r13233 18 18 19 19 # Standard port allow listings for external services 20 allow_ext_in_tcp=" ssh, openvpn"20 allow_ext_in_tcp="1022, openvpn" 21 21 allow_ext_in_udp="snmp, openvpn" 22 22 … … 30 30 31 31 # Default configuration for ALIX2 with vr0 as external interface and wlan0 as 32 # the public accesspoint in iLeiden setup, no aliases on interfaces.32 # the public accesspoint in iLeiden setup, aliases on external interface OK. 33 33 ext_if="vr0" 34 34 ext_ip="(vr0:0)" … … 58 58 no nat from $wl_net to $private 59 59 60 # Nat the internet for iLeiden functionality (1)61 nat on $inet_if inet proto tcp from $wl_net to ! $wl_net port { $publicnat } -> ($inet_i f)60 # Nat the internet for iLeiden functionality allow for alias on vr0 (1) 61 nat on $inet_if inet proto tcp from $wl_net to ! $wl_net port { $publicnat } -> ($inet_ip) 62 62 63 63
Note:
See TracChangeset
for help on using the changeset viewer.