1

We have a Windows 2012 R2 server; we use it for AD domain controller and DNS. Can I remove the Remote Access role and the "DirectAccess and VPN (RAS)" Role Service (in Server Manager) from my machine? I presume that Remote Access has to do with VPN and/or dialup and we don't care about either one on this box. Will that make the "PPP adapter RAS (Dial In) interface" go away?

I noticed earlier that there are 2 "A" records in DNS for this machine. Not only that, but both addresses are on the same network, and both respond to pings. AND I'm able to remote desktop into both addresses. But we only have 1 network interface on the server, and only 1 IP address is assigned as I can see from the network Control Panel.

From the command prompt I can see that this is a "PPP adapter", with a subnet mask of 255.255.255.255. How and where this interface came from I don't know. We do not have PPP and our VPN is on a completely different device, that much I know (it's not even a Windows machine).

Long-time UNIX SysAdmin here. No Windows chops, so be gentle...

Thanks.

Mike S
  • 1,145
  • 5
  • 22
  • 42

1 Answers1

1

Lets break your question down:

Yes, you can safely remove the remote access role from the server without losing the functionality of DNS and AD, that will make the dial in interface go away too.

When you install the RRAS service and configure it with a dial in interface, the interface will actually be a virtual network card and it will reserve an IP address from the range you're using for remote access, this is why you're seeing two IP addresses on the server.

This is the same virtual network card I mentioned earlier, it will be removed once you remove the RRAS role from the server.

Noor Khaldi
  • 3,869
  • 3
  • 19
  • 28
  • Thanks for the reply, I will try it. If it goes with out a hitch, you get the upvote and the "answer" tick! :-) I'll report back in a day or two after I've done the dirty deed (I have to open a change ticket and so on...). – Mike S Feb 11 '16 at 21:24
  • Good luck with that then, and I will be happy to help further more if you got into any problems :) – Noor Khaldi Feb 11 '16 at 21:27
  • Heh- I don't get to play. My comrade tells me that this thing is actually in use. Well I will remove it later, when we move to another device. – Mike S Feb 12 '16 at 15:20