Displaying 20 results from an estimated 6000 matches similar to: "CentOS-6 dhcpd"
2011 Jan 01
2
DHCPD troubleshooting..? help!
Hello,
i've setup dhcp as such:
yum install dhcp
vim /etc/dhcpd.config
#
# DHCP Server Configuration file.
#?? see /usr/share/doc/dhcp*/dhcpd.conf.sample?
#ddns-update-style interim;
ddns-update-style interim;
ddns-rev-domainname "in-addr.arpa";
ignore client-updates;
subnet 192.168.75.0 netmask 255.255.255.0 {
?????? option routers????????????????? 192.168.75.25; #Default
2008 Nov 19
1
Restricting dhcpd to an interface
I want to run dhcpd on my notebook to support test systems connecting on
a separate interfaces.
I have looked at both the dhcpd and dhcpd.conf man pages and did not
find an 'interface' option.
I will have 3 interfaces on my notebook. One for the notebooks network
access and two for test systems. I want to serve different subnets on
each of those interfaces, and have not figured
2013 Feb 03
4
CentOs 6 DHCP Server and virtual interface
Hello All
I have looking for any specific answer for one thing.
I have a virtualized Server with only one physical interface eth0 (WAN).
To run OpenVPN i need to use DHCP server. And here is the question: is
there a chance to run DHCP server on eth0:0 interface? Or it is impossible ?
Thanks in advance.
--
/Best Regards
*Greg*/
UML Professional (Cert #251574932)
2009 Jul 08
7
dhcp question
Hi
?
How can I do the dhcp to assign ip for eth2 network?only?
?
eth1 and eth0 can igorn
?
thank you
__________________________________________________________________
Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jul 06
3
Couple of CentOS 5.2 dhcp notes
1. Apparently, since I updated from 5.1 to 5.2, dhcpd no longer wants to
stay running. The config is sound, and I can start it from the
command-line with the "-d" flag and it serves up leases. But without
the -d flag, it just silently dies...
2. Syslog contains this little snippet:
dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat
Figured you'd want to know... ;)
2017 Jan 15
3
Centos 7 dhcpd failure to allow a 2nd network over same interal nic
On 01/15/2017 09:11 AM, Gregory P. Ennis wrote:
> All I can say is that when I looked at the dhcpd.conf examples and read
> the man pages as well as the explanations of how dhcpd works, we should
> be able to use dhcpd for more than one subnet :
You can, provided they're on different physical interfaces.
I'm mostly certain you can have two DHCP scopes on one physical
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys,
I'm at my wits end.. hope someone can help.. this is the deal.
I have setup a linux box to serve as a "gateway" for our internal lan.
Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan
(192.168.2.0) and the "external" lan..I have gotten the OS to see
both of them, but when trying to get DHCP to work with both, it kept
barfing..
2017 Jan 15
2
Centos 7 dhcpd failure to allow a 2nd network over same interal nic
> I have not been able to make any headway resolving this problem;
Personally, I don't understand how you expect the DHCP server to decide
which scope to use when a new connection appears on the network.
DHCP discovery queries are presented from 0.0.0.0 to 255.255.255.255, not to
a particular network's broadcast address.
I'd be interested to see what happens when one of your
2018 Jan 05
2
dhcpd create lease error and unable to kinit for dynupdate on domain controller
Hi everyone
following
https://wiki.archlinux.org/index.php/Samba/Active_Directory_domain_controller#DHCP_with_dynamic_DNS_updates,
on my samba dc i have installed the dhcp package and the
samba-dhcpd-updateAUR package
there are two unresolved errors that i cannot fix
1 -: Can't create new lease file: Permission denied
2 -: kinit for dynamic DNS failed
can anyone offer any suggestions.
#
2010 Apr 08
3
Question about dhcpd.leases
Hi,
I'm running a DHCP server on my local network. I've noticed something
that puzzles me. Leases are written to /var/lib/dhcpd/dhcpd.leases, but
only - so it seems to me - if the address is not fixed in any way in
dhcpd.conf.
Here's a few stanzas of my dhcpd.conf :
host babasse {
hardware ethernet 00:0d:61:ae:6b:8f;
fixed-address 192.168.1.1;
option
2017 Jan 14
2
Centos 7 dhcpd failure to allow a 2nd network over same interal nic
Everyone,
I am trying to set up a second internal network (192.168.0.0/24) and
have not been able to get dhcp to start when I have the following in my
dhcpd.conf file :
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.110 192.168.0.130;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option
2016 May 04
2
dhcpd (via systemd) @boottime which does not wait for the interface..
hi users
I have my dhcpd to serve nothing but virbr0 (libvirt), OS is Centos 7.2
Dhcpd would not start, complaining like this:
No subnet declaration for virbr0 (no IPv4 addresses).
** Ignoring requests on virbr0. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface virbr0 is attached. **
##SELECTION_END##
and
2018 Mar 29
3
dhcp lease time hardware in script at dhcpd/Bind/Samba wiki page
There seems to be a slight issue with the instructions at the following
wiki page:
https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9
The /usr/local/bin/dhcp-dyndns.sh script seems to use a hardwired value
for the lease expiry time of 3600 - independent of whatever is
configured in dhcpd.conf. With the examples provided, it should work, as
the example dhcpd.conf
2002 Oct 25
1
How to add option dhcp-class-identifier "PXEClient"; with ISH DHCPD v3
hi, a little question regarding pxe-stuff.
I need the boot menu known from Intel PXE PDK so I need to
run pxe service on redhat 8.0 with dhcpd 3
I run pxe and dhcpd on the same server. So the dhcpd server should
give an extra parameter to pxe-clients.
On Redhat 7.3 with dhcpd v2 this was done with the option:
option dhcp-class-identifier "PXEClient";
On dhcpd v3 this option is
2009 Sep 22
1
dhcpd logging to dhcpd.log only
I've added this to my dhcpd.conf
log-facility local6;
and
added this to my syslog.conf
local6.* /var/log/dhcpd.log
It's still writing to dhcpd info to both log files.
How do I stop this.
I've googled but all suggested modifications I've made to the dhcpd.conf
causes dhcpd to not start.
Thanks
Dan
2018 Jun 18
2
Re: How libvirt interacts with dhcpd?
Cool, thanks!! Does it have logs?
Cheers
Em 18/06/2018 12:55 AM, "Laine Stump" <laine@redhat.com> escreveu:
On 06/15/2018 06:49 PM, Daniel. wrote:
> Hi everybody,
>
> I'm using libvirt together with xCAT, on the same host, for testing
> purposes. xCAT install and manages dhcpd. How libvirt interacts with
> dhcpd? And if doens't how does the dhcp server of
2018 Jun 18
2
Re: How libvirt interacts with dhcpd?
Thanks for the reply Laine. My problem is that dnsmasq is masking
dhcpd, xCAT uses dhcpd for PXE stuff. If dnsmasq answer DHCP requests
the PXE boot won' t work. I want to see the logs for ensuring the
dnsmasq is not masking dhcpd.
Regards,
2018-06-18 11:39 GMT-03:00 Laine Stump <laine@redhat.com>:
> On 06/18/2018 09:16 AM, Daniel. wrote:
>> Cool, thanks!! Does it have logs?
2009 Nov 06
2
Question - Xen host, DHCPD and guest VMs
I have a question about a Xen host that runs dhcpd and installing
guest/running guest VMs on that host (that use DHCP)...
On other hosts or hosts running VMs, they are absolutely able to get DHCP
addresses no trouble... However, the fun begins when the machine I run
dhcpd on is also hosting VMs. I can see in /var/log/messages the request
and ack from dhcpd but the guest VMs never hear it.
2016 Feb 18
1
dhcpd frequent renewals
Rob
DNS service for my clients is provided by my gateway server, the same
machine as the DHCPD server. I think that's what the "option
domain-name-servers" line does. This allows me to provide 192.168
addresses to them when they try to access anything inside the house
with a name. If it's not a locally defined name, BIND forwards the
request to the internet.
I'm not
2017 Jan 14
4
Centos 7 dhcpd failure to allow a 2nd network over same interal nic
Everyone,
I am trying to set up a second internal network (192.168.0.0/24) and
have not been able to get dhcp to start when I have the following in my
dhcpd.conf file :
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.110 192.168.0.130;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option