MysticFoxDE / WINDOWS-OPTIMIZATIONS

SKRIPTS FOR WINDOWS DESUBOPTIMIZATION
614 stars 54 forks source link

Possibility to configure #18

Open Felsser opened 1 year ago

Felsser commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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