Fórum Ubuntu CZ/SK

Ostatní => Otevřená diskuze kolem Linuxu a OSS => Téma založeno: Le_Ze 22 Února 2017, 23:54:00

Název: IPsec VPN Server
Přispěvatel: Le_Ze 22 Února 2017, 23:54:00
Zdravím.
Nepomuže někkdo vyřešít muj problem.
https://ritazh.com/setup-your-own-l2tp-vpn-server-with-raspberry-pi-170d3d4df04c#.hibvp9l74

Kód: [Vybrat]
Using Linux 2.6 IPsec interface code on 4.4.38+ (experimental code)
using /dev/urandom as source of random entropy
ike_alg_register_enc(): Activating aes_ccm_8: Ok (ret=0)
ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
ike_alg_register_enc(): Activating aes_ccm_12: FAILED (ret=-17)
ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
ike_alg_register_enc(): Activating aes_ccm_16: FAILED (ret=-17)
ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
ike_alg_register_enc(): Activating aes_gcm_8: FAILED (ret=-17)
ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
ike_alg_register_enc(): Activating aes_gcm_12: FAILED (ret=-17)
ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
ike_alg_register_enc(): Activating aes_gcm_16: FAILED (ret=-17)

Do google 
ike_alg_add(): ERROR: algo_type '0', algo_id '0', Algorithm type already exists
Tak toho najde spoustu.
Tady se mu to povedlo vyřešít
https://ubuntuforums.org/archive/index.php/t-2211939.html

/etc/ipsec.conf mam takto.
https://help.ubuntu.com/community/L2TPServer

sudo ipsec verify
https://s2.postimg.org/mys0ip94p/sudo_ipsec_verify.png

Děkují za jakoukoliv radu a pomoc.