FortiClient

From Wiki
Revision as of 13:15, 22 February 2018 by Marcluer (talk | contribs)

http://kb.fortinet.com/kb/microsites/search.do?cmd=displayKC&docType=kc&externalId=FD31776&sliceId=1&docTypeID=DT_KCARTICLE_1_1&dialogID=8796474&stateId=008794595


FortiClient on Linux

Fix DNS

  • /opt/forticlient-sslvpn/64bit/helper/waitppp.sh add to end of file:
sudo cp -f /var/run/resolvconf/resolv.conf  /var/run/resolvconf/resolv.bak
sudo nohup $base/restore.sh &>/dev/null  &
  • create /opt/forticlient-sslvpn/64bit/helper/restore.sh:
#!/bin/bash
sleep 1
cp -v -f /var/run/resolvconf/resolv.bak /var/run/resolvconf/resolv.conf > /var/run/resolvconf/resolv.log