On Feb 21, 2013, Kevin Layer wrote: > * The legacy version allowed you to define an e-mail address then have > firewall changes automatically mailed to that address. The new > version doesn't seem to have this. Is it in there? If not, any > chance of it making a return in future releases?
This feature was not carried forward into the C rewrite since other things like swatch can provide this functionality based on fwknopd syslog messages. If there is a lot of demand for this, I suppose it could be an optional feature that isn't compiled in by default but enabled through a command line argument to the configure script. > * Is it possible to define multiple interfaces for PCAP_INTF? Or is > ENABLE_PCAP_PROMISC the recommended solution for sites with multiple > connections? On Linux systems, you can specify the 'any' interface to sniff on all interfaces. When you say multiple connections, assuming that you mean multiple physical interfaces instead of a bunch of IP aliases on a single interface, then I think the 'any' interface is probably the way to go. At least, I don't believe that libpcap otherwise supports a list of interfaces to sniff from. --Mike > > Thanks. > > Kevin > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Fwknop-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fwknop-discuss ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Fwknop-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fwknop-discuss
