办公室的华硕路由器 自带了 OPENVPN 和 WireGuard 只需要简单的开启 导出配置文件
然后下载配置文件,导入到电脑客户端就可以使用了
clash 我用来科学上网,wireguard 用来代理办公室网络,因为服务器只对办公室的网络添加了白名单
但是这两个同时开启的话,clash 的代理会被暂停。
然后有了解到 clash 好像可以配置连到 wireguard
但是没有很详细的教程。我弄了一下也没能成功
想问下我这个配置对不对
[Interface]
PrivateKey = 私钥
Address = 10.6.0.2/32
DNS = 10.6.0.1
[Peer]
PublicKey = 公钥
PresharedKey = PresharedKey
AllowedIPs = 0.0.0.0/0
Endpoint = xxx.asuscomm.com:51820
PersistentKeepalive = 25
clash 的 proxies
- name: Mywireguard
type: wireguard
server: xxx.asuscomm.com #路由器的 ddns
port: 51820
ip: 10.6.0.2 #上面的 address
private-key: 私钥
public-key: 公钥
dns: [10.6.0.1] # optional
然后是我要走的规则
- IP-CIDR,111.123.45.29/32,Mywireguard
- IP-CIDR,192.168.0.0/24,Mywireguard
然后这样配置 访问 111.123.45.29 和 192.168.0.1 都不行 日志里也是 dial failed 不知道要如何设置才可以呢?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.