12.06.2012 02:05, Boris Epstein wrote:
Thanks, looks good. But what part of it deals with static routes for particular networks? All I see is one default gateway:
option routers 192.168.1.1;
You should use dhcp options 121 (rfc3442) and 249 (MS). Here is example: http://thomasjaehnel.com/blog/2010/01/pushing-routes-via-dhcp.html
See "man 5 dhcp-options" also.