목록centos (25)
변군이글루

Linux에서 SoftEther VPN 클라이언트 설치 라이브러리 설치 yum install -y gcc zlib-devel openssl-devel readline-devel ncurses-devel SoftEther VPN Client 설치 https://sangchul.kr/874 SoftEther VPN Client 아이피 할당(매뉴얼) dhclient 프로세스 제거 $killadd dhclient 아이피 할당 ifconfig vpn_tun0 192.168.160.241/24 라우팅 테이블 추가 route add -host 222.222.111.111 gw 192.168.160.1 route add -host 222.222.112.111 gw 192.168.160.1 계정 상태 확인 vpncmd ..

SELinux를 비활성화하는 방법(selinux disabled) 재시작하지 않고 selinux 비활성화하기 setenforce 0 $ sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: enforcing Mode from config file: enforcing Policy MLS status: enabled Policy deny_unknown status: allowed Memory protection checking: actual (secure) Max kernel policy version:..

CentOS7에서 시스템 메시지 로그 필터링 Environment $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) Issue /var/log/messages $ tail -f /var/log/messages Dec 18 12:15:01 bvm-24 systemd: Started Session 6988 of user root. Dec 18 12:20:01 bvm-24 systemd: Started Session 6989 of user root. Dec 18 12:25:01 bvm-24 systemd: Started Session 6990 of user root. Dec 18 12:25:40 bvm-24 systemd: Started Sessi..

CentOS End of Lifetime (EOL) Dates https://wiki.centos.org/About/Product About/Product - CentOS Wiki About/Product (2020-12-12 18:40:55에 ChristophGaluschka가(이) 마지막으로 수정) wiki.centos.org https://access.redhat.com/documentation/ko-kr/red_hat_enterprise_linux/8/html/8.0_release_notes/distribution-of-content-in-rhel-8 3장. RHEL 8의 콘텐츠 배포 Red Hat Enterprise Linux 8 | Red Hat Customer Portal The Red Ha..