Difference between revisions of "LVS/NAT"

From LVSKB
Jump to: navigation, search
m
m
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
It stands for Linux Virtual Server via [[Network Address Translation]], an IP load balancing technology implemented in LVS.
+
It stands for Linux Virtual Server via [[Network Address Translation]], an IP load balancing technology implemented in [[LVS]].
  
The [[Network Address Translation]] technology is used to rewrite the destination address (ip address and port number of virtual service) of request packets to that of selected real server, and rewrite the source address of response packets back to that of virtual service, so that clients don't know which real server performs the service. In this way, parallel services of multiple real servers can be grouped as a virtual service at a single IP address.
+
The [[Network Address Translation]] technology is used to rewrite the destination address (ip address and port number of virtual service) of request packets to that of selected [[real server]], and rewrite the source address of response packets back to that of virtual service, so that clients don't know which real server performs the service. In this way, parallel services of multiple real servers can be grouped as a virtual service at a single IP address.
  
See more information about Linux Virtual Server via Network Address Translation at http://www.linuxvirtualserver.org/VS-NAT.html
+
== See Also ==
 +
 
 +
* See more information about Linux Virtual Server via Network Address Translation at http://www.linuxvirtualserver.org/VS-NAT.html
 +
* [http://www.ssi.bg/~ja/L4-NAT-HOWTO.txt LVS-NAT troubleshooting HOWTO from Julian]
 +
 
 +
 
 +
{{IPVS-stub}}
  
 
[[Category:IPVS]]
 
[[Category:IPVS]]
[[Category:IP Load Balancing Technologies]]
+
[[Category:IP Load Balancing Technologies|NAT]]
 +
[[Category:Terms and Abbreviations]]

Latest revision as of 02:59, 30 June 2007

It stands for Linux Virtual Server via Network Address Translation, an IP load balancing technology implemented in LVS.

The Network Address Translation technology is used to rewrite the destination address (ip address and port number of virtual service) of request packets to that of selected real server, and rewrite the source address of response packets back to that of virtual service, so that clients don't know which real server performs the service. In this way, parallel services of multiple real servers can be grouped as a virtual service at a single IP address.

See Also


LVS.png "LVS/NAT" is an IPVS related stub. You can help LVSKB by expanding it