At work we use a Barracuda VPN appliance which is "clientless" in the sense that it does not appear in OSX or Windows as a VPN. Instead, it loads itself via a Java applet once you log onto it via a web interface.
I poked around the "Network Connector" application it installed on OSX and it appears to make use of OpenSSL but it does not appear as a VPN interface in OSX's Network config. panel.
What I need to do is route all traffic (this would be a good start) into the VPN and not just the local (192.168.10.*) traffic. Any thoughts on how to do this?
Results of ifconfig:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:23:df:ab:8c:44
media: autoselect status: inactive
supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,flow-control> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,flow-control> 100baseTX <full-duplex,hw-loopback> 1000baseT <full-duplex> 1000baseT <full-duplex,flow-control> 1000baseT <full-duplex,hw-loopback>
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
lladdr 00:23:df:ff:fe:ab:8c:44
media: autoselect <full-duplex> status: inactive
supported media: autoselect <full-duplex>
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.1.106 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::223:6cff:fe99:256%en1 prefixlen 64 scopeid 0x6
ether 00:23:6c:99:02:56
media: autoselect status: active
supported media: autoselect
en3: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:23:6c:a6:7d:32
media: autoselect status: inactive
supported media: none autoselect 10baseT/UTP <half-duplex>
tap0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.10.225 netmask 0xffff0000 broadcast 192.168.255.255
ether 1a:bc:06:17:6d:73
open (pid 13695)
ifconfigin Terminal and post the results here. – billc.cn Oct 20 '11 at 16:41