How to Forward Port on pfSense
-
How to Forward Port on pfsense
ip:10.10.1.xx look webserver ip:192.168.1.5
Diagram
-
NAT screen, port forward.
-
How to config on pfsense.
-
As CMB said:
Firewall tab, NAT option, add a "Port Forward" rule. You'll need to ensure that the external host (internal IP 10.10.1.1) also forwards to the pfSense box.
Smarter choice would be to put the webserver out in the 10.10/16 network. Exposed services should never be that deep in a network.
-
Thank you.
-
Can someone put a screen capture of the NAT/rules and NAT/port_forwad so I can reach my server inside the lan when I am outside.
My router ip = 10.0.0.1/8
Pfsense Wan ip = 10.0.0.254/8
Pfsense Lan ip = 192.168.1.1/16My web_server ip = 192.168.1.101/16
The PC from which I want to reach the web_server is = 10.0.0.7/8Thanks …