My dhcpd.conf file
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.5 192.168.0.20;
default-lease-time 86000;
max-lease-time 86000;
option routers 192.168.0.1;
# option ip-forwarding off;
option broadcast-address 192.168.0.255;
option domain-name-servers 195.54.122.194, 195.54.122.193, 192.168.0.1;
option domain-name "ju-jutsuka.net";
}
------------------------------------------------------------------------
the DNS is also what I will get from my ISPs dhcp-server
________________
My rc.local file
--<blah blah stuff before this>----
echo "startar DHCP servern"
dhcpd eth1
/sbin/route add -host 255.255.255.255 netmask 0.0.0.0 dev eth1
/etc/rc.d/init.d/dhcpd start
--<kick up my firewall...which allows ALL lan out>--
______________________________________________
Here is my problem now.
I can see with "ps ax" that dhcpd eth1 is up but it juuuust cant seem to lend out IPs

I have a dhcpd.leases in /etc
On my linux server I use eth0 with dhcp to my ISP, working fine. And ofcourse then I use eth1 to my Lan. eth1 got a static 192.168.0.1. Damned dhcpd... I want my other machines to be able to lend Ip's. Just for fun...if nothing else.
My default gw on my linux is my ISPs gw-addie. Have swedish bredbandsbolaget.
Internet -- (eth0/dhcp)rh7.2(eth1/192.168.0.1)--HUB--WinXP and so on
dhcp server on my eth1 ofcourse
I am so tired of this. Have got it to work twice before but since my reinstallment it just wont work.
Cant even get to see nothing in my logfile that anything try to lend an ip...sooo tired and frustrated. But I wont give up, refuse.
I know I must have missed any vital information to help you out lads but...I cant think of anything right now. Just give me a smack on the head if you lack any vital info!!!