Hi guys I would like to create a local L4 load balancing so that the following is true (the host has IP address 10.226.32.111):
TCP connection to 127.0.0.1/port 1500 on the host gets redirected to 10.226.33.150/1500 the first time. The next attempt, TCP connection to 127.0.0.1/port 1500 gets redirected to 10.226.33.151/1500. Can this be done with ipfilter? I created the following rule but it doesn't work: map en1 127.0.0.1/32 -> 10.226.32.111/32 rdr lo0 127.0.0.1/32 port 1500 -> 10.226.32.150 port 1500 tcp/udp round-robin rdr lo0 127.0.0.1/32 port 1500 -> 10.226.32.151 port 1500 tcp/udp round-robin Any advice? Met vriendelijke groet Best regards Bien à vous Miguel SANDERS ArcelorMittal Gent UNIX Systems & Storage IT Supply Western Europe | John Kennedylaan 51 B-9042 Gent T +32 9 347 3538 | F +32 9 347 4901 | M +32478 805 023 E [email protected] www.arcelormittal.com/gent **** This message and any attachment are confidential, intended solely for the use of the individual or entity to whom it is addressed and may be protected by professional secrecy or intellectual property rights. If you have received it by mistake, or are not the named recipient(s), please immediately notify the sender and delete the message. You are hereby notified that any unauthorized use, copying or dissemination of any or all information contained in this message is prohibited. Arcelormittal shall not be liable for the message if altered, falsified, or in case of error in the recipient. This message does not constitute any right or commitment for ArcelorMittal except when expressly agreed otherwise in writing in a separate agreement. ****
