Doug White <[EMAIL PROTECTED]> writes: > I am trying to set up DHCP with MNF on two of the interfaces eth2 and > eth3. When I look at the dhcpd.conf file, it seems really odd and dhcp > doesn't work. I presume it runs on udp port 67 but how do you put in the > ips you want to use and specify the subnets. They always seem to be > 0.0.0.0/0 in the file after it is setup. I want to set it up on two > networks 172.16.64.0/19 and 172.16.96.0/19 on the two interfaces for ips > 172.16.64.200-225 and 172.16.96.226-249 respectively. Any advice is > appreciated.
in the dhcp section you can choose the network interface: for example eth3. Then, you choose the dynamic IP range: for example 200-225. This will read the eth3 IP address/network: for example 172.16.64.0/19 and create the dhcpd.conf entries for that: the whole subnet section corresponding to that network (interface). please let me know if this does not work for you ... good luck, -- Florin http://www.mandrakesoft.com http://people.mandrakesoft.com/~florin/
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
