How to reroute traffic using two servers
![qa-featured](https://www.techyv.com/sites/default/users/superadmin/qa-featured-300x270.png)
I am using two Windows web servers in VM environment. How can I reroute the incoming traffic towards one particular server? Please tell me one of the easiest and reliable ways.
![](https://techyv.com/sites/default/2016/10/techpedia_logo.png)
I am using two Windows web servers in VM environment. How can I reroute the incoming traffic towards one particular server? Please tell me one of the easiest and reliable ways.
you would need to use a Bridged Network interface with your vmware guest, in order to get the external traffic passed IN to your guest OS. The NAT is generally not a one-to-one NAT in vmware, thus inbound traffic that is not part of an established TCP session is dropped with nowhere to go.
Configure Guest OS
Start Vmware application > Select Virtual machine >Click on VM >Select Settings >Select Ethernet1 > Select Network Connection: “Host-only: A private network shared with the host” >Click ok to save