Re: [CentOS] working dhcpd.conf with routes

2012-06-11 Thread Boris Epstein
On Mon, Jun 11, 2012 at 6:32 PM, Rob Kampen wrote: > On 06/12/2012 10:05 AM, Boris Epstein wrote: > >> On Mon, Jun 11, 2012 at 5:51 PM, Rob >> Kampen >> >wrote: >> >> On 06/12/2012 09:14 AM, Boris Epstein wrote: >>> >>> Hello listmates, I am running DHCPD for IPv4 on a Centos 5 machin

Re: [CentOS] working dhcpd.conf with routes

2012-06-11 Thread Rob Kampen
On 06/12/2012 10:05 AM, Boris Epstein wrote: On Mon, Jun 11, 2012 at 5:51 PM, Rob Kampenwrote: On 06/12/2012 09:14 AM, Boris Epstein wrote: Hello listmates, I am running DHCPD for IPv4 on a Centos 5 machine. I am wondering if anyone has got a functional dhcpd.conf configuration serving stati

Re: [CentOS] working dhcpd.conf with routes

2012-06-11 Thread SVM
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

Re: [CentOS] working dhcpd.conf with routes

2012-06-11 Thread Boris Epstein
On Mon, Jun 11, 2012 at 5:51 PM, Rob Kampen wrote: > On 06/12/2012 09:14 AM, Boris Epstein wrote: > >> Hello listmates, >> >> I am running DHCPD for IPv4 on a Centos 5 machine. I am wondering if >> anyone >> has got a functional dhcpd.conf configuration serving static routes to >> Linux, Mac OS X

Re: [CentOS] working dhcpd.conf with routes

2012-06-11 Thread Rob Kampen
On 06/12/2012 09:14 AM, Boris Epstein wrote: Hello listmates, I am running DHCPD for IPv4 on a Centos 5 machine. I am wondering if anyone has got a functional dhcpd.conf configuration serving static routes to Linux, Mac OS X and Windows clients. I tried a couple of variations of static-routes o