On 10:47:37 Nov 19, Steve Bertrand wrote:
 
> Essentially, I simply need a method to redirect layer 3/4 traffic
> destined for anything:80 from the router to the appliance.
> 
> I've got a few options now, so I'll be testing all of them in the coming
> days.
> 

Including this one?

rdr all port 80 to ${appliance} 

Since you are leaving out the proto and "tcp/udp" fields this
redirection will work as expected.

regards,
Girish
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to