Unsolved
This post is more than 5 years old
138 Posts
0
9335
July 3rd, 2008 13:00
Windows Server 2003 DNS
So, my workplace currently has an Exchange server running as a domain controller, and I was wondering if there were a way to setup a static IP for a device (not currently on the network) using it's MAC address.
We're trying to set up VOIP over a T1 line between two of our offices, and I need to add the router for said line to our network. I have no host name for it, and it's not plugged in. In order to progress any further on this project, the router needs to be added to the network on a specific IP address. How would I go about that on the Windows DNS with only a MAC address?
No Events found!


Frank Rizzo
10 Posts
0
July 3rd, 2008 23:00
Can you use a reservation in DHCP? This can be done by specifying a MAC address. Once the device appears on the network it will be assigned the IP address you have reserved.
DNS is just a host name to IP address mapping, you don't actually assign IP addresses using DNS.
PS I don't think this is the right forum for this question, this is the Dell System Management forum dealing with Dell Management software queries & issues.
Frank Rizzo
10 Posts
0
July 4th, 2008 02:00
cmspaz
138 Posts
0
July 4th, 2008 02:00
cmspaz
138 Posts
0
July 4th, 2008 02:00
Noted on the forum discrepency, if a mod wants to move it, that's fine.
The DHCP server isn't even installed. As far as I can tell, the IPs are being assigned by the DNS, with the hostname of the computer being the determining factor. Is that possible, or am I totally off?
Frank Rizzo
10 Posts
0
July 4th, 2008 03:00
Now you've got me confused, the box in your cube? Is that a PC on your desk? It's setup to obtain an IP address from DHCP but you don't have a DHCP server? Is a router handing out the IP addresses? Are we talking about one subnet here?
If you want to assign an IP address to a device then forget about DNS, it's not relevant. If you want to assign a hostname to an IP address then DNS comes into play.
cmspaz
138 Posts
0
July 4th, 2008 03:00
Yeah, it's a PC on my desk. And it's setup for DHCP. See why I'm confused?
And yes, it's all one subnet. The winserv2k3 box running is DNS, no visible DHCP service, and yet, according to the tech manual left by the previous tech guy (I didn't setup the network), it's running DHCP, and according to every box on the network, it's running DHCP. I'll look into it more on monday, but I was just curious if it were possible for the box to assign the IPs via DNS.
Frank Rizzo
10 Posts
0
July 4th, 2008 04:00
So an ipconfig /all on the PC shows the DHCP server as the W2K3 server? But there's no DHCP server service running on the W2K3 server? It sounds a bit weird. You could check for sure by using Ethereal on the PC, renewing the IP address using ipconfig /renew from the command line and checking to see what is renewing the IP address.
I would suggest double checking for the DHCP Server service under Services on the W2K3 box first.
cmspaz
138 Posts
0
July 4th, 2008 04:00
And trust me, I checked for the service, both in the add/remove windows components and the running services list... multiple times. In hindsight, it's possible there's a third party service running DHCP... but I'm not sure why that would be the case. Regardless, I'll check on monday.
Frank Rizzo
10 Posts
0
July 6th, 2008 19:00
cmspaz
138 Posts
0
July 7th, 2008 12:00