Linux Netfilter discussions
 help / color / mirror / Atom feed
* Logging connections
@ 2005-06-09 16:58 Ashley M. Kirchner
  2005-06-09 18:48 ` Eduardo Spremolla
  0 siblings, 1 reply; 2+ messages in thread
From: Ashley M. Kirchner @ 2005-06-09 16:58 UTC (permalink / raw)
  To: netfilter


    I have a hole punched in our iptables configuration for an internet 
application we're using to be able to reach an internal server 
directly.  What I'd like to do now is log the connections that are 
coming in to that port.  Ideally I would want the remote address it's 
coming from, a time stamp and what the connection is wanting to do 
(send/receive.)

    The rules related to that hole are setup like this:

    -A PREROUTING -i eth0 -p tcp -m tcp --dport 6666 -j DNAT 
--to-destination 192.168.x.x
    -A FORWARD -i eth0 -o eth2 -p tcp -m state --state NEW -m tcp 
--dport 6666 --tcp-flags SYN,RST,ACK SYN -j ACCEPT

-- 
H | I haven't lost my mind; it's backed up on tape somewhere.
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:ashley@pcraft.com>   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith             .     800.441.3873 x130
  Photo Craft Imaging                       .     3550 Arapahoe Ave. #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A. 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-09 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 16:58 Logging connections Ashley M. Kirchner
2005-06-09 18:48 ` Eduardo Spremolla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox