Инструменты пользователя

Инструменты сайта


wiki:technical:soft:centos7_install_pritunl

Это старая версия документа!


Pritunl Centos 7

Кофигурируем repositories

sudo tee /etc/yum.repos.d/mongodb-org-3.4.repo << EOF
[mongodb-org-3.4]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/3.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.4.asc
EOF
 
sudo tee /etc/yum.repos.d/pritunl.repo << EOF
[pritunl]
[pritunl]
name=Pritunl Repository
baseurl=https://repo.pritunl.com/stable/yum/centos/7/
gpgcheck=1
enabled=1
EOF

Добавляем epel repo

yum -y install epel-release

Конфигурируем selinux

vi /etc/selinux/config

В этом коде исправляем в строке SELINUX=enforcing на SELINUX=disabled.

<code> # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=enforcing . # SELINUXTYPE= can take one of three two values: # targeted - Targeted processes are protected, # minimum - Modification of targeted policy. Only selected processes are protected. # mls - Multi Level Security protection. SELINUXTYPE=targeted

</code

wiki/technical/soft/centos7_install_pritunl.1705429811.txt.gz · Последнее изменение: 2024/01/16 21:30 — Diman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki