Does windows have an equivalent of the Linux Network Namespace?
I want to create a new interface and have that interface only accessible to specific applications, that interface would not be listening on the standard windows ports (139 445 etc).
Ideally the application would not be able to use the other interfaces either, but that's less important for my use case.
Most importantly the interfaces would not communicate with each other at the OS level, they would need to actually send packets out to a physical/virtual network if they wanted to communicate between each other. The IP ranges could even be overlapped (of course then they couldn't talk to each other directly).
0 Answers