Reconfig of dhcp.conf

Chris Arnold carnold at electrichendrix.com
Mon Nov 23 23:05:32 UTC 2009


Using dhcpd on SLES10 SP3/OES2 SP2.
We have finally gotten a real firewall/router. We are replacing a netscreen
firewall/router with a juniper firewall router with a optional/dmz port. The
old one had a secondary ip configured. With the install of the real
firewall/router, I am sure we will need to reconfig the dhcp on the server.
Follows the existing dhcp conf:
authoritative;
option domain-name "domain.com";
option domain-name-servers ns.server.here;
option ntp-servers ntp.servers.here;
ddns-update-style interim;
default-lease-time 14400;
max-lease-time 172800;
Class "123 DHCP Clients" {
         match hardware;
       }
       subclass "123 DHCP Clients" 1:00:23:DF:86:6D:44;
      # HP a6313w builtin NIC subclass "123 DHCP Clients"
1:00:1E:8C:36:08:FB;
       subclass "123 DHCP Clients" 1:00:06:29:89:D6:CA;

Shared-network EH {
       subnet 192.168.123.0 netmask 255.255.255.0 {
         option routers 192.168.123.1;
         pool {
           allow members of "123 DHCP Clients";
       range 192.168.123.20 192.168.123.250;
         }
       }
       subnet 192.168.124.0 netmask 255.255.255.0 {
         option routers 192.168.124.2;
         pool {
           deny members of "123 DHCP Clients";
       range 192.168.124.20 192.168.124.253;
         }
       }

The old firewall had relay-agent enabled; will the new firewall need this
enabled also? The dhcp server is on the 192.168.124 subnet (if that
matters). I just want to hand out ip¹s for both networks, nothing fancy. I
would appreciate any ones help in reconfig¹ing the dhcp.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20091123/75a9fb72/attachment.html>


More information about the dhcp-users mailing list