On Fri, May 30, 2003 at 03:11:10PM -0400, Sepulveres, Kathleen (Kathleen) wrote: > Can someone tell me if there is a way to do the following with IPF? > > If a packet comes in that does not match any active filter rules, redirect the user > to a certain IP address and port, such as a web server. > > > Right now I have a universal 'block all' to catch any packets that are not > explicitly allowed to pass. Is there any way to have a 'redirect' at this point? > > Thanks for any information you can provide.
This would be nearly impossible. If the host is making, say an SMTP connection how do you tell that host to go to a webpage. An HTTP proxy could redirect an *http request* to a different http server, but you can't redirect "any packets" to a webpage.. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759
