On Thu, Jul 07, 2011 at 10:44:20PM -0700, Michael C. Robinson wrote: > Apparently, this is a means to send packets to user space. I want to do > something very simple. I want to grab the destination ip address of > html packets and keep a log for the day of where the internal host was > going that can be browsed on a public local area network web page.
You're making it too complicated. Your NAT router is running Linux, right? Just use tcpdump or tshark. Or just add an IPTables LOG rule. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
