全文検索:
- 06 WireGuard
- ivkey 公開鍵:pubkey 事前共有キー:preshared <code> CL=client01 mkdir -p ~/WireGuard/${CL} && cd ~/WireGuard/${... ER_privkey=`cat ~/WireGuard/server/privkey` CLIENT01_pubkey=`cat ~/WireGuard/client01/pubkey` CLIENT01_preshared=`cat ~/WireGuard/client01/preshared` cat << __EOM__ > /etc/wireguard/wg0
- 07 Wireguard Client設定
- ===== [[https://www.wireguard.com/install/]] {{:01_linux:10_network:pasted:20240316-043457.png}} =... ンロードしたwireguard-installer.exeをダブルクリックでインストール {{:01_linux:10_network:pasted:20240316-043930.png}} {{:01_linux:10_network:pasted:20240316-043849.png|}} ===== 3.タスクバーからWireGuardをクリック ===== {{:01_linux:10_network:pasted:20240605-050820.png}} =
- 01 Linux ipsec Server
- ====== 01 Linux ipsec Server ====== ===== IPsec Server側 ===== ==== 環境 ==== CentOS release 6.8 libre... ACCEPT iptables -A INPUT -p udp -m udp --dport 1701 -j ACCEPT iptables -A INPUT -p udp -m udp --dport
- 02 Linux IPsec Client
- =transport left=%any leftprotoport=17/1701 right=[IPsec ServerIP] rightprotoport=17/1701 </code> ===== IPsec用の事前共有鍵 ===== <code|/etc/ip
- 04 Strongswan IKEv2 EAP
- =1 ===== Windows側 ===== ==== VPN接続作成 ==== {{:01_linux:10_network:2022-03-23_19h10_19.png?400|}}