Hi all,

I've configured a DHCP server on Solaris 10 u1 x86 and it works fine when 
tested with another Solaris box as a client. dhcp start / renew / whatever. 
However, when trying to use it for jumpstart, it doesn't seem to pick up an IP. 
It just tells me no boot filename received. the packet capture shows:

0.0.0.0 -> 255.255.255.255 DHCP Discover
192.168.0.1-> 255.255.255.255 DHCP Offer
0.0.0.0 -> 255.255.255.255 DHCP Discover
192.168.0.1-> 255.255.255.255 DHCP Offer
0.0.0.0 -> 255.255.255.255 DHCP Discover
192.168.0.1-> 255.255.255.255 DHCP Offer
0.0.0.0 -> 255.255.255.255 DHCP Discover
192.168.0.1-> 255.255.255.255 DHCP Offer

but the box trying to PXE boot doesn't send back a request. running dhcp in 
debug mode shows:

44b35518: Datagram received on network device: iprb0(limited broadcast)
44b35518: Reserved offer: 192.168.0.35
44b35519: Sending datagram to broadcast address.
44b35519: Updated offer: 192.168.0.35
44b3551a: Datagram received on network device: iprb0(limited broadcast)
44b3551a: Sending datagram to broadcast address.
44b3551a: Updated offer: 192.168.0.35
44b3551e: Datagram received on network device: iprb0(limited broadcast)
44b3551e: Sending datagram to broadcast address.
44b3551e: Updated offer: 192.168.0.35
44b35526: Datagram received on network device: iprb0(limited broadcast)
44b35526: Sending datagram to broadcast address.
44b35526: Updated offer: 192.168.0.35

what i'm eventually trying to do is to extract that ip address. is there a way 
to extract those debug messages while dhcpd is running as a service? can i get 
it to write those debug messages to a logfile or something?
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to