[SATLUG] BootP woes

Henry Pugsley henry.pugsley at gmail.com
Wed Nov 14 20:38:50 CST 2007


Your second range statement will not get used unless the first range
runs out of addresses.  You should move the dynamic-bootp to the first
range statement, or statically assign IP addresses to bootp clients.
I probably should have asked this before, what chipset does that NIC
use, and are you sure if it uses DHCP, BOOTP or both?

-Henry

On Nov 14, 2007 8:26 PM, FIRESTORM_v1 <firestorm.v1 at gmail.com> wrote:
> Hmm.. interesting things to think about.
>
> My dhcpd.conf is really cut and dry:
>
> option subnet-mask              255.255.255.0;
> option broadcast-address        192.168.0.255;
> option routers                  192.168.0.1;
> option domain-name-servers      68.87.85.98 , 68.87.69.146;
> option ip-forwarding    false;  # No IP forwarding
> option mask-supplier    false;  # Don't respond to ICMP Mask req
>
> # LN
> subnet 192.168.0.0 netmask 255.255.255.0 {
>         next-server 192.168.0.2;
>         filename "pxelinux.0";
>         range 192.168.0.100 192.168.0.150;
>         range dynamic-bootp 192.168.0.151 192.168.0.155;
>         }
>
> I initially thought that it was, but the DHCPDISCOVER and the
> DHCPOFFER packets are the only two exhcanged.  No DHCPNAK or anything
> like that.  Would using the if statement fix this?
>
> Thanks for such quick replies!
>
> FIRESTORM_v1
>
>
>
> On Nov 14, 2007 7:41 PM, Henry Pugsley <henry.pugsley at gmail.com> wrote:
> > FYI, wireshark/ethereal does a good job at decoding DHCP packets, so
> > you can examine the REQUEST and OFFER packets to see if any parameters
> > are being dropped or set improperly.
> >
> > On Nov 14, 2007 7:26 PM, FIRESTORM_v1 <firestorm.v1 at gmail.com> wrote:
> > > Hello all,
> > >
> > > after a frustrating (then a hilarious) time with Ubuntu server, I was
> > > able to get it off the ground.
> > --
>
> >
> > _______________________________________________
> > SATLUG mailing list
> > SATLUG at satlug.org
> > http://alamo.satlug.org/mailman/listinfo/satlug to unsubscribe
> > Powered by Rackspace (www.rackspace.com)
> >
> --
> _______________________________________________
> SATLUG mailing list
> SATLUG at satlug.org
> http://alamo.satlug.org/mailman/listinfo/satlug to unsubscribe
> Powered by Rackspace (www.rackspace.com)
>



-- 
"The best way to predict the future is to invent it" - Alan Kay


More information about the SATLUG mailing list