본문 바로가기

728x90

변군

[VPN] SoftEther VPN 설치 및 설정-2 SoftEther VPN 라우팅 테이블 설정 VPN Default Gateway(optional) VPN static routing table 설정 더보기
[VPN] SoftEther VPN 설치 및 설정-1 SoftEther VPN 설치 패키지 다운로드 : http://softether-download.com/en.aspx # cd /usr/local/src/ # wget https://www.softether-download.com/files/softether/v4.34-9745-rtm-2020.04.05-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz # tar xvfz softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz -C /usr/local/ # cd.. 더보기
[docker] docker login fails while docker-compose is installed on Ubuntu 18.04 docker login fails while docker-compose is installed on Ubuntu 18.04 docker login fail docker login gitla.sangchul.kr:4567 $ docker login gitla.sangchul.kr:4567 Username: admin Password: Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY` config.json 파일 생성 vim ~/.docker/config.json $ vim ~/.docker/config.json { "auths": { .. 더보기
[리눅스] 킥스타트로 설치 자동화하기 킥스타트로 설치 자동화하기 selinux perl -pi -e 's/^SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config reboot reboot Packages Installation yum install -y tftp tftp-server syslinux-tftpboot xinetd dhcp dhcp-devel syslinux yum install -y epel-release yum install -y nginx tftp sed -i '/disable/ s/yes/no/' /etc/xinetd.d/tftp dhcpd cat /usr/share/doc/dhcp*/dhcpd.conf.example > /etc/dhcp/dhcpd.conf cat > /e.. 더보기
[리눅스] KVM Virsh Console Access On CentOS 6 KVM Virsh Console Access On CentOS 6 Step #1 vi /boot/grub/menu.lst # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/sda3 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 splashi.. 더보기
CentOS 7에 SaltStack을 설치하고 설정하는 방법 CentOS 7에 SaltStack을 설치하고 salt-master와 salt-minion을 설정하는 방법시스템 환경역할호스트명IP 주소Salt Mastersaltstackcm104192.168.28.104Salt Minionsaltstackmn105192.168.28.105SaltStack 저장소 추가CentOS 7에서는 기본적으로 salt 패키지를 제공하지 않으므로 SaltStack 공식 저장소를 추가해야 합니다.sudo yum install -y epel-releasesudo yum install -y https://repo.saltproject.io/py3/redhat/salt-py3-repo-latest.el7.noarch.rpm저장소 확인yum repolist | grep saltSalt Ma.. 더보기
[URL] Rackmonkey Rackmonkey http://flux.org.uk/projects/rackmonkey/ 더보기
[Ansible] 계정 생성 및 삭제 ANSIBLE 계정 생성 및 삭제 ansible -m command -a "cat /etc/passwd" mongodb | grep devops5 1. 계정 생성 ansible-playbook --ask-pass -u root a_useradd.yml $ ansible-playbook --ask-pass -u root a_useradd.yml SSH password: Output--- PLAY [192.168.56.111,192.168.56.112,192.168.56.113] **************************** TASK [setup] ******************************************************************* ok: [192.168.56.111.. 더보기

반응형