Need some help with IPsec VPN Tunnel.
cat /etc/ipsec.d/app.conf
conn bugtogo
authby=secret
auto=start
type=tunnel
left=L.e.f.t <public IP>
leftid=10.1.11.20 <Network IP>
leftsubnet=10.0.0.0/8
right=R.i.t.e
rightsubnets={a.b.c.d/32,A.B.C.D/32}
ike=3des-md5
phase2=esp
phase2alg=3des-md5
cat /etc/ipsec.d/app.secrets%any %any: PSK "<pass>"
Jul 2 06:57:14 <hostname> pluto: adjusting ipsec.d to /etc/ipsec.d
Jul 2 06:57:14 <hostname> ipsec__plutorun: /usr/libexec/ipsec/addconn Non-fips mode set in /proc/sys/crypto/fips_enabled
Jul 2 06:57:14 <hostname> ipsec__plutorun: /usr/libexec/ipsec/addconn Non-fips mode set in /proc/sys/crypto/fips_enabled
Jul 2 06:57:14 <hostname> ipsec__plutorun: 002 added connection description "<conn_name>/0x1"
Jul 2 06:57:14 <hostname> ipsec__plutorun: 002 added connection description "<conn_name>/0x2"
Jul 2 06:57:14 <hostname> ipsec__plutorun: 021 no connection named "<conn_name>"
Jul 2 06:57:14 <hostname> ipsec__plutorun: 000 initiating all conns with alias='<conn_name>'
Jul 2 06:57:14 <hostname> ipsec__plutorun: 022 "<conn_name>/0x2": We cannot identify ourselves with either end of this connection.
Jul 2 06:57:14 <hostname> ipsec__plutorun: 022 "<conn_name>/0x1": We cannot identify ourselves with either end of this connection.
Jul 2 06:57:14 <hostname> ipsec__plutorun: 021 no connection named "<conn_name>"
B+ve
Giridhar