I am using the latest version of DHCPD for Fedora Core 2. I want to add a static route to all my clients. basically I want to add a route with this configuration: 192.168.11.0 mask 255.255.255.0 with a GW of 10.64.87.15 now if I use: option static-routes 192.168.11.0 10.64.87.15 The clients get a route with a subnet mask of 255.255.255.255 How can I give all the client a route with a specific subnet mask with DHCP? Is this possible? Thanks!