-
Is there a way with TNSR to forward a range of ports, or do you have to create an individual entry for each port?
-
@swinn You can use firewall/aliases/ports to create an aliases have you tried this yet? After just use the aliases in the rule.
-
I'm referring to TNSR's configuration for static NAT. An example would be:
nat static mapping tcp local 10.1.2.10 8080 external wan 8080 nat static mapping tcp local 10.1.2.10 8081 external wan 8081
-
Sorry about that, I do network address translation with aliases in pfSense plus for lan traffic right now
Again Static nat for WAN connection can also be done with port ranges 8080:8081 or 8080-8081
https://docs.netgate.com/pfsense/en/latest/nat/outbound.html
Does that help?
-