For that, you need vpnc instead of openvpn.
I know the problem with using the VPN Connections app is that the tun.ko autoload doesn't work. There are a couple of things you may be able to do as a workaround.
1. Load the module by hand:
insmod /sdcard/openvpn/tun.ko
I'm trying to connect into my company Cisco VPN as well... This was so easy with my iPhone, but I'm
going to make it work on my Incredible.
I have a GScript command that loads the tun.ko module automatically when I click it. I installed the newest version of Busybox, per the instructions here on the site...
However, I still get a failed to connect.
When I type "ifconfig tap0", it comes back saying "tap0: No such device". Do I need this to be configured for my isco VPN, or is that OpenVPN related only?
Thoughts?