知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

centos6.2使用dnsmasq代替tftp和dhcp服务器作无人职守安装

发布时间:2014-09-05 15:36:27作者:知识屋


centos6.2使用dnsmasq代替tftp和dhcp服务器作无人职守安装
 
1 安装 dnsmasq  www.zhishiwu.com  
 
    # yum install dnsmasq 
 
2  dnsmasq的配置文件
 
    vim  /etc/dnsmasq.conf
 
[plain] 
bogus-priv  
filterwin2k  
interface=eth0  
dhcp-range=192.168.68.50,192.168.68.150,12h  
dhcp-option=3,192.168.68.1  
dhcp-boot=pxelinux.0  
   
    
enable-tftp  
tftp-root=/var/lib/tftpboot  
dhcp-authoritative  
 
3 启动dnsmasq
    # dnsmasq
 
4  查看开放端口
 
    # netstat -naltup
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