Skip to content
  • In this paragraph:

    Openconnect VPN

    • Openconnect supports forticlient VPN connections and can be configured through the Gnome Network dialog. Install network-manager-openconnect-gnome using apt-get. The add a new network connetcion in Settings-> Network -> VPN. Choose Multi-protocol VPN (openconnect), then: protocol=Fortinet SSL VPN, token mode=TOTP.

    The openconnect configuration also needs the following parameter: Gateway=mol02.wur.nl

    Btw, great guide! Very useful.

    Edited by Vilasa Abad, Luis
  • Hi all, Maybe could be interesting for the public of this post:

    How to set up a directory syncing with Microsoft Official OneDrive Client

    Install onedrive client:

    Code

    sudo apt install onedrive 

    Run the synchronization command:

    Code

    onedrive --synchronize

    Authorize account: This command will provide a link to be used on a web browser, where it will needed to sign in to the personal WUR Microsoft account in order to authorize the application, the return url shall be copied as answer to the command in your console.

    After synchronization, personal files will be available in the ~/OneDrive folder within the Ubuntu home directory.

    Start the service: For continuous background syncing, it is needed to run the appropriate service commands, such as:

    Code

    systemctl --user stop onedrive 
    onedrive --synchronize --resync 
    systemctl --user start onedrive
    Edited by Vilasa Abad, Luis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment