Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
a8aa360d
Commit
a8aa360d
authored
4 years ago
by
Christian Ringger
Browse files
Options
Downloads
Patches
Plain Diff
add rdp restriction in secure your device
parent
45bc6b5f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
network/secure_your_own_device.markdown
+17
-0
17 additions, 0 deletions
network/secure_your_own_device.markdown
with
17 additions
and
0 deletions
network/secure_your_own_device.markdown
+
17
−
0
View file @
a8aa360d
...
@@ -40,6 +40,23 @@ This will enable more restricive firewall settings.
...
@@ -40,6 +40,23 @@ This will enable more restricive firewall settings.
Go to
**Settings**
>
**Update & Security**
>
**Windows Security**
>
**Open Windows Security**
,
Go to
**Settings**
>
**Update & Security**
>
**Windows Security**
>
**Open Windows Security**
,
check that all is green.
check that all is green.
### Remote Desktop
When you enable Remote Desktop will this be per default world wide open.
You can restrict it with a powershell in admin mode.
```
powershell
# Allow just current subnet.
Set-NetFirewallRule
-DisplayGroup
"Remote Desktop"
`
-RemoteAddress
"LocalSubnet"
# Allow just current subnet and eth vpn networks
Set-NetFirewallRule
-DisplayGroup
"Remote Desktop"
`
-RemoteAddress
"LocalSubnet"
,
10.5.0.0/16
,
10.6.0.0/16
```
Linux
Linux
-----
-----
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment