-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to configure #18
Comments
Hi @Felsser,
I would have liked to do that that way, but... Best Regards from Germany |
Hey @MysticFoxDE Die Idee ist eher das dein script sich auf bestimmte Ziele definieren lässt, sprich Windows kommuniziert weiterhin mit Internet aber bestimmte Ranges oder IPs werden mit Datacenter angesprochen. |
Moin Felsser,
nein das geht auf den Clients leider nicht und auf den Server ist das nicht notwendig, weil diese selbst das korrekte Profil ermitteln können. Beste Grüsse aus BaWü |
Hello,
a nice addon to the script would be to define IP-Ranges to use Datacenter, for myself I run a /21 Network and would like to define a Range of Hosts to communicate through datacenterprofile.
For Example Client (W10): 192.168.30.31
Servers (WS2019): 192.168.25.2, 192.168.26.210, .. etc
Now i would like to run the script that it basically realizes:
New-NetTransportFilter -Settingname Datacenter -DestinationPrefix 192.168.25.2/32
New-NetTransportFilter -Settingname Datacenter -DestinationPrefix 192.168.25.26.210/32
There is no need to call all traffic through Datacenter, as far as I understood this could create drama elsewhere.
The text was updated successfully, but these errors were encountered: