answersLogoWhite

0

How do you find your DHCP?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

1.

Click "Start" button located in the left lower corner of your screen.

2.

n Windows XP, click "Run," and type "cmd" followed by pressing "Enter."

In Windows Vista, type "cmd" and press "Enter."

The command prompt window with the black background should appear.

3.

Type "ipconfig/all" in the command prompt and press "Enter."

4.

Scroll down the program output and find a line that starts with "DHCP Server." This line contains an IP address of the DHCP Server. For example, " DHCP Server . . . :193.165.1.1 "

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What ports are used by dhcp and the DHCP client?

The port 67 and port 68 are used by DHCP and the DHCP clients.


How do you find your dhcp server id?

You haven't indicated what operating system you are using. For windows, using the 'ipconfig /all' command will show you what the DHCP server address is.


Does the dhcp server have to be activated to issue leases to dhcp clients?

dhcp has to be authorized


What is the use of a DHCP relay agent?

The use of a DHCP relay agent is an agent that relays DHCP between DHCP clients and DHCP servers on different IP networks. The DHCP relay agent is compliant with RFC 1542.


What command create DHCP address pool on a router?

router (config)# ip dhcp servicerouter (dhcp-config)# ip dhcp pool router (dhcp-config)# network


What is the IP address of the DHCP server?

DHCP server must be assigned a static IP address...On a Windows computer you can find out the IP address of the DHCP server that assigned your current IP address by opening a command prompt and typing "ipconfig /all".


What port is DHCP used?

(DHCP) Dynamic host Configuration Protocol. The Default Port Number is: for DHCP client : 546 for DHCP server : 547


Us robotics router and dhcp server is enable if i put ip manually to my PC i can't access to internet i want to put ip manually do i want disable dhcp on router?

If you want to put your ip manually you have to disable the dhcp server. Hirothegood says: I need to add on to this- I have not been able to find a way to disable it. I can't find where to disable DHCP so I could have wireless on my DS. Can someone please help? Answer You do not have to disable DHCP to use a locally assigned address in a device. You just need to make sure that the address has not been assigned by DHCP. You will typically find that DHCP has a range of addresses it can assign from 100 up (maybe 50 or 100 above). You can pick an address below the range DHCP is responsible for, and it should work. I.E. Your network gateway is 192.168.1.1 Dhcp will probably start assigning addresses at 192.168.1.100 and go on up to 192.168.1.199. Just manually assign an address of 192.168.1.75 or something else below 100, and you should be ok.


In a domain installations of DHCP require the authorization of the dhcp server before IP addresses can be allocated True or False?

yes DHCP require the authorization of the dhcp server before IP addresses can be allocated because until we authorize DHCP server the network does not know who is the dhcp server for the subnet. The DHCP server broadcasts the information to all.


What step is this dhcp discovery dhcp offer dhcp request dhcp acknowledge?

Those are the four phases of acquiring an IP address via DHCP. More information would be needed to indicate which of the 4 phases are being used at this point.


What is the Linux command to consult a DHCP server?

dhcp-client


What is the path and file name of the DHCP server configuration file?

DHCP server configuration in /etc/dhcp/dhcpd.conf(FEDORA)or /etc/dhcpd.conf (RHEL).