[CentOS] How to find out values from dhcp query

2009-03-12 Thread Robert Moskowitz
How can I find out what variables and their values were provided by a dhcpd server to my client? I thought perhaps /etc/dhclient-eth1.conf, but that is not the place... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Ray Van Dolson
On Thu, Mar 12, 2009 at 11:26:49AM -0400, Robert Moskowitz wrote: > How can I find out what variables and their values were provided by a > dhcpd server to my client? > > I thought perhaps /etc/dhclient-eth1.conf, but that is not the place... Try /var/lib/dhclient/*.leases. Ray

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Tim Verhoeven
On Thu, Mar 12, 2009 at 4:26 PM, Robert Moskowitz wrote: > How can I find out what variables and their values were provided by a > dhcpd server to my client? > > I thought perhaps /etc/dhclient-eth1.conf, but that is not the place... > Check the lease file in /var/lib/dhclient Regards, Tim --

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Kai Schaetzl
Robert Moskowitz wrote on Thu, 12 Mar 2009 11:26:49 -0400: > How can I find out what variables and their values were provided by a > dhcpd server to my client? what values? You can see most parts of the negotiation on the server in real time. dhcpd logs by default all requests and the answers t

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Robert Moskowitz
Kai Schaetzl wrote: > Robert Moskowitz wrote on Thu, 12 Mar 2009 11:26:49 -0400: > > >> How can I find out what variables and their values were provided by a >> dhcpd server to my client? >> > > what values? You can see most parts of the negotiation on the server in > real time. dhcpd log

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Ray Van Dolson
On Thu, Mar 12, 2009 at 03:29:09PM -0400, Robert Moskowitz wrote: > Kai Schaetzl wrote: > > Robert Moskowitz wrote on Thu, 12 Mar 2009 11:26:49 -0400: > > > > > >> How can I find out what variables and their values were provided by a > >> dhcpd server to my client? > >> > > > > what values

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Robert Moskowitz
Ray Van Dolson wrote: > On Thu, Mar 12, 2009 at 03:29:09PM -0400, Robert Moskowitz wrote: > >> Kai Schaetzl wrote: >> >>> Robert Moskowitz wrote on Thu, 12 Mar 2009 11:26:49 -0400: >>> >>> >>> How can I find out what variables and their values were provided by a dhcpd s

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Ray Van Dolson
On Thu, Mar 12, 2009 at 04:59:13PM -0400, Robert Moskowitz wrote: > Ray Van Dolson wrote: > > On Thu, Mar 12, 2009 at 03:29:09PM -0400, Robert Moskowitz wrote: > > > >> Kai Schaetzl wrote: > >> > >>> Robert Moskowitz wrote on Thu, 12 Mar 2009 11:26:49 -0400: > >>> > >>> > >>> > >>

Re: [CentOS] How to find out values from dhcp query

2009-03-12 Thread Scott Silva
on 3-12-2009 12:29 PM Robert Moskowitz spake the following: > Kai Schaetzl wrote: >> Robert Moskowitz wrote on Thu, 12 Mar 2009 11:26:49 -0400: >> >> >>> How can I find out what variables and their values were provided by a >>> dhcpd server to my client? >>> >> what values? You can see mos