luscis / openlan

Cloudify VPN written in Golang, and simple deployment via Kubernetes
http://vpn.luscis.cn
GNU General Public License v3.0
55 stars 24 forks source link

多区域互联配置,openlan-point接入openlan,会多一个网桥地址 #32

Closed fanzhengweiwudi closed 8 months ago

fanzhengweiwudi commented 8 months ago

{ "name": "private", "bridge": { "name": "br-em2", "address": "192.168.1.88/24" }, "subnet": { "end": "192.168.1.150", "netmask": "255.255.255.0", "start": "192.168.1.100" }, "openvpn": { "listen": "0.0.0.0:1188", "subnet": "172.32.88.0/24" }, "links": [ { "connection": "xxxxx", "password": "xxxxx", "username": "access1@private", "crypt": { "algo": "aes-128", "secret": "xxxxx" } } ] }

$ ip r 192.168.1.0/24 dev bi-k3iu61j9 proto kernel scope link src 192.168.1.88 192.168.1.0/24 dev br-me2 proto kernel scope link src 192.168.1.88