Fortigate 70D - IPSEC VPN to AWS VPC - MTU Size Configuration?
When setting up an Amazon VPC VPN connection, when one clicks "download configuration" and selects Fortigate 4.0, the following is provided within the configuration file.
However, when this is executed in the Fortigate 70D CLI, the following error occurs:
> command parse error before 'mtu'
> Command fail. return code -61
Is there a way to set the MTU value on a Fortigate 70D running 5.2.x?
config system interface edit "vf00894a8-0-p1" set vdom "root" set ip 169.254.10.134 255.255.255.255 set allowaccess ping set type tunnel set tcp-mss 1387 set remote-ip 169.254.10.133 set mtu 1427 set interface "wan1" next end
