By Manny Fernandez

May 26, 2020

Deploying SSL VPNs Using Multiple Realms

Realms are a feature on the FortiGate that I have written about in the past, but I never really did a detailed dive into them and how and when to use them.

When a customer tells me they want to assign different policies to different users connecting to the FortiGate via VPN, my first thought is realms.  Realms allow you to define different authentication methods, assign different ranges of IP addresses, provide different customized portals (company vs D.B.A.) etc.

The Recipe

  • Create two realms; one for Corporate Users and one for Contractors.
  • Have two separate ranges of addresses.
  • Use Active Directory to authenticate corporate users.
  • Use Local Users accounts to authenticate contractors.
  • Change the default fqdn/corporate to corporate.fqdn
  • Create policies that limit contractors to certain IP addresses on ssh and ping only.

The Ingredients

Here are the ingredients for the realm configuration.

Active Directory Configuration

In a previous article, I wrote about using a normal user to bind to AD.  I will use that same configuration here.

2020-05-22_18-53-30

Her we see the basic LDAP configuration.

User Groups

Active Directory

Below we can see the User Group we are creating using the Remote Group option and then choosing the VPN-Users Active Directory group.

2020-05-22_18-54-56

Below we see the completed remote group showing the name  and the AD group below.

2020-05-22_18-55-16

Local Groups

Now we are going to create a Local-Contractor group that will be, as its name implies, LOCAL to the firewall.

2020-05-22_18-55-47

Under User & Device (6.2 and below) or User and Authentication then User Groups, then Create

Creating Local User

Now we are going to create a contractor user.

2020-05-22_18-56-04

Under User & Device (6.2 and below) or User and Authentication you will see User Definition then Create .

Choose Local User then choose

2020-05-22_18-56-16

Now we need to enter the Username and Password

2020-05-22_18-56-58

Optionally, you can enter an email.

2020-05-22_18-57-42

Note: If you are using the email as 2-factor, you will require this email field to be filled out.

2020-05-22_18-57-54

You will need to enable the User Group

2020-05-22_18-58-11

You then need to choose the group (in our case Local-Contractors )

Enabling SSL VPN Realms

Now lets jump over to System then Feature Visibility  then enable SSL VPN Realms

2020-05-22_18-58-39

Hit Apply

Creating the Realms

Now we can create the realms.  Go to VPN then choose SSL-VPN Realms and finally Create New

2020-05-22_18-58-56

 

Lets create the corporate realm

2020-05-22_19-00-41

Simply create a new realm and name it.  We will modify this later but for now, pay attention to the blue box that shows the https://10.2.2.121/corporate

Next we will create the contractor realm.

2020-05-22_19-01-12

Address Objects

Now we will create two Firewall Address object

2020-05-22_19-02-43

Here we can see that we created a Corp-VPN-Pool with a subnet of 10.10.10.0/24

2020-05-22_19-03-49

We also created a Contractor-VPN-Pool using a different 10.10.11.0/24

Creating Portal

Lets create the Corporate Portal

2020-05-22_19-05-18

You can see above that we are using the subnet we created named Corp-VPN-Pool and we are also sending all DNS destined for myinfoseclab.local to my internal DNS servers.

2020-05-22_19-05-50

On the Contractor Portal we are using the Contractor-VPN-Pool and we are using the system DNS (In our case, FortiGuard Labs).

Here we see the two realms we created.

2020-05-22_19-06-06

 

SSL VPN Settings

Now we need to set up the authentication for the different portals in their respective realms.  This is under VPN then SSL-VPN Settings.

2020-05-22_19-06-28

Her we can see that none of the portals we created are listed.

2020-05-22_19-06-54

  1. Choose the User Group we cerated earlier.
  2. Choose the Specify under the Realm section.
  3. Choose the realm from the drop-down ( /contractors)
  4. And finally assign the Portal .  In this case Contractor Portal

Note the we chose the Local-Contractors user group which is the local firewall group with the member contractor01.

2020-05-22_19-07-19

  1. Choose the User Group we cerated earlier.
  2. Choose the Specify under the Realm section.
  3. Choose the realm from the drop-down ( /corporate)
  4. And finally assign the Portal .  In this case Corporate Portal

Note that in this Authentication Section, we have used the Active Directory group we added to the AD group we configured earlier.

The finished portal mapping

2020-05-22_19-07-33

Create Policies

We now need to create the policies to permit the traffic per realm.

2020-05-22_19-11-04

For the contractors, we are allowing them to ping and ssh to the certain IPs we discussed in the Recipe

We can see that it references the Source as Contractor-VPN-Pool and well as the Local-Contractors group.

 

2020-05-22_19-11-37

Her we see the Corporate policy.  We can see the Corp-VPN-Pool as the source network with the AD-Corporate Users and some additional ports.

2020-05-22_19-12-11

Her we see the finished policies for the remote access to internal.  Now we will configure an Internet policy.

2020-05-22_23-49-58

Finished Policy

2020-05-22_23-51-07

Central NAT

Since I always use Central NAT I need to create a SNAT Policy.  You will need to go to your Policy & Objects then Central SNAT and Create New

2020-05-22_19-12-27

 

Below we are creating one single policy where there is NO NAT coming from either network address going to all via the Outgoing Interface which is port2.

2020-05-22_19-13-02

 

Since we set split tunnel disabled when we created the portal, we need to create a NAT allowing Internet access.

2020-05-22_19-13-42

Her we see that we have the NAT enabled and we are using Outgoing Interface Address

Setting Virtual Host

Thanks to my friend Matt Sherif that blogs at UltraViolet Networks, he allowed me to link to his article from InfoSecMonkey we can change the behavior of the realm link.  Rather than using:

​https://vpn.myinfoseclab.com/corporate  to https://corporate.myinfoseclab.com

2020-05-22_19-29-55

You will obviously need to create an external DNS entry pointing to your new virtual host.  Once you edit this in the CLI, you will see it in the GUI allowing you to modify it.

2020-05-22_19-31-02

2020-05-22_19-31-18

Recent posts

  • There are many options when troubleshooting in FortiGate firewalls. ... Full Story

  • Have you ever had an IPS signature that continues... Full Story

  • Use case:  Customer has a Split Tunnel Enabled but... Full Story