Skip to content
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

Open
Felsser opened this issue Apr 13, 2023 · 3 comments
Open

Possibility to configure #18

Felsser opened this issue Apr 13, 2023 · 3 comments

Comments

@Felsser
Copy link

Felsser commented Apr 13, 2023

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.

@MysticFoxDE
Copy link
Owner

Hi @Felsser,

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.

I would have liked to do that that way, but...
NTF
😭

Best Regards from Germany
Alex

@Felsser
Copy link
Author

Felsser commented Apr 14, 2023

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.
Vermutlich nicht so einfach wie ich mir das wünsche. ;-)

@MysticFoxDE
Copy link
Owner

Moin Felsser,

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.

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ü
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants