0

I have a problem where one of the DHCP scopes has exhausted its scope of IPs. Investigating, I found that a couple of the window 2008 r2 servers were reserving blocks of IPs for RAS running on the server. We don't use RAS and or have a need.

how can this be disabled or configured to not reserve IP's automatically?

Shane Madden
  • 114,520
  • 13
  • 181
  • 251
MikeJ
  • 1,381
  • 4
  • 13
  • 24

2 Answers2

1

Uninstall the role if you're not using it.

  1. In Server Manager, under Roles Summary, click Remove roles.
  2. In the Remove Roles Wizard, advance to the Remove Server Roles page.
  3. Clear Network Policy and Access Services, and then click Next.
  4. On the Confirm Removal Selections page, click Remove, and then click Close.
  5. In the confirmation dialog box, click Yes to restart your computer.

However, if you'd like to change the way it's configured, there's a TechNet article here.

colealtdelete
  • 6,017
  • 2
  • 30
  • 34
  • not installed, but installing it now to see if I can configure it to not grab IP's. Odd is that I never had to do this before. – MikeJ Oct 10 '13 at 17:33
0

Your RRAS server is probably set up as per the "To configure RRAS to use addresses from a DHCP server" section in this article: Configure the Way RRAS Assigns IP Addresses to VPN Clients.

You should be able to disable DHCP from there, and hopefully that will free up the leases on your DHCP server.

Trondh
  • 4,201
  • 24
  • 27