手动部署
- 更改配置文件,将etc目录下的nebula-xxxx-conf.default改名或者copy为nebula-xxxx-conf。
- 查看端口是否有被占用:
- nebula三个服务的默认端口:9559、9669、9779;
- 对应的三个http端口:19559、19669、19779;
- 三个http2的端口:19560、19670、19780
- 启动前要查看这9个端口有没有被占用。如果要修改端口的话在对应的conf文件里修改。
- 运行
netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:19779 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:19559 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:19669 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
这是有风险的。。。
标签:19559,conf,0.0,nebula,端口,tcp,19669,LISTEN From: https://blog.51cto.com/u_11908275/6384669