Hi I'm trying to redirect all traffic from multiple interfaces in different FIB's to a single FIB and onto a different ip.
I was able to do this in openbsd but since switching to FreeBSD have not been able to get this working.
eg.
normal interface
fib0
vlan 1
fib1
vlan 2
fib2
vlan 3
fib3
example rule:
pass in quick on any proto tcp to any port {49,123} rdr-to 10.200.0.12 rtable 0
I was able to do this in openbsd but since switching to FreeBSD have not been able to get this working.
eg.
normal interface
fib0
vlan 1
fib1
vlan 2
fib2
vlan 3
fib3
example rule:
pass in quick on any proto tcp to any port {49,123} rdr-to 10.200.0.12 rtable 0