Доброго времени суток, господа!
Не получается «сдружить» маршрутизатор cisco и strongswan.
[root@auk strongswan]# hostnamectl
Static hostname: auk
Icon name: computer
Machine ID: 2a81fad8a00047d5aef38735137e3bef
Boot ID: e0e5ce8db3ce4844b29cf91dc3315566
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-327.13.1.el7.x86_64
Architecture: x86-64
[root@auk strongswan]# strongswan version
Linux strongSwan U5.4.0/K3.10.0-327.13.1.el7.x86_64
Institute for Internet Technologies and Applications
University of Applied Sciences Rapperswil, Switzerland
See 'strongswan --copyright' for copyright information.
# ipsec.conf - strongSwan IPsec configuration file
# basic configuration
config setup
#strictcrlpolicy=yes
charondebug="ike 4, knl 4, cfg 2" #useful debugs
# uniqueids = no
conn %default
ikelifetime=1440m
keylife=60m
rekeymargin=3m
keyingtries=1
keyexchange=ikev1
authby=psk
auto=add
conn ciscoios
left=***.153.223.38
leftsubnet=10.4.62.14/32
leftid=***.153.223.38
leftfirewall=yes
right=***.113.52.42
rightsubnet=***.113.52.42/32
rightid=***.113.52.42
ike=aes128-md5-modp1536, aes256-sha1-modp1024, aes128-sha1-modp1024, aes128-sha1-modp1536
esp=aes256-sha1-modp1024, aes128-sha1-modp1024, aes128-sha1, 3des-md5
rightallowany=yes
auto=add
interface Tunnel621
description Tunnel to Web-site Club 2
bandwidth 2048
ip address 10.4.62.13 255.255.255.252
ip mtu 1400
ip access-group Tunnel_Web in
ip access-group Tunnel_Web out
load-interval 30
tunnel source GigabitEthernet0/0/0.6
tunnel destination ***.113.52.42
tunnel protection ipsec profile VPN_WebSite
Перепробовал все что можно.
cisco, ipsec, linux, strongswan