I have followed several guides online, but I am still unable to connect to my remote sonicwall. Can the unique ID or rightid have spaces? Here is my ipsec.conf<br><br>########################################################################<br>
version 2.0     # conforms to second version of ipsec.conf specification<br># basic configuration<br>config setup<br>        nat_traversal=yes<br>        nhelpers=0<br><br>conn remote<br>        type=tunnel<br>        left=10.1.15.102                           #IP address of my machine<br>
        leftsubnet=<a href="http://10.1.15.102/32">10.1.15.102/32</a>             #IP address and 32-bit subnet mask of my machine<br>        leftid=@GroupVPN                       #Local ID of Sonicwall VPN<br>        leftxauthclient=yes<br>
        right=ip.address.goes.here            #WAN IP Address of sonicwall<br>        rightsubnet=<a href="http://172.16.2.0/24">172.16.2.0/24</a>             #Local LAN<br>        rightid=@work - remote                 #Peer ID - Sonicwalls Unique Firewall Identifier<br>
        rightxauthserver=yes<br>        keyingtries=0<br>        pfs=no<br>        auto=add<br>        auth=esp<br>        esp=3des-sha1<br>        ike=3des-sha1<br>        xauth=yes<br>        authby=secret<br>        aggrmode=yes<br>
<br>and /etc/ipsec.secrets<br><br>: RSA /etc/ipsec.d/private/nemKey.pem<br>@GroupVPN @work - remote : PSK &quot;SecretPassPhraseHere&quot;<br><br>Then I have ran the following commands<br><br>sudo ipsec setup --start<br>sudo ipsec auto --add remote<br>
sudo ipsec whack --name remote --initiate<br><br>I get the following results:<br><br>003 &quot;remote&quot; #1: multiple transforms were set in aggressive mode. Only first one used.<br>003 &quot;remote&quot; #1: transform (5,2,2,0) ignored.<br>
002 &quot;remote&quot; #1: initiating Aggressive Mode #1, connection &quot;remote&quot;<br>003 &quot;remote&quot; #1: multiple transforms were set in aggressive mode. Only first one used.<br>003 &quot;remote&quot; #1: transform (5,2,2,0) ignored.<br>
112 &quot;remote&quot; #1: STATE_AGGR_I1: initiate<br>010 &quot;remote&quot; #1: STATE_AGGR_I1: retransmission; will wait 20s for response<br>010 &quot;remote&quot; #1: STATE_AGGR_I1: retransmission; will wait 40s for response<br>
010 &quot;remote&quot; #1: STATE_AGGR_I1: retransmission; will wait 40s for response<br>010 &quot;remote&quot; #1: STATE_AGGR_I1: retransmission; will wait 40s for response<br><br>Thanks,<br>