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...
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
On Thu, Mar 12, 2009 at 4:26 PM, Robert Moskowitz <rgm at htt-consult.com> 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 -- Tim Verhoeven - tim.verhoeven.be at gmail.com - 0479 / 88 11 83 Hoping the problem magically goes away by ignoring it is the "microsoft approach to programming" and should never be allowed. (Linus Torvalds)
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 to messages. Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
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 logs by default all requests and the answers to messages.I have a proprietary firewall that provides dhcpd services and includes fields for entering the WINS server address and the WINS mode. I wanted to see what these variables show up as as well as their values... I do not see them in cat /var/lib/dhclient/dhclient-eth1.leases on this system.