Is there any way to load balance between hosts?
Willy On Fri, 2009-07-03 at 06:32 -0700, Tom Eastep wrote: > sangprabv wrote: > > Hi, > > I just add these file rules: > > DNAT net loc:192.168.8.35 tcp - - 202.158.70.38 > > DNAT net loc:192.168.8.36 tcp - - 202.158.70.38 > > DNAT net loc:192.168.8.37 tcp - - 202.158.70.38 > > > > And these on file nat: > > 202.158.70.38 eth0 192.168.8.35 no no > > 202.158.70.38 eth0 192.168.8.36 no no > > 202.158.70.38 eth0 192.168.8.37 no no > > > > I try to connect to the internet and check the IP and all hosts returns > > 202.158.70.38. The question is when there is incoming packet to > > 202.158.70.38. Is it going to forward to all hosts or will match from > > top declared rules and nat which is in this case is 192.168.8.35? TIA. > > It will match the first DNAT rule. > > -Tom > ------------------------------------------------------------------------------ > _______________________________________________ > Shorewall-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/shorewall-users ------------------------------------------------------------------------------ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
