Just in case you were wondering, I found out that masqueraded connections are kept in /proc/net/ip_conntrack, which is just a plain text file. So getting the info I need will be a snap from this file. > -----Original Message----- > From: owner-kclug@marauder.illiana.net > [mailto:owner-kclug@marauder.illiana.net]On Behalf Of Jeremy Fowler > Sent: Friday, November 22, 2002 12:06 PM > To: Kclug@Kclug. Org > Subject: LINUX: Iptables/netfilter Connection Tracking > > > Alright, just thought of a Linux related question to ask... ;-) > > I know there is a library (libiptc) that gives an interface to the netfilter > tables that you can use directly from a program. Is there a similar > library that > gives you an interface to the connecttrack module and lets you see > what packets > are being DNATed and SNATed dynamically? > > >