摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : 阅读全文
posted @ 2022-02-21 11:33 小常在 阅读(345) 评论(0) 推荐(0) 编辑
摘要: Elasticsearch 缺省情况下是绑定 localhost。对于本地开发服务是足够的(如果你在相同机子上启动多个节点,它还可以形成一个集群),但是你需要配置基本的网络设置,为了能够在实际的多服务器生产集群中运行。 WARNING:注意网络配置,永远不要暴露未受保护的节点到公网上 常用的网络配置 阅读全文
posted @ 2022-02-21 09:54 小常在 阅读(602) 评论(0) 推荐(0) 编辑