Can't Redirect Outbound
-
I am trying to redirect all of the Outbound traffic of 10.10.10.5 to 10.6.8.9:80
This would be as if a customer was suspended and the only page they can get to is 10.6.8.9:80 while all of their traffic redirects to that server and port.
I have a rule in Firewall for that interface:
IPv4* 10.10.10.5 * * * * none (Client #1 Firewall)All traffic for that individual IP can pass through without problem.
Now I want to redirect all of the traffic to 10.6.8.9:80I have a rule above it that is:
IPv4 TCP * * 10.6.8.0Net 80(http) * none (Client CRM)That seems to work without issue. Even if I disable the passing rule at the bottom