add new range to dhcp server

Issues related to software problems.
Post Reply
yonibar81
Posts: 1
Joined: 2016/12/01 19:23:18

add new range to dhcp server

Post by yonibar81 » 2017/02/24 14:21:15

Hello,
As shown in the attached file, my scope on dhcp is 172.26.30.100-150.
i want to add more tange on scope 172.26.40.100-150.
how can i do it ?
Attachments
dhcpd.conf
dhcpd.conf
1.png (17.76 KiB) Viewed 18594 times

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: add new range to dhcp server

Post by aks » 2017/02/26 07:03:59

Given your subnet mask is /24, 172.26.40.0/24 is a different subnet. You can add the new network definition and dhcp-relay from 172.26.40.0/24 to 172.26.30.0/24, or you can go to 172.26.40.0/24's DHCP server and do it there.

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: add new range to dhcp server

Post by TrevorH » 2017/02/26 14:30:38

Bear in mind that for any subnets you want to serve with your DHCP server, you must have an interface with an ip address that is within that subnet.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: add new range to dhcp server

Post by aks » 2017/02/27 18:12:41

... or you can use a relay (dhcp-relay) to forward those requests ....

Post Reply