Need help with a reverse proxy feeding into an SSH tunnel
-
I am new to these parts and slowly getting up to speed on all things pfsense.
My goal is to route all my LAN traffic thru an SSH tunnel to an amazon ec2 cloud server.
I use the console on my pfsense box to start this ssh tunnel:
ssh -f -L 3128:localhost:8888 -i "key.pem" ubuntu@ec2-server.com
That ssh connection has been duplicated on another computer and confirmed workingLAN rule
LAN interface
TCP protocol
Destination WAN address
Destination port 3128Shouldn't this setup route all LAN tcp traffic to the WAN interface at port 3128?
Which then gets redirected thru the ssh tunnel to my cloud server?I've been beating my head on this problem for a solid few days now.
Any tips or leads are greatly appreciated.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.