cobbler setting dnsmasq

本文介绍了如何使用Cobbler配置管理DHCP和DNS服务。可以选择使用ISC DHCP和BIND进行管理,或者选择DNSmasq同时管理DHCP和DNS。文章详细说明了如何在Cobbler中配置这些选项。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值