博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cobbler setting dnsmasq
阅读量:7132 次
发布时间:2019-06-28

本文共 985 字,大约阅读时间需要 3 分钟。

Currently cobbler can help generate a ISC DHCP configuration (package name: dhcpd) it can also alternatively use dnsmasq. DNSmasq is a bit confusing because it does DHCP and DNS at the same time. You can choose to use the DHCP management features with ISC and not use Cobbler to manage DNS at all. That's ok ... using both in conjunction, however, is fairly powerful.

/etc/cobbler/modules.conf needs to look like this to select that we want to use BIND for DNS and ISC dhcpd for DHCP.

[dns]module = manage_bind[dhcp]module = manage_isc

OR, to use dnsmasq:

[dns]module = manage_dnsmasq[dhcp]module = manage_dnsmasq

Don't mix and match the two.

This doesn't turn them on, this just selects your management module choices. To enable DHCP management, go into /etc/cobbler/settings and set the following:

manage_dhcp: 1

 

 

 

转自: https://fedorahosted.org/cobbler/wiki/ManageDhcp

http://cobbler.github.io/manuals/2.6.0/3/4/1_-_Managing_DHCP.html

转载于:https://www.cnblogs.com/pinganzi/p/5265004.html

你可能感兴趣的文章
超级速度抓取器!Blackmore 的多普勒激光雷达是屠龙刀吗?
查看>>
pdb内存管理
查看>>
Linux基金会成立 LF Edge 小组,支持边缘网络开发
查看>>
GoLand 2019.1 发布 RC 候选版
查看>>
C# /VB.NET操作Word批注(一)—— 插入、修改、删除Word批注
查看>>
ASP.NET-FineUI开发实践-16(二)
查看>>
TypeScript基础入门 - 函数 - this(二)
查看>>
如何解决公司网站首页被恶意跳转的安全问题
查看>>
kali下扫描CMS web漏洞小工具web-sorrow
查看>>
请问一下cpanel的邮箱能用么?
查看>>
手把手教你安装Navicat——靠谱的Navicat安装教程
查看>>
企业该用什么思维去做小程序,才能获取最大的运营价值?
查看>>
NI:力争成为半导体测试领域的领导者
查看>>
玩转Kubernetes TCP Ingress
查看>>
用ZooKeeper做为注册中心搭建基于Spring Cloud实现服务注册与发现
查看>>
靠疯狂收购就把AR布局好的Snap,能给我们带来什么启示?
查看>>
豪华VIP阵容空降FBS2017 激起食品饮料信息化新浪潮
查看>>
thrift概述
查看>>
SQLAlchemy 1.2.19 和 1.3.3 发布,Python ORM 框架
查看>>
Django 2.2 LTS 发布,长期支持版来了
查看>>