Hi. I have, hopefully, an easy question.&nbsp; I'm trying to connect to my work's netgear VPN.&nbsp; From the wiki I've hopefully set up my ipsec.conf, and I wanted to give it a try, but trying the tutorial "ipsec auto --up connection-name":<br><br>$ sudo ipsec auto --up firstTry<br>021 no connection named "firstTry"<br><br>but I thought I set it up such that there was a connection called firstTry:<br><br>$ more /etc/ipsec.conf<br># right: remote<br># left: local<br><br>version 2<br>config setup<br>&nbsp;&nbsp;&nbsp; plutodebug=none<br>&nbsp;&nbsp;&nbsp; plutostderrlog=/root/.kde/share/apps/kvpnc/ipsec.mciWizTry.log<br><br>conn firstTry<br>&nbsp;&nbsp;&nbsp; authby=secret<br>&nbsp;&nbsp;&nbsp; type=tunnel<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; auto=start<br>&nbsp;&nbsp;&nbsp; pfs=no<br>&nbsp;&nbsp;&nbsp; aggrmode=yes<br>&nbsp;&nbsp;&nbsp; keyexchange=ike<br>&nbsp;&nbsp;&nbsp; ike=3des-sha1-modp1024<br>&nbsp;&nbsp;&nbsp; esp=3des-sha1<br>&nbsp;&nbsp;&nbsp;
 left=%defaultroute<br>&nbsp;&nbsp;&nbsp; right=-work ip-<br>&nbsp;&nbsp;&nbsp; leftid=-the remote FQDN on the router-<br>&nbsp;&nbsp;&nbsp; rightid=-the local FQDN on the router-<br>&nbsp;&nbsp;&nbsp; leftsubnet=192.168.7.0/24<br>&nbsp;&nbsp;&nbsp; rightsubnet=192.168.9.0/24<br><br>What am I doing wrong?&nbsp; <br><br>Also if anything in the .conf file looks wrong, it probably is, so feel free to criticize.<br><br>