[SATLUG] BootP woes

FIRESTORM_v1 firestorm.v1 at gmail.com
Wed Nov 14 20:47:33 CST 2007


That's a good question.

I moved the ranges around and it does the same thing.


The machine gives me the following error:
PXE-E52: No IP address received from DHCP or BOOTP.
PXE-M0F: Exiting LANDesk Service Agent.

It's an Intel 82558 based NIC. I've checked everything I can think of,
cables, switches, router, DHCP server.  The /var/log/messages gives me
the following:

Nov 14 20:42:50 theratshack dhcpd: DHCPDISCOVER from 00:30:00:03:c7:e0 via eth0
Nov 14 20:42:50 theratshack dhcpd: DHCPOFFER on 192.168.0.151 to
00:30:00:03:c7:e0 via eth0

I know the server is working and the pxeboot is working as well as I
just booted another machine via the LAN with no problems whatsoever.

FIRESTORM_v1

On Nov 14, 2007 8:38 PM, Henry Pugsley <henry.pugsley at gmail.com> wrote:
> 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
> --
> _______________________________________________
>
> SATLUG mailing list
> SATLUG at satlug.org
> http://alamo.satlug.org/mailman/listinfo/satlug to unsubscribe
> Powered by Rackspace (www.rackspace.com)
>


More information about the SATLUG mailing list