<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenVPN on Machine Learning</title>
    <link>http://dmml.nu/tags/openvpn/</link>
    <description>Recent content in OpenVPN on Machine Learning</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 01 Jan 2000 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://dmml.nu/tags/openvpn/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Wireguard</title>
      <link>http://dmml.nu/wireguard/</link>
      <pubDate>Sat, 01 Jan 2000 00:00:00 +0000</pubDate>
      <guid>http://dmml.nu/wireguard/</guid>
      <description>see also:&#xA;/openvpn INSTALL&#xD;#&#xD;Download win/linux: official web online installer: [www.wireguard.com/install](Installation - WireGuard). win offline installer: download.wireguard.com/windows-client/.&#xA;ubuntu:&#xA;apt install wireguard CONFIG&#xD;#&#xD;Win&#xD;#&#xD;ps1：“状态”的“已连接”，只是表示第一次握手成功，之后即使网络不通也不影响此状态。 ps2：windows 配置文件名必须是 wg0.conf 才能导入。&#xA;Nix&#xD;#&#xD;sudo vi /etc/wireguard/wg0.conf 配置文件内容&#xD;#&#xD;wgX.conf 接口配置文件，每个接口（NIC）对应一个 .conf 每个 conf 文件都包括两个部分： interface 和 peer，如果是 server，则在 interface 部分配置 ListenPort 即可 每次服务启动，可能需要 10s 左右或更久建立连接，如果想快，可以在 server 端 ping 某个 client，或者互相 ping # 自己信息 [Interface] Address = 10.66.2.2/32 PrivateKey = 自己私钥 #ListenPort = 51820 # 对侧信息 [Peer] Endpoint = 对方公网IP:51820 PublicKey = 对方公钥 AllowedIPs = 10.</description>
    </item>
  </channel>
</rss>
