dn11 peer流程

my info

Publickey:
0bBel8q6++FmOuPrepFpWaIUHWur4ppB09LKN4UmLiQ=
172.16.36.254
4211116657
dn11.l4rk.cn:325xx

/etc/wireguard

生成的公钥私钥保存在该文件下
在这个文件夹下面编写一个新的 example.conf example=对方名称

1
2
3
4
5
6
7
8
9
10
[Interface]
PrivateKey = QOiaOOemHPKsACOyiGVvZ4btQ344rqx07poiiW2WRmw=
ListenPort = 32501
PostUp = /sbin/ip addr add dev %i 172.16.36.254/32 peer 172.16.2.254/32
Table = off

[Peer]
Endpoint = open.iraze.top:42025
PublicKey = jEAB/Yl4Oqz2fAyt8V/5MKb0j4FmD7XEhYRvjnDtNV0=
AllowedIPs = 0.0.0.0/0

wg-quick-op

在颤巍巍的帮助下顺利完成

有柏喵师傅写的wg-quick-op https://github.com/BaiMeow/wg-quick-op
wg-quick-op:
编写一个 /etc/wg-quick-op.yaml

wg-quick-op.yaml主要用来处理开机时候,设备启动的问题,不用太管

reference:
https://dn11.top/connect/bgp.html

bird2

编辑 /etc/bird.conf 参考 https://dn11.top/connect/bgp.html

用birdc s p看看具体情况

1
2
3
protocol bgp xxx from BGP_peers{
neighbor 172.16.xx.254%xx as 421111xxxx;
}

修改openwrt 防火墙

编辑该区域

一些命令

wg-quick-op up iraze “启用iraze,不是写iraze.conf
wg-quick-op down iraze “停止iraze
route -n “查看所有路由情况
wg “查看wireguard信息
birdc c “更新bird配置

wireguard/example.config是用来