Hello everyone,
I'm working on a network lab environment virtualized on ESXi, where I have two SGs (sg1 and sg2) connected via a route-based S2S VPN.
Both firewalls are running R81.20 JHF 76.
![ubuntus.png ubuntus.png](https://community.checkpoint.com/t5/image/serverpage/image-id/29453i395F2304D749A76A/image-dimensions/697x101?v=v2)
I have connectivity between both servers.
![pings u1 a u2.png pings u1 a u2.png](https://community.checkpoint.com/t5/image/serverpage/image-id/29454iDCF819DD9474898E/image-dimensions/693x106?v=v2)
These are the static routes on sg1 on the left and sg2 on the right.
![rutas estaticas.png rutas estaticas.png](https://community.checkpoint.com/t5/image/serverpage/image-id/29455iCE3C99BAA166D39B/image-dimensions/644x45?v=v2)
One of the goals of the lab is to test the fast_accel feature. According to the official documentation, this feature should be effective for connections accelerated by SecureXL, and the connections should appear in the fwaccel conns command.
![fwaccel conns.png fwaccel conns.png](https://community.checkpoint.com/t5/image/serverpage/image-id/29456iD980EB6ED68DF948/image-dimensions/632x362?v=v2)
To test this, I have created two rules with fast_accel on both firewalls (sg1 and sg2), as my research suggests that this should be sufficient for the rules to match the traffic between ubuntu1 and ubuntu2.
"I created the rules with the following commands on both firewalls:
- fw ctl fast_accel add 192.168.22.20 192.168.21.20 any any
- fw ctl fast_accel add 192.168.21.20 192.168.22.20 any any
However, even though I'm generating traffic between the two servers using iperf3, I don't see any hits on the accelerated connections.
![hits.png hits.png](https://community.checkpoint.com/t5/image/serverpage/image-id/29457i13FC5E04B586878E/image-dimensions/541x273?v=v2)
![iperf.png iperf.png](https://community.checkpoint.com/t5/image/serverpage/image-id/29458i3AD39CF8C011EBBC/image-dimensions/788x258?v=v2)
Can anyone provide guidance on what might be going wrong or if there's something additional I need to configure for the fast_accel rules to be applied correctly?
Thanks!