On 22/2/15 5:07 pm, Jason Pyeron wrote:
Other than changing the default gateway on that host, how can I port forward 
SSH to that host?

If you know the source IP (or range) of the traffic, you might be able to set a static route on the host to send traffic to <specific IPs> via the pfSense rather than the default gateway.

So if your source traffic is from 1.2.3.0/24, LAN on your pfSense is 192.168.0.254 and your host is on 192.168.0.10, you'd create a rule on that host as follows:

route add -net 1.2.3.0/24 gw 192.168.0.254

(obviously that's a Linux example, but there's no reason to stop you doing the same thing on a Windows, Mac, or indeed just about any other host that'll allow you to manipulate the routing table)

Kind regards,

Chris
--
This email is made from 100% recycled electrons
_______________________________________________
pfSense mailing list
https://lists.pfsense.org/mailman/listinfo/list
Support the project with Gold! https://pfsense.org/gold

Reply via email to