@stephenw10:
That looks like an issue entirely within VBox if it's between the host and the guest. That traffic never goes through pfSense.
Try an iperf test between pfSense and the host on VLAN30 to confirm that.
Steve
you are right. iperf from and to the router is "fast" (in quotes because it's a gigabit line, but it does only 596 Mbit/s):
[2.4.0-RC][admin@rutter.in.tern.al]/root: iperf -c 192.168.30.10
------------------------------------------------------------
Client connecting to 192.168.30.10, TCP port 5001
TCP window size: 64.2 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.30.1 port 57809 connected with 192.168.30.10 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 711 MBytes 596 Mbits/sec
[2.4.0-RC][admin@rutter.in.tern.al]/root:
So it's a VirtualBox problem. Thanks stephenw10!