On Fri, 2009-09-11 at 14:41 +0100, David Woodhouse wrote: > > It's good to see that someone is developing an open source client for > > Cisco AnyConnect VPN. Are there any plans to port it to OpenSolaris, > > and is anyone working on it already? > > It shouldn't take much to make it work on OpenSolaris. Why don't you > give it a try? What's in git as of a few minutes ago should work. The standard vpnc-script from vpnc doesn't work on Solaris. There's one at http://my2ndhead.blogspot.com/2008/11/connecting-opensolaris-to-cisco-vpn.html which kind of works, but it requires you to configure your routing manually by editing the script -- it doesn't obey the routing information which it passed to it in the environment from vpnc/openconnect. The script also needs to set the MTU on the interface according to the $INTERNAL_IP4_MTU variable. On Linux, we do that manually with a SIOCSIFMTU ioctl, to cope with older vpnc-scripts which don't do that. Want to give me code which does the equivalent on SunOS? -- dwmw2