next up previous
Next: fprobe Up: Installing and administrating PFC Previous: VNET

ULOG

The ulog extension of iptables can be programmed to bunch headers together and to pass them on to fprobe via a Netlink socket. The following rule must be in place for this mechanism to function:


\begin{lstlisting}
-A POSTROUTING -o eth0 -j ULOG -ulog-cprange 54 -ulog-qthreshold 16
\end{lstlisting}

When this rule is not active, fprobe (discussed next) will not generate any log data.



2008-09-23