Question
New update on Fortclient to 7.2.6.0872 on ubuntu 20.04.6 just broke my internet
I can connect to the EMS but I'm unable to do any http request due to dns_probe_finished_bad_config. Does anyone now how to downgrade to the last stable version?
Edit: I've found out how to downgrade and now it works. You can follow this steps:
check the version on the repo by typing:
check the version on the repo by typing:
apt-cache policy forticlient
You'll see this:
forticlient: Installed: 7.2.6.0872 Candidate: 7.2.6.0872 Version table: *** 7.2.6.0872 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages 100 /var/lib/dpkg/status 7.2.5.0854 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages 7.2.4.0809 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages 7.2.3.0790 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages 7.2.2.0753 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages 7.2.1.0700 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages 7.2.0.0644 500 500 https://repo.fortinet.com/repo/forticlient/7.2/ubuntu /stable/multiverse amd64 Packages
Then you just get the last version which is 7.2.5.0854 and type:
sudo apt install forticlient=7.2.5.0854
