1
vote
0answers
26 views

Negate global parameter in dhcpd.conf

Let's say I've got a DHCP server that will serve 10 subnets. 9 of the subnets will be on the "example.org" domain and one will receive no domain from the DHCP server. I set option domain-name ...
0
votes
2answers
198 views

DHCP not updating DNS

RHEL5.6, bind-9.3.6, and dhcp-3.0.5 So, after I fixed my problem with getting DHCP to parse the MAC addresses for these virtual machines, now I need to figure out how to get it to update DNS when one ...
0
votes
1answer
185 views

dhcpd not processing broadcast DHCPDISCOVER

My DHCP server is handling two subnets. The first subnet is all host -> fixed-address sets for known hardware. The second subnet has a pool set up to handle virtual machines in a vCenter. Now, if ...
4
votes
3answers
1k views

How could I fix “No subnet declaration for restart (0.0.0.0)”?

I have a DHCP service installed on my distribution, Backtrack 5 R2 (ubuntu 10.04) and it was working fine, but when I began to configure DNS it suddenly stoped working, how can I make it work again?? ...
1
vote
2answers
445 views

Testing dhcp server locally on one physical machine with virtual machine

I'm writing simple program to configure and monitor DHCP server on my Ubuntu 12.04. What I'm trying to achieve that my physical machine will be DHCP server and my VM (virtual machine) get one lease ...
1
vote
1answer
1k views

DHCP on Windows Server 2008 - Without Domain

Hi there I am experimenting with Ghost software (FOG Project). Since I have DHCP on my router (it's one of those routers you cannot configure.) I want to create a DHCP Server on my Windows Server 2008 ...
0
votes
1answer
352 views

dhcp6 server config problems

I'm trying to configure an IPv6 DHCP server in gentoo. So far: /etc/dhcp/dhcpd6.conf - subnet snippet: subnet6 2001:db8:21e:101::/64 { range6 2001:db8:21e:101::6 2001:db8:21e:101::100; ...
0
votes
3answers
3k views

dhcp option 252 what is it?

All over the internet I see example of how to set up dhcpd with WAPD proxy auto configuration using DHCP. In the /etc/dhcpd.conf file There are statements like this. option wpad code 252; ...
0
votes
2answers
208 views

dhcp.lease showing strange entries

lease 172.16.0.174 { starts 2 2011/11/22 10:23:11; ends 3 2011/11/23 10:23:11; binding state active; next binding state free; hardware ethernet 6c:50:4d:0e:c8:c0; uid ...
1
vote
1answer
165 views

How does DHCP distribute or choose which IP to give within the scope?

There is something strange happening with my OpenWrt firmware. The scope for my DHCP is 100 to 250 in the 192.168.1.* range but the first IP it gave is 192.168.1.189. Is there any reason it started ...
3
votes
2answers
549 views

“Network Scan” gives “DHCPServer FAILED”, but it's checking the wrong address

When I do a "Windows Help and Support Center" "Network Scan" on my XP SP3 machine, it tests a very long list of various things. All are marked "OK" except: > DHCPServer 192.168.0.1 (FAILED) > ...
3
votes
3answers
11k views

How to find my DHCP server IP address via a command prompt in Windows?

Linux has easy commands to find the DHCP server IP address via a command prompt. Is there anything for Windows?
-4
votes
1answer
218 views

A software DHCP server [closed]

I want to run a software DHCP server, so that people can access the internet through my computer. I want to be able to do things like see what websites they are browsing. I can use software made for ...
1
vote
1answer
445 views

DHCP disable client DDNS updates

I have a DHCP server (ISC dhcp server version 3) set up on Ubuntu Maverick. The windows client in the network are trying to update their DNS name to the current IP address in the DNS zone by ...
0
votes
1answer
3k views

ASA DHCP Relay configuration

I have locations in different cities, connected using 2 Cisco ASA devices. my main location, corporate, use the IP 192.168.1.x The second location, remote store, use the IP 192.168.3.x I have a DHCP ...
1
vote
1answer
2k views

fedora, dhcpd fails to start

History: I got a tiny shiny plugserver which I want to plug to my ADSL router (or however you want to call it) on one end (eth0), and the other end (eth1) I want to run a dhcp server for my LAN. ATM I ...
1
vote
2answers
326 views

Dhcpd Daemon is trying to lease itself?

I have a Slackware Linux 13.0 box with two interfaces, eth0 and eth1. I have set this box up to be on the 192.168.1.0/24 network, with subnet mask of 255.255.255.0. I am trying to run a dhcpd server ...
2
votes
3answers
298 views

My Very Own DHCP Server

My home network is as follows: Cable modem for internet, connected to a wireless router, multiple clients connected over the wireless network. My wireless router has a builtin DHCP server that assigns ...