How to reroute traffic using two servers

Asked By 50 points N/A Posted on -
qa-featured

 

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.

 

SHARE
Answered By 0 points N/A #199475

How to reroute traffic using two servers

qa-featured

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

Related Questions