Fortinet Forticlient SSL VPN on Fatdog64 (working fine)

Configuration wizards, scanners, remote desktop, etc.
Post Reply
Message
Author
sebus
Posts: 67
Joined: Fri 20 Jan 2012, 20:57

Fortinet Forticlient SSL VPN on Fatdog64 (working fine)

#1 Post by sebus »

It is 32-bit app, so it requires 32-bit libraries with
export PANGO_RC_FILE=
so the text is displayed correctly (and not squares)

It runs, connects to Fortinet, but no routing happens & the message in console is:

route: SIOCDELRT: No such process

It is due to routing being messed up (as per http://ubuntuforums.org/showthread.php?t=1080129 and https://discussions.apple.com/thread/27 ... 0&tstart=0 )

In my case these was a mysterious:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
1.1.1.1 * 255.255.255.255 UH 0 0 0 ppp0

Once done:
ip route delete 1.1.1.1
ip route add 10.0.0/16 via 172.30.200.1

all works as expected

sebus

Post Reply