보관함

azure ubuntu 설치 ver 2022

TimeZone Setting

package update

Util Install & Setting

.ssh login 처리

after edit ~/.ssh/authorized_keys from have to login client’s ~/.ssh/id_rsa.pub

sudoer 처리

after modify /etc/sudoers.d/init-user

zsh Install & Setting

after copy .zshrc to ~

tmux Install & Setting

after edit .tmux.conf.local

nvim 설정

after copy init.vim to […]

ubuntu openvpn client 구성

openvpn 설치

서버에서 ca.crt, ta.key, client.conf, client.ovpn, client.crt, client.key 파일을 준비

위 파일들을 /etc/openvpn으로 복사

/etc/default/openvpn 파일 수정

다음 명령으로 서비스 등록, 시작

openvpn 설치

yum install openvpn

그러면 설치가 완료된다. ㅋㅋ

이제 CA 인증서를 생성하고 Server 인증서를 생성하고 Client에서 사용할 인증서를 생성하고 서버와 클라이언트에 환경파일을 맞춰 준후에 재시작하면 된다.

먼저 /usr/share/doc/openvpn-X.X.X/easy-rsa/2.0 에 vars 파일 가장 아래쪽 인증서 구성한후

로 환경구성

1-1. CA 인증서 생성

1-2. Server 인증서 생성

1-3. 클라이언트 인증서 생성

1-4. 그 뒤에아래 […]