@pixel24 said in Redirecting a subnet:
For the installation, I would like to access the new virtual network from the LAN
You have two different LANs. Guess you mean this one 192.168.24.0/24.
Is there a way to set up a redirection on the 'old' pfSense so that all calls for 192.168.83.0/24 from the network 192.168.24.0/24 are routed to the WAN IP of the 'new' pfSense (192.168.24.20)?
Really not clear, why you want to do that. But yes, that's doable with a simple port forwarding rule, presupposed the old pfSense is the default gateway in the LAN.
However, since both source and redirect target are within the same subnet, you need to masquerade the source IP.
For masquerading add a rule in Firewall > NAT > outbound. If the outbound NAT is in automatic mode, switch into hybrid mode and save this first.
Then add a new rule:
interface: LAN
source: LAN net
dest.: 192.168.24.20
translation: interface address (or LAN CARP VIP if any)
Port forwarding:
interface: LAN
source: any
dest: 192.168.83.0/2
redirect target: 192.168.24.20