Route Website via SSL-VPN Split Tunnel on FortiGate

,

We have a customer who has a few back office staff in the Philippines and we need to get them around a Geo-Block for a particular website they need as part of their role.  The customer has a split-tunnel SSL-VPN in the AWS Sydney Region, we can look to route the traffic via the SSL-VPN tunnel so that it traverses via Australia instead of their home ISP in the Philippines, bypassing the geo-block.

First things first, is we’ve contacted the site owner and they’re either refusing or unwilling to whitelist anything for us. So under Policy and Objects, we will create a Address Object that will hold the IP of the web host, now that is created, we will find the Firewall Policy that allows the VPN traffic into the firewall, the From or Source is usually the ssl.root or SSL VPN Interface, we want to add the address into the Destination as allowed. It should look like something below.

The final piece of the puzzle is to add the route into the SSL-VPN – so under VPN > SSL-VPN Portals, find your SSL VPN Portal, Edit and then add the object into the Routing Address Override, so that once a client connects a route is added to use the vpn for that IP address.

In the picture, you’ll see a CMS Portal Entry which has the IP we entered earlier in the Address Object. Hit Ok to save and ask any users connected to reconnect to their VPN for the new route to propagate correctly.


Leave a Reply

More Posts

How to protect all existing Organizational Units (OUs) in your Active Directory domain from Accidental Deletion by using PowerShell

We recently took on a new hire, although I was confident in their ability in managing Active Directory I wanted to take an extra step in protecting Organizational units from deletion.  I was sure that I could do this quickly using PowerShell instead of right-clicking each of our 80 odd OUs and going into their […]

Get the username of a person logged onto a computer remotely using PowerShell and WMI

So recently I was out visiting a customer who had issues with someone hammering their internet.  We enabled netflow on their Cisco router to do a show top-talkers.  Once we got an IP address we were able to find the machine, but not who.  So I quickly entered the following into PowerShell and got the […]

Fixing LiveUpdate was unable to find any products to update error when running Live update for Backup Exec 2010

I recently performed an install of Backup Exec 2010 R3 for a client, after doing the install and setting up the shiny new LTO-5 tape drive I decided it would be best to run LiveUpdate to make sure we were running the latest release. So I open up Backup Exec console, navigate to Tools and […]