On Sat, 12 Jul 2008, Ken W. wrote: > hello, > > Is there a updated document for setting IPVS on NAT? > I got this one: > > http://www.linuxvirtualserver.org/VS-NAT.html > > But it seems out of date.
There's also the HOWTO, but setting up LVS-NAT hasn't changed since it first came out. > It said, > > To make the load balancer forward the masquerading packets > > echo 1 > /proc/sys/net/ipv4/ip_forward > ipchains -A forward -j MASQ -s 172.16.0.0/24 -d 0.0.0.0/0 you don't need iptables to set up an LVS (in fact don't start adding filtering rules till after you get your LVS to work). Joe -- Joseph Mack NA3T EME(B,D), FM05lw North Carolina jmack (at) wm7d (dot) net - azimuthal equidistant map generator at http://www.wm7d.net/azproj.shtml Homepage http://www.austintek.com/ It's GNU/Linux! _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
