<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.2">
</HEAD>
<BODY>
Hello again this morning,<BR>
<BR>
So this is what i did on my server. To the file dhcpd.conf i added these line :<BR>
<BR>
#   see /usr/share/doc/dhcp*/dhcpd.conf.sample  <BR>
# DHCP Server Configuration file.<BR>
##<BR>
ddns-update-style none;<BR>
default-lease-time 86400;<BR>
max-lease-time 604800;<BR>
option netbios-node-type 8;<BR>
<BR>
subnet 172.24.50.0 netmask 255.255.255.0 {<BR>
    # description: dhcp dolbeau<BR>
    option domain-name-servers 172.24.50.19, 172.24.50.8;<BR>
    option netbios-name-servers 172.24.50.19;<BR>
    option routers 172.24.50.8;<BR>
    range 172.24.50.101 172.24.50.199;<BR>
    }<BR>
<BR>
subnet 172.24.51.0 netmask 255.255.255.0 {<BR>
    # description: dhcp dolbeau<BR>
    option domain-name-servers 172.24.50.19, 172.24.50.8;<BR>
    option netbios-name-servers 172.24.50.19;<BR>
    option routers 172.24.51.1;<BR>
    range 172.24.51.101 172.24.51.199;<BR>
    }<BR>
<BR>
subnet 172.24.53.0 netmask 255.255.255.0 {<BR>
    # description: dhcp dolbeau<BR>
    option domain-name-servers 172.24.50.19, 172.24.50.8;<BR>
    option netbios-name-servers 172.24.50.19;<BR>
    option routers 172.24.53.1;<BR>
    range 172.24.53.101 172.24.53.199;<BR>
   }<BR>
<BR>
<BR>
Then i restarted the dhcp server. Is that all there is to do on the server ?!<BR>
Now all I need to do it configure the dhcp relay on the router right ?<BR>
<BR>
Thanks in advance!<BR>
<BR>
<BR>
On Mon, 2008-07-21 at 21:10 +0100, Simon Hobson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Guillaume Vachon wrote:

>eth1 - LAN 172.24.50.8
>
>there is already a dhcp pool configured on eth1 serving 172.24.50.0/24
>
>I need to add/create these pool serving 172.24.51.0/24
>                                                                172.24.53.0/24
>                                                                 172.24.54.0/24
>
>going through the same NIC the one in charge of the routeur will 
>make sure everything on the corect subnet

If these other subnets are on different physical networks then all 
you need to do is in my last message - if any of them share a 
physical piece of wire then things are slightly different.

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>