<HTML>
<HEAD>
<TITLE>Reconfig of dhcp.conf</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Using dhcpd on SLES10 SP3/OES2 SP2.<BR>
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:<BR>
authoritative;<BR>
option domain-name "domain.com";<BR>
option domain-name-servers ns.server.here;<BR>
option ntp-servers ntp.servers.here;<BR>
ddns-update-style interim;<BR>
default-lease-time 14400;<BR>
max-lease-time 172800;<BR>
Class "123 DHCP Clients" {<BR>
         match hardware;<BR>
       }<BR>
       subclass "123 DHCP Clients" 1:00:23:DF:86:6D:44;<BR>
      # HP a6313w builtin NIC subclass "123 DHCP Clients" 1:00:1E:8C:36:08:FB;<BR>
       subclass "123 DHCP Clients" 1:00:06:29:89:D6:CA;<BR>
<BR>
Shared-network EH {<BR>
       subnet 192.168.123.0 netmask 255.255.255.0 {<BR>
         option routers 192.168.123.1;<BR>
         pool {<BR>
           allow members of "123 DHCP Clients";<BR>
       range 192.168.123.20 192.168.123.250;<BR>
         }<BR>
       }<BR>
       subnet 192.168.124.0 netmask 255.255.255.0 {<BR>
         option routers 192.168.124.2;<BR>
         pool {<BR>
           deny members of "123 DHCP Clients";<BR>
       range 192.168.124.20 192.168.124.253;<BR>
         }<BR>
       }<BR>
<BR>
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.</SPAN></FONT>
</BODY>
</HTML>