Difference between revisions of "LVS/TUN"
From LVSKB
m |
|||
Line 11: | Line 11: | ||
See more information about Linux Virtual Server via IP Tunneling at http://www.linuxvirtualserver.org/VS-IPTunneling.html | See more information about Linux Virtual Server via IP Tunneling at http://www.linuxvirtualserver.org/VS-IPTunneling.html | ||
+ | |||
+ | == Examples == | ||
+ | |||
+ | * [[LVS/TUN mode with FreeBSD and Solaris realserver|Using LVS/TUN with FreeBSD and Solaris Real Servers]] | ||
Revision as of 17:16, 18 August 2006
It stands for Linux Virtual Server via IP Tunneling, an IP load balancing technology implemented in LVS.
IP tunneling (IP encapsulation) is a technique to encapsulate IP datagram within IP datagram, which allows datagrams destined for one IP address to be wrapped and redirected to another IP address. This technique can be used to build a virtual server that the load balancer tunnels the request packets to the different servers, and the servers process the requests and return the results to the clients directly, thus the service can still appear as a virtual service on a single IP address.
See more information about Linux Virtual Server via IP Tunneling at http://www.linuxvirtualserver.org/VS-IPTunneling.html
Examples
"LVS/TUN" is an IPVS related stub. You can help LVSKB by expanding it |