xelerance / Openswan

Openswan
Other
849 stars 214 forks source link

Not able to install on AWS EC2 (Linux 2, RHEL, Ubuntu) #480

Open stevepe-1 opened 1 year ago

stevepe-1 commented 1 year ago

Other package can able to install.

[root@ip-172-31-36-243 ~]# yum install openswan Last metadata expiration check: 0:27:50 ago on Wed Mar 22 13:24:44 2023. No match for argument: openswan

[root@ip-172-31-36-243 ~]# yum search openswan Last metadata expiration check: 0:40:41 ago on Wed Mar 22 13:24:44 2023. No matches found. [root@ip-172-31-36-243 ~]#

[root@ip-172-31-36-243 ~]# yum install telnet Last metadata expiration check: 0:30:34 ago on Wed Mar 22 13:24:44 2023. Dependencies resolved.

Package Architecture Version Repository Size

Installing: telnet x86_64 1:0.17-83.amzn2023.0.2 amazonlinux 64 k

Transaction Summary

Install 1 Package

Total download size: 64 k Installed size: 121 k Is this ok [y/N]: N Operation aborted.

letoams commented 1 year ago

On Mar 23, 2023, at 00:23, Kyaw Z. Thane Htay Pe @.> wrote: Other package can able to install. @. ~]# yum install openswan Last metadata expiration check: 0:27:50 ago on Wed Mar 22 13:24:44 2023. No match for argument: openswanOpenswan has been replaced by libreswan over 10 years ago in all major Linux distributions. Try yum install libreswanIt should be a drop in replacement for openswan.See also https://nohats.ca/wordpress/blog/2021/04/23/please-stop-using-openswan/ @. ~]# yum search openswan Last metadata expiration check: 0:40:41 ago on Wed Mar 22 13:24:44 2023. No matches found. @. ~]# @.*** ~]# yum install telnet Last metadata expiration check: 0:30:34 ago on Wed Mar 22 13:24:44 2023. Dependencies resolved. Package Architecture Version Repository Size Installing: telnet x86_64 1:0.17-83.amzn2023.0.2 amazonlinux 64 k Transaction Summary Install 1 Package Total download size: 64 k Installed size: 121 k Is this ok [y/N]: N Operation aborted.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

stevepe-1 commented 1 year ago

Hi Paul.. Thank you for your comment. But still not successful.. I am using AWS Linux AMI 2023. May be should use older version. [root@ip-172-31-53-16 ~]# yum install libreswan Last metadata expiration check: 0:06:49 ago on Thu Mar 23 08:14:28 2023. No match for argument: libreswan Error: Unable to find a match: libreswan [root@ip-172-31-53-16 ~]#

stevepe-1 commented 1 year ago

Hi .. update 4;36pm March 26th 2023 I was able to work around the issue.. I used AWS Linux 2 AMI Kernel 5.10 to install OpenSwan or liberswan. Some reason AWS Linux 2023 AMI or other linux version 2023 AMI are not working.

EeroV commented 1 year ago

you probably need to use libreswan. looks like openswan is not developed actively anymore..

On Sun 26. Mar 2023 at 23.38, Kyaw Z. Thane Htay Pe < @.***> wrote:

Hi .. update 4;36pm March 26th 2023 I was able to work around the issue.. I used AWS Linux 2 AMI Kernel 5.10 to install OpenSwan or liberswan. Some reason AWS Linux 2023 AMI or other linux version 2023 AMI are not working.

— Reply to this email directly, view it on GitHub https://github.com/xelerance/Openswan/issues/480#issuecomment-1484216195, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC23RN6W5VLLZUUZRAEXWALW6CSMLANCNFSM6AAAAAAWD7G2LE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

stevepe-1 commented 1 year ago

Eero;

Thank you. I will.