ng_fwdswitch is a FreeBSD kernel module based on the netgraph infrastructure that works as a basic packet forwarding engine. It will classify inbound IP packets using their source or destination address and forward them to the appropriate outbound interface. It could be used as an IDS helper, say to split "coherent" traffic across several sensors.
| Tags | Networking Operating System Kernels BSD |
|---|---|
| Licenses | BSD Original |