[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dhcp and masquerade (resolved)



The kernel recompile got things working. Thanks for all your great help.
Like I said in my previous post, when I put the ending bracket at the end
like you suggested, I get errors about unexpected left bracket. Maybe I'm
not doing something right. Anyway, it seems to be working now. Maybe it has
something to do with dhcp version? I'm using 2.0pl5-13

chas

> >subnet 10.0.0.0 netmask 255.255.255.0 {
> >  range 10.0.0.4 10.0.0.254;
> >  option broadcast-address 10.0.0.255;
> >  option routers 10.0.0.1;
> >}
> >
> As I said: put the host specifications BEFORE the closing bracket for
> subnet. IOW, remove this } and add it ->
>
> >
> >host lewisc2 {
> >  hardware ethernet 00:01:03:E7:48:1F;
> >  fixed-address 10.0.0.2;
> >}
> >
> >host lewisc3 {
> >  hardware ethernet 00:00:39:F0:9A:C5;
> >  fixed-address 10.0.0.3;
> >}
> >
> -> here:
> }
> This way you say that hosts lewisc2 and 3 are part of the subnet. Thus,
> the dhcp server knows not to give these addresses to any other
> interfaces than the ones specified.
>



Reply to: