Raspberry PI 4 SoftEtherVPN
raspbian 10 라즈베리파이 SoftEther VPN
1
apt install -y gcc make wget tzdata git libreadline-dev libncurses-dev libssl-dev libncurses5-dev
필수 라이브러리 설치.
git clone https://github.com/SoftEtherVPN/SoftEtherVPN
깃허브에서 받아옴
소스 메인폴더에서
git submodule update --init --recursive
2 빌드 및 설치
make -j4 -C tmp make install -C tmp
3
DHCP 서버
sudo apt install isc-dhcp-server
알아서.
enable ip_forward
masquerade