|
I have a Linux Fedora server running Bind 9.5.0 and DHCP 3.0.6. Bind is configured to allow updates (I'm only showing part of the config, but the reverse part is there too):
zone "myhome.org" IN { type master; file "named.myhome.org"; allow-update { key...
Started by Eddie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Maybe you need to add something like this to your linux dhcp server to have: DHCP_HOSTNAME=your_hostname
For it to pass it's hostname on to the DHCP server, so it can then....
Supplied by the DHCP server.
|
|
Hello. I have a problem where Windows Server 2003 takes lots of DHCP addresses althought there is only 1 NIC in that server and with DHCP disabled (see information below).
However, as you can see, MAC address in DHCP client table on router does not match...
Started by Janis Veinbergs on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Also fix the date on your ....
It could be a misconfigured machine.
Just because the hostname in your DHCP client table matches the hostname of your server does on your DHCP server to figure out what machine is requesting them.
|
|
I know there is a simple command for this, but how do I tell my ubuntu server instance to request a new IP address from the DHCP server on eth0?
Started by Heat Miser on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Type "sudo /etc/init.d
When you run "....
To make sure your DHCP server is up and running.
Then just be sure, check to get it working without it .
If not, it's not running...
Starting DHCP server:dhcpd3.
server: dhcpd3.
|
Ask your Facebook Friends
|
One of my Windows Server 2003 Domain Controller seems to have died this morning. This was the only DHCP server for this particular office. I have another DC in this office.
If I set up a new DHCP server on this other DC:
Will it know the leases? (Maybe...
Started by Kyle Brandt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If I set up a new DHCP server on this other DC:
* Will it know the leases? (Maybe the information on that IP (right click on the server in the DHCP tool, there is an option to have Windows DHCP check backup DHCP....
|
|
I'm currently running Server 2003 Standard in my home network. I use its DHCP and DNS services for my home network.
I just signed up for the Microsoft Website Spark program where I get a free copy of Windows Server 2008 Web Edition (does not support DNS...
Started by rockinthesixstring on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Set up Bind as the DNS server and a dhcp server a valid license ....
I'm going to go way out on a limb here but if you need a "free" dns and dhcp server and you have an extra computer you should try Ubuntu Server.
|
|
The ability for DHCP servers (Microsoft, ISC, VitalQIP, IPControl, Infoblox, etc.) to deliver DHCP Option 119 - Domain Suffix Search Lists has been around for a long time. Initially, DHCP Client Support for this option was scarce. So, my question is this...
Started by netlinxman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
This article indicates....
I'm seeing postings that seem to indicate that Windows Server 2003 and 2008 do not support option 119, either.
A concise list of the DHCP options supported by various Microsoft operating systems has proven option 119.
|
|
Are there any (good) free DHCP servers for Windows XP?
Started by Gili on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
:)
There's an open-source solution here: http://sourceforge.net/projects/dhcp-dns-server/
Another, not so open: http://www.softcab.com/....
Http://sourceforge.net/projects/dhcp-dns-server/
Use a linksys/cicso router.
On XP.
|
|
How can I set the priority of DHCP servers to get a lease from in windows (XP)?
Started by J G on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
There's apparently a draft DHCP option for setting server priority, but the draft RFC dates from 1997 and I can't not just manually assign them?
does it mean someone can ruin my network by installing a dhcp serverAs far as I know....
|
|
How can I create a DHCP server in a Windows XP environment?
Started by Assassin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
It's 100% free and can act as a DNS server....
I've used Dual DHCP DNS Server in the past.
Typically you'd have a Windows Server box doing DHCP addressing, but if you wish to set it up on XP you'll need some additional software.
|
|
I have one DHCP server which provides the IP address to cleints.
But for my testing i want that one other computer should act as DHCP server and give IPs to three virtual machines on that computer ,but in different range as the other server
Is it possible...
Started by Mirage on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Information on configuring can have your Host machine forward request to your main DHCP server which would then be able to hand to only hand out addresses....
You would only have one DHCP server, just setup multiple DHCP scopes.
|