How am I supposed to redirect web traffic to a number of servers on the internal network?
I create interface aliases on the outside interface and then I create hosts on the internal network (a "host" is in this case a network with a subnet of 255.255.255.255). Then I set up af SNAT/DNAT rule to pass traffic from the outside interface alias to the inside host.
Is this the right way to do it? Is there another way to do this?
It seems there's a performance issue with this configuration. When traffic hits about 10Mbps, the ASL gobbles all available CPU and becomes completely inoperable. As long as load is low (currently at 1.2 Mbps), there are no problems.
This thread was automatically locked due to age.