IPVS implements load balancing for level transport inside Linux kernel. Running as frontend balancing the request from the clients to the backend servers using different methods of forwarding and load balance algorithms. Basically supports three methods of package forwarding: NAT
Configure NAT in Linux
Hello everybody!! For today I’ll configure a Router Linux with NAT using Iptables and a simple port redirection. Basically NAT allow protect our network, translating a local IP network to another IP, changing the source IP of the packet headers.