Top "Dhcp" questions

The Dynamic Host Configuration Protocol (DHCP) is an auto configuration protocol used on IP networks.

Can't ping a local VM from the host

My work laptop is is a member of a domain (the OS is Windows 8). Created a new VM, locally on …

windows-8 virtual-machine ping dhcp hyper-v
How to force ALL of the DHCP Clients to renew?

Is there any network broadcast call or something that can force all the connected DHCP clients to renew their addresses …

dhcp renewal
How can I check dhcpd.conf against syntax error without running dhcpd?

I need to make sure there are no syntax errors on dhcpd.conf. If there are errors, I want to …

linux bash dhcp
How to prevent /etc/resolv.conf from getting overwritten after reboot in Ubuntu 11.10?

I'm using Ubuntu 11.10 and I manually configure DNS servers in /etc/resolv.conf but it gets somehow overwritten after I …

networking dns ubuntu-11.10 dhcp
VMWare - Virtual operating system static IP address

What is the best way to have a virtual operating system have a static IP address in VMWware. I would …

vmware virtualization nat dhcp static-ip-address
In Powershell, what's the best way to join two tables into one?

I'm fairly new to Powershell, and am wondering if someone knows of any better way to accomplish the following example …

scripting powershell dhcp
Why are DHCP Offer and Ack broadcasted?

Why can't the server use the destination IP address of 0.0.0.0 as is used in source IP of DHCP Discover and …

dhcp
Set static ip if not obtained from DHCP (script)

I work on embedded device with linux on it. I want to use DHCP client first, but if there will …

linux ip dhcp ifconfig
Detecting a change of IP address in Linux

Does anyone know a way to detect a change of IP address in Linux. Say I have dhcpcd running, and …

linux ip dhcp
Python: check whether a network interface is up

In Python, is there a way to detect whether a given network interface is up? In my script, the user …

python networking ip dhcp network-interface