Andreas, I can ping6 fe80::20c:29ff:fe9d:7d88 and when I tried to establish Ipsec connection using charon-cmd, I get following error. Do I need to setup anything to following to work?
ubuntu:/var/log$ sudo charon-cmd --host fe80::20c:29ff:fe9d:7d88 --identity fe80::20c:29ff:fe32:ba9c 00[DMN] Starting charon-cmd IKE client (strongSwan 5.4.0, Linux 3.16.0-30-generic, x86_64) 00[LIB] loaded plugins: charon-cmd pkcs11 aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 sshkey pem openssl fips-prf gmp xcbc cmac hmac kernel-netlink resolve socket-default xauth-generic 00[JOB] spawning 16 worker threads 06[IKE] unable to resolve fe80::20c:29ff:fe9d:7d88, initiate aborted 06[MGR] tried to checkin and delete nonexisting IKE_SA ubuntu:/var/log$ Thanks, Rajeev On Tue, May 10, 2016 at 3:59 AM, Andreas Steffen < [email protected]> wrote: > Hi Rajeev, > > is the charon daemon running? If not, either start charon manually: > > sudo /usr/local/libexec/ipsec/charon & > > or if your Linux distribution still uses upstart, copy the > following script to /etc/init.d/ > > > > https://wiki.strongswan.org/projects/strongswan/repository/revisions/master/entry/testing/hosts/default/etc/init.d/charon > > and start the charon daemon in the appropriate runlevels. > > If your Linux distribution uses systemd instead, compile and > install strongSwan with > > ./config --enable-systemd > > and enable and start the strongswan-swanctl service. > > BTW - in order to use the vici socket you must be root. Thus > > sudo swanctl --load-conn > > Best regards > > Andreas > > > On 09.05.2016 16:34, rajeev nohria wrote: > >> I am new user of Strongswan and running 5.4.0. After creating >> certificates and configuring two Ubuntu m/c with Strongswan 5.4.0. I try >> to create connection as following and get error. Please advise, how to >> resolve following issue? >> >> $swanctl --load-conn >> connecting to 'unix:///var/run/charon.vici' failed: No such file or >> directory >> Error: connecting to 'default' URI failed: No such file or directory >> strongSwan 5.4.0 swanctl >> usage: >> >> >> Thanks, >> Rajeev >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> https://lists.strongswan.org/mailman/listinfo/users >> >> > -- > ====================================================================== > Andreas Steffen [email protected] > strongSwan - the Open Source VPN Solution! www.strongswan.org > Institute for Internet Technologies and Applications > University of Applied Sciences Rapperswil > CH-8640 Rapperswil (Switzerland) > ===========================================================[ITA-HSR]== > >
_______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
