alvaroag
20-02-2016, 07:17
Oh, it's Windows....Then, what you were partially true: It IS possible to separate outgoing traffic, but not in a transparent way as in Linux; in Windows, the separation has to be done by the application, using winsock API; that means, it's almost impossible, as most applications won't have such option.
The other part, that such configuration has to be done in the router is also partially true: As windows cannot separate the traffic, you need another, more network capable device, which will do the traffic separation for Windows. That can be a Linux box that will do the same I explained on the previous post, but for other machines rather than itself; it could also be a specialized router. However, OVH does not offers such service: you can route multiple IPs to a server, but OVH will not divert the traffic for you. However, you have two alternatives:
1. Use Linux as the host operating system, so you can separate the NATed outgoing traffic for the VM using a procedure similar to the previously explained.
2. Add another VM on Hyper-V with Linux, assign all the IPs to that VM, create a private network between both VMs, and configure the Linux VM as a NAT with traffic separation.
The other part, that such configuration has to be done in the router is also partially true: As windows cannot separate the traffic, you need another, more network capable device, which will do the traffic separation for Windows. That can be a Linux box that will do the same I explained on the previous post, but for other machines rather than itself; it could also be a specialized router. However, OVH does not offers such service: you can route multiple IPs to a server, but OVH will not divert the traffic for you. However, you have two alternatives:
1. Use Linux as the host operating system, so you can separate the NATed outgoing traffic for the VM using a procedure similar to the previously explained.
2. Add another VM on Hyper-V with Linux, assign all the IPs to that VM, create a private network between both VMs, and configure the Linux VM as a NAT with traffic separation.