Skip to main content
Contributor III
November 14, 2004
Question

ipsec passthrough

  • November 14, 2004
  • 6 replies
  • 5438 views
How do i know whether ipsec passthrough option is enabled or disabled in my FGT ? My firmware is 2.80 Build 250 ( MR5 )

    6 replies

    Contributor III
    December 3, 2004
    Hi Redhatsup, From an earlier post, you can check using the CLI: # get config [...] set firewall passthru ipsec disable set vpn ipsec unknown_spi disable [...] (see http://support.fortinet.com/forum/post.asp?do=reply&messageID=6514&smode=1&tmode=1&p=2&toStyle=m) - Steve
    Contributor III
    December 7, 2004
    There is no command for : get config in Firmware 2.80 MR5 when i type get config i get the below error Fortigate-60 $ get config command parse error before ' config' Any other options ?
    Contributor III
    December 3, 2004
    Rats... the link should be: http://support.fortinet.com/forum/m.asp?m=1355&p=2&tmode=1&smode=1&key=&language=
    Contributor III
    April 2, 2005
    Does anyone have an answer to this question?
    UkWizard
    New Member
    April 2, 2005
    Syntax is different in 2.8, so this is incorrect. Also strangely this feature doesnt even exist anymore in the later revisions of firmware. I cannot remember which was the last revision that still had it in (its mentioned somewhere in this forum) think it was 2.8 MR6 ?? However, IPSec should pass through the unit anyway, if it doesnt work for you, its probably the NAT that is breaking it. You need a remote firewall (that you are connecting to) and a VPN client that BOTH support NAT-Traversal. What are you trying to get working ?
    Contributor III
    April 3, 2005
    I would like to set up a VPN site-to-site between 2 fortigates but have 2 other fortigates in between. ie: SubA -> Forti1 -> SubB -> Forti2 -> Internet -> Forit3 -> SubC -> Forti4 -> SubD I can create a VPN between Forti2 & Forti3 no probs but would like to create a VPN between Forti1 & Forti4 so Forti2 & Forti3 have to passthru the IPSEC
    UkWizard
    New Member
    April 3, 2005
    As long as NAT Traversal is turned on for the VPN configurations of the firewalls at the ends of the tunnel, should work fine. If it doesnt, its probably a routing issue instead. Otherwise couldnt you just vpn between 2 and 3 instead ?