Posting data from multiple servers routing through one server to client server
Posted
by
Swaroop Kundeti
on Server Fault
See other posts from Server Fault
or by Swaroop Kundeti
Published on 2013-10-31T09:27:39Z
Indexed on
2013/10/31
9:56 UTC
Read the original article
Hit count: 394
networking
I have 5 webservers behind Load balancer and we have a client server at other end. Client has white listed my 5 webserver public ip so that my webservers will post a file to the client server. Here the problem is my webservers is going to increase and i cannot always ask client to make my new webserver ip's white list. So i would like to make my infra this way, my webservers will post data to the client server routing from a single server. Like assume that web-1 is main server and the remaining 4 web servers will post data to client server routing through main web-1.
I was told that this can be achieved by doing IP Tunneling. But i have no idea how to do that. Would be great for any kind of help.
© Server Fault or respective owner