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)
link|improve this question
Connect to the VPN, run ifconfig in Terminal and post the results here. – billc.cn Oct 20 '11 at 16:41
Done..........! – sean Oct 20 '11 at 17:08
Are you sure there are no options in the baracuda client or on the server to redirect the default gateway? – Zoredache Oct 20 '11 at 18:30
Yes, there is nothing that is user-configurable. – sean Oct 20 '11 at 20:01
feedback

migrated from superuser.com Oct 20 '11 at 18:40

This question came from our site for computer enthusiasts and power users.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.