The moose likes General Computing and the fly likes DHCP server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "DHCP server" Watch "DHCP server" New topic
Author

DHCP server

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 295
Hi,
How do I know which DHCP my machine used to get its IP and how do I find when the IP was issued and how long is left with it?
Thanks.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

On my Windows machine "ipconfig /all" gives me that information. I expect there's a similar command on other operating systems.
Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 295
Paul Clapham wrote:On my Windows machine "ipconfig /all" gives me that information. I expect
there's a similar command on other operating systems.

Super stuff Paul.
 
 
subject: DHCP server
 
Threads others viewed
getting the ipaddress
Writing DHCP client/server in JAVA
About IP Addresses
how to find ip address
How to find ip address using mac in a network
IntelliJ Java IDE