Re: DHCP leases
On Fri, Feb 24, 2006 at 01:43:40PM -0800, Jose Borquez wrote: > I know you can view the current DHCP leases in the dhcpd.leases file, > but is there a command that can be used to dynamically view the DHCP > leases as they are handed out? man dhcpd.conf man syslog.conf dhcpd writes status updates to syslogd. You can configure syslogd to redirect them to where ever you wish, including piped into another program for additional processing. -- David Kelly N4HHE, [EMAIL PROTECTED] Whom computers would destroy, they must first drive mad. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: DHCP leases
On Friday 24 February 2006 12:43, Jose Borquez wrote: > I know you can view the current DHCP leases in the dhcpd.leases file, > but is there a command that can be used to dynamically view the DHCP > leases as they are handed out? tail -f /var/db/dhcpd.leases Beech -- --- Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED] /"\ ASCII Ribbon Campaign | Alaska Paradise Travel \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com --- pgpxLnTGamTfW.pgp Description: PGP signature
DHCP leases
I know you can view the current DHCP leases in the dhcpd.leases file, but is there a command that can be used to dynamically view the DHCP leases as they are handed out? Thanks in advance, Jose ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"