hadler.me Open in urlscan Pro
77.235.64.70  Public Scan

Submitted URL: http://hadler.me/
Effective URL: https://hadler.me/
Submission: On December 21 via api from US — Scanned from AT

Form analysis 2 forms found in the DOM

GET https://hadler.me/

<form role="search" method="get" id="searchform" class="searchform" action="https://hadler.me/">
  <div>
    <label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Search">
  </div>
</form>

POST https://www.paypal.com/cgi-bin/webscr

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
  <div class="paypal-donations">
    <input type="hidden" name="cmd" value="_donations">
    <input type="hidden" name="bn" value="TipsandTricks_SP">
    <input type="hidden" name="business" value="rene@hadler.me">
    <input type="hidden" name="rm" value="0">
    <input type="hidden" name="currency_code" value="EUR">
    <input type="image" style="cursor: pointer;" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online.">
    <img loading="lazy" decoding="async" alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  </div>
</form>

Text Content

BITS AND BYTES


NOT JUST ANOTHER TECH SITE

Menu Skip to content
 * Home
 * C/C++
   * Mikrotik Neighbor Discovery (MNDP)
   * Ti-Whois
   * tiBackup
   * tiPassgen
   * XenConfigurator
   * xTag
 * C#
   * SDL-RPG-Engine
 * PHP
   * lilac-reloaded
 * Python
   * Linux ACL-Observer
   * Nautilus AdvACL
   * pyMemory
   * Scalix-Installer
   * wxTodo
 * Linux
   * Forticlient – SSLVPN .deb packages
   * OpenFortiGUI
   * TinyOTP
 * About
 * Donate


IPSEC SITE-TO-SITE VPN FORTIGATE <-> FRITZ!BOX

Leave a reply

Last time I had some struggle to connect a FRITZ!Box (7530AX, but should be the
same for all newer models) to a Fortigate.

The starting situation is as follows:
Home/Local Site: IP 10.0.0.0/255.255.255.0 (/24), Static IP, Public hostname
xxx.home.com
Remote Site: IP 172.31.1.0/255.255.255.0 (/24), Static IP 1.2.3.4

I had found several tutorials but most of them are outdated or did not match my
requirements. So I took some time (several hours) to find out the right settings
needed.

Continue reading →
This entry was posted in Firewall, Fortigate on 29/10/2023 by Ti.


GPG-SIGNING-KEY UPDATE FOR REPO APT.ITEAS.AT

Leave a reply

For everyone who uses our apt repo apt.iteas.at please be aware that the GPG-Key
was updatet.

The new key:
https://keyserver.ubuntu.com/pks/lookup?search=ba662621da69f38c443f147c23cae45582eb0928&fingerprint=on&op=index

Delete the old key and import the new one with ID 23CAE45582EB0928

For instructions also see: https://apt.iteas.at/

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 11/01/2023 by Ti.


OPENFORTIGUI 0.9.8

Leave a reply

OpenFortiGUI 0.9.8 is out now!

This is the changelog from version 0.9.5 to 0.9.8

Changes:

 * Update openfortivpn core to version 1.18.0
 * Add VPN profile option to trust all Fortigate gateway cert hashes
 * Add basic Barracude VPN support (only one concurrent connection, requires
   barracudavpn binary)
 * Check main file writeable, option to disallow insecure certs (thanks
   @omershv)
 * Allow certificate-only connection (thanks @dmlambea)

Have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 06/10/2022 by Ti.


OPENFORTIGUI 0.9.5

Leave a reply

OpenFortiGUI 0.9.5 is out now!

Changes:

 * Update openfortivpn core to version 1.17.0
 * Add new VPN config options for seclevel1 and min-tls
 * Various bugfixes/enhancements

Have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 01/09/2021 by Ti.


OPENFORTIGUI 0.9.4

Leave a reply

OpenFortiGUI 0.9.4 is out now!

Changes:


– Show various error messages to user (auth failed, connection failed/timeout,
…)
– Add persistent mode option to VPN profiles which reconnects automatically on
disconnects
– Update openfortivpn core to version 1.16.0+
– Various bugfixes/enhancements

Have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 01/04/2021 by Ti.


TINYOTP 0.2.0

Leave a reply

TinyOTP 0.2.0 released to public!

TinyOTP was used internally already for some time to provide easy access to OTP
tokens, especially useful if you need to access services very often that need
OTP verification.

