30-01-2015, 10:55 PM
Forticlient VPN for linux
https://bbs.archlinux.org/viewtopic.php?pid=1415042#p1415042
https://bbs.archlinux.org/viewtopic.php?pid=1415042#p1415042
Цитата:I have managed to correct the routing problem by changing a line into the file sysconfig.linux.sh.
Before:
After:Код:addr=`ifconfig $ifn |grep "inet"|awk ' {print $2 }'| awk -F : '{ print $2}'`
Код:addr=`ifconfig $ifn |grep "inet"|awk ' {print $2 }'`