vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| HPers - I run the HPUX bootpd, a combination of bootp and dhcp server, on two of my HPUX machines here (using different dhcptab files for each). As far as I can tell, the servers run OK, but there is a lack of logging and monitoring available for the server, especially when I suspect a problem (ie, a dhcp client can't get an address). So, I've been trying some things on my own, but thought I would ask the group if anyone has addressed this issue before. Ideally, I would be looking for a script/program that shows each request that is received by the server, and how it was handled (ie, either by the bootptab, the dhcptab, or neither), and of course, the IP address assigned, etc. Anyone done or seen anything like this ? TIA - John -- ################################################## ####################### # John Foley - LAN Manager # Maildrop: IL02 - RM 0206 # # Schaumburg BTS CoE # SMTP E-MAIL: johnf@comm.mot.com # # Motorola # X400 E-MAIL: CJF001@email.mot.com # # 1301 East Algonquin Rd. # Phone: (847) 576-8719 # # Schaumburg, Illinois 60196 (USA) # Fax: (847) 538-3765 # ################################################## ####################### (this email sent using Netscape on NT) |
| ||||
| John Foley wrote: > that is received by the server, and how it was handled (ie, either > by the bootptab, the dhcptab, or neither), and of course, the > IP address assigned, etc. You could use tcpdump and filter on the bootp service. -- Alex. |