Maybe its useful for you too, have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 23/01/2021 by Ti.


OPENFORTIGUI 0.9.3

2 Replies

OpenFortiGUI 0.9.3 is out now!

Changes:
– Added spanish language (thanks cristhiansecheverry)
– Update openfortivpn core to version 1.15.0
– Various bugfixes/enhancements

Have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 12/10/2020 by Ti.


OPENFORTIGUI 0.9.0 AND UBUNTU 20.04 SUPPORT

9 Replies

OpenFortiGUI 0.9.0 is out with stable builds for Ubuntu 20.04!

Changes:
– New OTP features: otp_prompt_string, otp_delay (both from openfortivpn),
always ask for OTP token option, otp enhancements
– Update openfortivpn core to version 1.14.0
– Enables SUDO Preserve-Env fix for affected OSes automatically (only
Ubuntu/Debian)

Have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 15/05/2020 by Ti.


OPENFORTIGUI AND UBUNTU 20.04 STATUS

26 Replies

Hi,

i know a lot of you are waiting for Ubuntu 20.04 builds of OpenFortiGUI. I have
now setup the new buildserver so far and a first build of OpenFortigui
available. Please keep in mind these are developement builds directly from git
master branch and not really tested.

I still made a quicktest of this build and it is working so far on my test VM.
You can find the dev builds here:
https://apt.iteas.at/iteas-dev/pool/main/o/openfortigui/
My tested build:
https://apt.iteas.at/iteas-dev/pool/main/o/openfortigui/openfortigui_99.9.1057-1_amd64_focal.deb

Important: You must enable the checkbox “SUDO -E Option – SUDO Preserve Env.” in
your OpenFortiGUI main preferences or your VPNs will not work.

I will work on a solution to autodetect the running OS and switch on this flag
automatically, help is welcome. Otherwise just enjoy this new build. A new
“stable” release will coming soon.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 26/04/2020 by Ti.


OPENFORTIGUI 0.8.2

3 Replies

OpenFortiGUI 0.8.2 is out!

Changes:
– Implement msg system for better error handling
– Adjust VPN startup to better handle user interaction
– Update openfortivpn core to version 1.11.0+

Have fun.

You can find the download and details on the project page.

This entry was posted in Firewall, Fortigate, Linux, News and tagged Firewall,
Fortigate, Linux on 01/02/2020 by Ti.


POST NAVIGATION

← Older posts

Search for:



PARTNER SITES

Deepdoc.at - Linux-Wiki


RECENT POSTS

 * IPsec Site-to-Site VPN FortiGate <-> FRITZ!Box
 * GPG-Signing-Key Update for Repo apt.iteas.at
 * OpenFortiGUI 0.9.8
 * OpenFortiGUI 0.9.5
 * OpenFortiGUI 0.9.4


CATEGORIES

 * Backup
 * C/C++
 * check_mk
 * Database
 * Firewall
 * Fortigate
 * Linux
 * Monitoring
 * MySQL
 * News
 * OS
 * PHP
 * Programming
 * Python
 * Uncategorized
 * Windows


TAGS

 * Backup
 * C/C++
 * check_mk
 * Firewall
 * Fortigate
 * Linux
 * MySQL
 * Nagios
 * Nautilus
 * News
 * PHP
 * Python
 * QT
 * Windows


ARCHIVES

 * October 2023
 * January 2023
 * October 2022
 * September 2021
 * April 2021
 * January 2021
 * October 2020
 * May 2020
 * April 2020
 * February 2020
 * October 2019
 * July 2019
 * May 2019
 * March 2019
 * November 2018
 * October 2018
 * July 2018
 * May 2018
 * April 2018
 * February 2018
 * November 2017
 * October 2017
 * August 2017
 * July 2017
 * May 2017
 * April 2017
 * March 2017
 * January 2017
 * November 2016
 * June 2016
 * May 2016
 * April 2016
 * March 2016
 * December 2015
 * September 2015
 * August 2015
 * May 2015
 * April 2015
 * March 2015
 * January 2015
 * September 2014
 * August 2014
 * July 2014
 * May 2014
 * April 2014
 * December 2013
 * June 2013
 * April 2013


META

 * Log in
 * Entries feed
 * Comments feed
 * WordPress.org

Proudly powered by WordPress