Skip to main content
ipranger
New Member
July 19, 2013
Question

[solved] Forticlient SSLVPN Linux don' t set routes automaticly

  • July 19, 2013
  • 3 replies
  • 8946 views
Hi, We use forticlient-SSLVPN for Linux on all us Desktops (Latest Version). We have some Ubuntus, Gentoos and other systems. I ' ve written an Ebuild for Gentoo to install forticlient easily. This Ebuild, when is ready it goes up to portage. (Same *deb) But there is one dependencies problem in Gentoo. I can install forticlient, and i can use it, but the routes will not automaticli added to the system . With every connection i must set my route to vpn. It' s not a rightproblem because with root it still the same. Here are my dependencies: net-dialup/ppp app-emulation/emul-linux-x86-gtklibs sys-apps/iproute2 Maybe there are some special flags for the Linuxkernel? The strange thing is. I have here an working Gentoo with which the routes are automatically generated. The systems runs since years. So i don' t know what is here and what es not on an fresh installed system. With an Ubuntu it works fine. Thanks for help. Best Regards IPranger

    3 replies

    ipranger
    iprangerAuthor
    New Member
    March 8, 2014
    I' ve solved the problem. On newer linuxsystems the net-tools have a new syntax. Useflag in gentoo that must be enabled:
    old-output : use old ifconfig output style (useful for when new output breaks scripts)
    I must test this things for the new net-tools: http://forums.fedoraforum.org/showpost.php?p=1588849&postcount=5
    In the file : sysconfig.linux.sh you will found a line like that : addr=`ifconfig $ifn |grep " inet" |awk ' {print $2 }' | awk -F : ' { print $2}' ` replace it by : addr=`ifconfig $ifn |grep " inet" |awk ' {print $2 }' ` (I just removed the last piped awk)
    ipranger
    iprangerAuthor
    New Member
    March 16, 2014
    Ok, this is the solution, it works fine!
    mimosinnet
    Explorer
    April 9, 2022

    I wonder if this gentoo ebuild is still available. Thanks.