At 04:02 PM 5/21/2002 +0200, Jason Bechtel wrote: >>Here are all the appropriate files I can think of, let me know if you >>need to see another one: ><snip> >>This brings up my DHCP issue, the above config warns me about the >>obvious conflict between the 10.0.0.0/255.0.0.0 and >>10.66.6.24/255.255.255.248 subnets, but it seems to work and do what I >>want DHCP wise (only respond to DHCPREQUEST's for the IP's in the range >>I've been granted control over). > >I am a bit confused by your dhcpd.conf file. I'm not sure why you declare >subnets the way you do. I'm not a DHCP ueberhacker, though, so maybe it's >just over my head. It looks like there is a campus-wide DHCP service for >your A-class network (10.*.*.*) and you're trying to avoid stepping on its >toes. This is the classical problem with an LTSP server joining a network >that already has a DHCP server...
Bingo, you got my situation but the DHCP config I previously attached seems to deal with the problem well. I did finally resolve my problem by changing my: option subnet-mask 255.255.255.0; in dhcpd.conf to: option subnet-mask 255.0.0.0; That way the workstations have a network route to the server at 10.6.3.12 and to 10.10.10.10 which is the gateway to the rest of the internet. Thanks to everyone for their help though and if anyone is curious to see the working config files I'm using just drop me a note and I can send them all to you. Thanks again! -Jesse
