This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SFOS 17.5 and RBVPN

Hi,

We have a big problem with the performance of the IPSec connection to several remote sites. Is it possible to create an RBVPN (route based VPN) tunnel with IPSec (or other encryption) in SFOS 17.5? The idea is to be able to change the MTU value for these connections.



This thread was automatically locked due to age.
Parents Reply
  • Ah no, I don't have a problem with that. I only mentioned that discussion because I found your VTI suggestion there :-)

    I will check your second idea for changing MTU, via iptables. Maybe it will help me speed up these ipsec connections.

    iptables -t mangle -I POSTROUTING -d 192.168.190.1/32 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 900

    Thanks.

Children