hello everyone
i have a little situation here:
............... redhat1 .1 ----- 192.168.1.0 ----- .2 redhat 2
.................( dhcp )...........................(dhcp relay)
..................eth1..................................eth1
................../ 172.16.0.0...........................\ 10.0.0.0
................./........................................\
.............. client...................................client
i have routing working and dhcp for subnet 172.16.0.0
now i need to grant subnet 10.0.0.0 clients with dhcp
i don't know how to do so .. but i have made some moves such as :
* adding a subnet 10.0.0.0 in dhcpd.conf in redhat1
Quote:
subnet 10.0.0.0 netmask 255.0.0.0 {
option routers 10.0.0.1;
option subnet-mask 255.0.0.0;
range dynamic-bootp 10.0.0.10 10.0.0.20;
}
|
* making redhat 2 a dhcp relay agent and edited dhcrelay in /etc/sysconf
Quote:
INTERFACES="eth1"
DHCPSERVERS="192.168.1.1"
|
please tell me what i'm lacking here .. i'll be gratefull gor any help you give ... thanks