跳至内容
sdvcrx's wiki
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
Export to Markdown
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
linux:nebula
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== nebula ====== A scalable overlay networking tool with a focus on performance, simplicity and security ===== Usage ===== Generate CA with <wrap em>3 years</wrap> expiration. <code bash> nebula-cert ca -name "Sdvcrx" -duration 26280h0m0s # 24 * 365 * 3h </code> Generate node cert and key: <code bash> nebula-cert sign -name nas -ip '192.168.100.xx/24' -groups home </code> Check cert/CA detail: <code bash> nebula-cert print -json -path lighthouse1.crt </code> ===== Configuration ===== Change config to allow any inbound/outbound between any nebula hosts: <code yaml> outbound: # Allow all outbound traffic from this node - port: any proto: any host: any inbound: # Allow all inbound traffic to this node. # [danger], make sure you know what you're doing. - port: any proto: any host: any </code> ===== Reference ===== * [[github>slackhq/nebula]]
linux/nebula.txt
· 最后更改: 2023/12/03 10:24 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
Export to Markdown
回到顶部