Port Forward nonfunctional after activating Load Balance
-
PFSense is configured to use the LAN (1.1.1.1), WAN(2.2.2.2) and OPT1(3.3.3.3). I need the computer on the LAN to access 1.1.1.2 on port 12345 using the OPT1 network IP in local configuration.
After the basic installation of the firewall, NAT was configured for internal access to the camera server. Including configuring on the system so that access over the internal network would be redirected to the correct server using the network address OPT1. This process was working correctly until load balancing was enabled.
When I access packet capture I see that the redirection is correct, but still the system does not work.
Packet capture out:
13:36:43.086594 IP 1.1.1.2.55808 > 3.3.3.3.12345: tcp 0
13:36:44.119429 IP 1.1.1.2.55808 > 3.3.3.3.12345: tcp 0Can anyone help?