Reconfig of dhcp.conf

Chris Arnold carnold at electrichendrix.com
Wed Nov 25 14:54:52 UTC 2009


On 11/25/09 9:25 AM, "Glenn Satchell" <Glenn.Satchell at uniq.com.au> wrote:

> With a bit of ascii art can you draw the network diagram showing where
> the various networks, server and firewall are set up? Here's a starting
> point based on how I think you've described things so far:
> 
> 192.168.124.0   dhcp server   192.168.123.0            192.168.123.0?
> ----------------eth0==eth1-------------------Firewall----------------
> | | | |                                                      | | | |
> dhcp clients                                             dhcp clients
Firewall(trust port)-----------192.168.123.0(switch)
(dmz port)                       |   |||
    |                            |  dhcp clients
    |                            |
    |                            |
|-- 192.168.124.0(switch)        |
|   |||                          |
|  Dhcp clients                  |
|--(eth0)Dhcp in question(eth1)--|

Above is the basic setup (I hope that makes sense)---cable from
eth0=192.168.124.0 that plugs into a switch on the dmz and cable from
eth1---192.168.123.0 that plugs into a switch on the trust side.

> And can you include dhcpd.conf again please?
authoritative;
option domain-name "domain.com";
option domain-name-servers dns.server.here;
option ntp-servers ntp.server.here;
ddns-update-style interim;
default-lease-time 14400;
max-lease-time 172800;
       subnet 192.168.123.0 netmask 255.255.255.0 {
         option routers 192.168.123.1;
       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;
       range 192.168.124.20 192.168.124.253;
         }
 






More information about the dhcp-users mailing list