HI,
I have a specific situation where I need to use BSD as forwarder for all traffic.
I am having a deployment where my device decrypts SSL traffic and then send it to inline Sandboxing which then returns the traffic to the device. My problem is that I need to have a backup solution when the sandboxing device is offline.
So I was planing to use FreeBSD to receive all traffic from specific device and return it to the same device.
The device that I am sending the traffic from is : F5 big IP IP : 192.168.3.2
FreeBSD device : 192.168.3.55
Script that I tried to implement :
Does not work.
Any ideas ?
I have a specific situation where I need to use BSD as forwarder for all traffic.
I am having a deployment where my device decrypts SSL traffic and then send it to inline Sandboxing which then returns the traffic to the device. My problem is that I need to have a backup solution when the sandboxing device is offline.
So I was planing to use FreeBSD to receive all traffic from specific device and return it to the same device.
The device that I am sending the traffic from is : F5 big IP IP : 192.168.3.2
FreeBSD device : 192.168.3.55
Script that I tried to implement :
Code:
match in on vio0 from 192.168.3.2 to any rdr-to 192.168.3.2
Any ideas ?