question

MichaelPotter2-9528 avatar image
0 Votes"
MichaelPotter2-9528 asked MichaelPotter2-9528 answered

Routing and Remote Access message

When trying to configure and enable routing and remote access I get the following message; Incoming connections are currently enabled on server (windows server 2019). before you can configure routing and remote access on server you must open network connections and delete incoming connections.

Have not found where to delete incoming connection (Please help)?

windows-server
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,

Just checking in to see if the information provided was helpful.

If yes, you may accept useful reply as answer, if not, welcome to feedback.

Best Regards,
Sunny

0 Votes 0 ·

Hi Sunny,

Thanks for your follow-up on this issue. Unfortunately I am still conducting further research on the problem. Using NETSTAT at the Command Prompt I can see all the established connections. Within the Event Log I see (Event ID 10038) that’s related to Remote Access. I open Network Connections, but I don’t see how to delete Incoming Connections.

REG ADD HKLM\SYSTEM\CurrentControlSet\Services\ rasman /v SvcHostSplitDisable /t REG_DWORD /d 1 /f REG ADD HKLM\SYSTEM\CurrentControlSet\Services\ remoteaccess /v SvcHostSplitDisable /t REG_DWORD

Didn’t resolved the current error message.

Thanks,
Michael

0 Votes 0 ·
SunnyQi-MSFT avatar image
0 Votes"
SunnyQi-MSFT answered

Hi,

Thanks for posting in Q&A platform.

Please try to run the following command in an elevated CMD prompt to see if it helps:

REG ADD HKLM\SYSTEM\CurrentControlSet\Services\ rasman /v SvcHostSplitDisable /t REG_DWORD /d 1 /f

REG ADD HKLM\SYSTEM\CurrentControlSet\Services\ remoteaccess /v SvcHostSplitDisable /t REG_DWORD

Here is a similar thread discussed before, you could have a look:

Cannot create New Incoming Connection

Best Regards,
Sunny


If the Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MichaelPotter2-9528 avatar image
0 Votes"
MichaelPotter2-9528 answered

I found the following command posted for server 2003: (Net Use * /delete) The post said it delete all incoming connections. Will it work for Windows Server 2019?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.