Skip to main content
enajin
New Member
July 14, 2026
Question

VPN DNS Suffix issue FG200E v7.6.7

  • July 14, 2026
  • 1 reply
  • 47 views

Hello,

I've been working on setting up an IPsec VPN on our FG200E after upgrading to FortiOS 7.6.7, mainly so we can take advantage of DNS suffix assignment from the firewall.

Our environment has two separate Active Directory domains in a trust relationship: old-domain and new-domain. In the config vpn ipsec phase1-interface configuration, I've defined DNS suffixes for both domains and configured the DNS servers with the old-domain DNS first and the new-domain DNS second.

Everything seems to be working correctly for resources in new-domain, but for anything in old-domain, I have to use the full FQDN to access it. This creates a major issue because some of our internal applications reference hosts by short name rather than a fully qualified DNS name.

We're currently using Cisco AnyConnect, and it works perfectly—users can access shares and applications using just the host name without any DNS resolution issues.

I've already opened a ticket with Fortinet, but I wanted to check if anyone else has run into this problem and, if so, whether they found a solution.

Thanks in advance!

    1 reply

    abelio
    SuperUser
    SuperUser
    July 14, 2026

    Hello,
    I assume you 're using IKE v1.
    If so, I'm (almost) sure that just one suffix  per tunnel is supported (need to check official docs)

    config vpn ipsec phase1-interface
        edit <name>
           set unity-support enable     (mandatory)
            set domain <domain_name>
        next
    end

    Under IKE v2 ,  it's even less flexible I guess because you've to define a fqdn list: 

    config vpn ipsec phase1-interface
        edit <name>
            set type dynamic
            set ike-version 2 
            ….
            set dns-mode {manual | auto}
            set internal-domain-list <domain name>
        next
    end

     

    Please, share here you obtained from TAC, I'm interested in this, and I'm pretty sure other forum members are too

     
    Thought Leadership Security Summit. Outpace New Threats with AI - enhanced defense. Tuesday, Septmeber 15, 8:30 AM - 2:30 PM PT. The Golf Club at Newcastle, WA.
    Fortinet Flag the Hack. Wednesday, August 26, 9:00 AM - 5:00 PM ET, COSM, Atlanta, GA.
    Virtual event | September 2026. SASE summit. The age of autonomous trust. Register here!