DHCP Server Address?

How do if find the IP address of the DHCP server that gave me the lease? What I need is (wince) ipconfig /all. I am securing my firewall and I want the DHCP server to be the only machine to contact me.

Mark

I am not currently under qnx, but on my linux box, the dhcp client daemon (dhcpcd) logs those info in the log files in /etc/dhcpcd directory. Check your qnx to see if there is a /etc/dhcp something directory. If not, I am sure the “dhcp.client” has an option to use syslog, and you should be able to find out what you need in the syslog file…

Thanks for the reply…

That is what I did. Started syslogd, and then ran dhcp.client -d (for debug mode)

…now on to my next challenge…