Centos7 setup (for softether setup)

Introduction

Here, we will explain the setup of CentOS 7 for intermediate users. The following sites will be helpful for VPN recommended servers. https://vpshikaku.com/

The environment is as follows

OS:Centos7
!! !! Details added

Installation of various software

yum install -y epel-release 
#Add EPEL repository
yum install -y vim zlib-devel.x86_64 gcc.x86_64 zip unzip make wget tar htop

Install these software with yum. By the way, I'm a Vim sect.

Localizing into Japanese

yum -y install ibus-kkc vlgothic-*
localectl set-locale LANG=ja_JP.UTF-8
source /etc/locale.conf

Change SSH port

vim /etc/ssh/sshd_config

- # Port 22
+ Port 2222
(Any port number can be added.)

PasswordAuthentication no

systemctl restart sshd

end.

thank you for your hard work. The setup of softether is as follows. https://qiita.com/honahuku/items/1fdc8c6b6ad49816f1a0

Recommended Posts

Centos7 setup (for softether setup)
CentOS8 basic setup
Build softether VPN with Centos7.
List of alternative distributions for CentOS
Countermeasures for FDclone build failure on CentOS 8