VPN users unable to reach internet -Fortinet

VPN users unable to reach internet -Fortinet



We achieved success after enabling split tunnel for both VPN groups you created also on the tunnel mode and full mode sections.

 

After that we were able to connect to the VPN with different users and have access to the internal network wihout loosing access to the internet.

 


 

Hardening:

 

https://docs.fortinet.com/document/fortigate/7.4.0/best-practices/555436/hardening

 

Security best practices

 

https://docs.fortinet.com/document/fortigate/6.4.0/hardening-your-fortigate/436606/security-best-practices

 

Policies

 

https://docs.fortinet.com/document/fortigate/7.4.0/best-practices/862226/policies

 

 

 

Regarding training:

 



- Basic - https://training.fortinet.com/local/staticpage/view.php?page=library_fortigate-operator

 

- Advanced - https://training.fortinet.com/local/staticpage/view.php?page=library_enterprise-firewall

 

- All available courses - https://training.fortinet.com/course/index.php

 



    • Related Articles

    • How to configure Sophos VPN for External Users

      The Sophos VPN provides secure remote access to MBUZZ network. Follow the below steps to install and configure Sophos VPN Download and Install Sophos VPN Client Click on below link to download the Sophos VPN Client. After downloading, Install the ...
    • How to add custom IAM Policies to Users in AWS

      Introduction IAM (Identity and Access Management) in AWS (Amazon Web Services) allows you to control access to your resources securely. To manage access permissions effectively, it's crucial to update IAM policies for users as your requirements ...
    • Accessing Services Running on a Different Network via Jumphost using SSH Local Port Forwarding

      Objective Learn how to access services hosted on a remote network (such as an internal web server or application) from your local machine by leveraging a jumphost (also known as a bastion host) and SSH local port forwarding. What is SSH Local Port ...
    • Troubleshoot WAN network on Mikrotik AP

      How to solve Mikrotik AP when WAN is not working If WAN is not working means unable to access internet then follow the below steps: Method 1 : Reset the device Soft Reset Login to your device using Winbox/Webfig Go to System > Reset Configuration ...
    • Setup FTP access to rocky linux 9.5 server using vsftpd

      Install vsftpd sudo dnf install vsftpd -y Enable and Start the vsftpd Service sudo systemctl enable vsftpd --now Verify the status: sudo systemctl status vsftpd Adjust Firewall Rules By default, the Rocky Linux firewall blocks FTP traffic. Allow it: ...