VMware Networking Community
ESCjkoch
Contributor
Contributor

Custom traffic redirection for server move

Currently server "A" named windows001.example.com is serving web traffic via IIS (ports 80/443) and CIFS (\\windows001)

I'd like to move the web traffic from IIS to Apache on Linux, but I can't change the name of either, so I'm looking to see if redirection is possible.

Current state:

windows001:80 --> IIS on windows001

windows001:443 --> IIS on windows001

windows001:CIFS --> Windows file server services on windows001

Desired state:

windows001:80 --> LinuxVM:80 (intercepted and redirect to another VM)

windows001:443 --> LinuxVM:443 (intercepted and redirect to another VM)

windows001:CIFS --> Windows file server services on windows001

0 Kudos
3 Replies
grosas
Community Manager
Community Manager

Hi ESCjkoch

Just to clarify - are you asking how to redirect traffic that currently leverages NSX Load Balancing in some way? or specifically asking for a Windows services based methodology for redirecting?  This may not be the correct forum for the later.

_____________________________________
Gabe Rosas (VMware HCX team at VMware)
Blog: hcx.design
LinkedIn: /in/gaberosas
Twitter: gabe_rosas
0 Kudos
ESCjkoch
Contributor
Contributor

More like, if traffic reaches vNIC on a specific port, redirect it to another VM, similar to what is done for redirecting traffic to partner solutions for inspection purposes.

0 Kudos
Sreec
VMware Employee
VMware Employee

Did you tried DVS port mirroring feature ? vSphere 5 New Networking Features - Port Mirroring - VMware vSphere Blog 

It is not a true redirection method,however it copies the packet and send to right destination which you have mirrored

Port mirroring provides visibility into

• Intrahost virtual machine traffic (virtual machine–to–virtual machine traffic on the same host)

• Interhost virtual machine traffic (virtual machine–to–virtual machine traffic on different hosts)

Cheers,
Sree | VCIX-5X| VCAP-5X| VExpert 7x|Cisco Certified Specialist
Please KUDO helpful posts and mark the thread as solved if answered
0 Kudos