Hi all,
in our company we use ipfilter
for firewalling and loadbalancing. Now, we would like to put somehow weight in
the balancing. We have to ideas: using the same port and different ip address
for the same machine, or use different ports with one ip address for the same
machine.
We tried both. For the second
case, sometimes we were not able to connect to the server.
these are the
rules:
rdr rl2 internet/32 port 80
-> 192.168.100.200 port 80 tcp round-robin
rdr rl2 internet/32 port 80 -> 192.168.100.200 port 81 tcp round-robin
rdr rl2 internet/32 port 80 -> 192.168.100.200 port 82 tcp round-robin
rdr rl2 internet/32 port 80 -> 192.168.100.200 port 83 tcp round-robin
rdr rl2 internet/32 port 80 -> 192.168.100.200 port 81 tcp round-robin
rdr rl2 internet/32 port 80 -> 192.168.100.200 port 82 tcp round-robin
rdr rl2 internet/32 port 80 -> 192.168.100.200 port 83 tcp round-robin
regards
marcus
