Q132284591 发表于 2018-8-2 10:14:04

初探puppet(1)--安装

#启动dnsmasq  
/usr/local/sbin/dnsmasq
  
#可以查到端口表示启动成功
  
netstat -tunlp |grep :53
  
tcp      0      0 0.0.0.0:53                  0.0.0.0:*                   LISTEN
  
tcp      0      0 :::53                     :::*                        LISTEN
页: [1]
查看完整版本: 初探puppet(1)--安装