System Engineering

System Engineering/Linux

Rhel7.7/KVM에 PCI-Passthrough/SR-IOV 설정하기

0. Kernel의 Intel VT-d 활성화 (H/W BIOS의 Intel VT-d 설정 Enable 필요) # vi /boot/grub2/grub menuentry 'Red Hat Enterprise Linux Server (3.10.0-693.el7.x86_64) 7.7 (Maipo)'… { … linux16 /vmlinuz-3.10.0-693.el7.x86_64 root=/dev/mapper/rhel-root ro crashkernel=auto rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb quiet intel_iommu=on } - SR-IOV 설정하기 1. Physical NIC의 BUS 주소 확인 # ethtool -i driver: i40e version:..

System Engineering/AWS

AWS EC2를 이용한 카카오톡 방화벽 우회

준비 AWS 프리 티어 계정 PC 카카오톡 Windows Powershell ( or Git Bash ) SSH Client EC2 Instance 생성 - 사용할 포트는 임의 지정 - 거의 모든 PC가 IPv4를 사용하므로 '::/0'으로 IPv6를 허용해 줄 필요는 없음 SSH 접속 후 tinyproxy 설치 - PowerShell 또는 Git Bash에서 Public DNS를 사용하여 인스턴스에 연결 apt-get update apt-get install tinyproxy - tinyprxoy 설치 IP 확인 후 접속 허용 sudo vi /etc/tinyproxy.conf # Port: Specify the port which tinyproxy will listen on. Please note # ..

Hopulence
'System Engineering' 카테고리의 글 목록 (8 Page)