natlog 1.00.2-1 source package in Ubuntu

Changelog

natlog (1.00.2-1) unstable; urgency=low


  * New upstream release. (Closes: #730911)
  * Bump Standards-Version to 3.9.5.

 -- tony mancill <email address hidden>  Sun, 01 Dec 2013 09:52:46 -0800

Upload details

Uploaded by:
Frank B. Brokken
Uploaded to:
Sid
Original maintainer:
Frank B. Brokken
Architectures:
linux-any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
natlog_1.00.2-1.dsc 2.0 KiB 52f8fe3971cdc1ca27213f8e0aa2ec6482c0cf5c51963c6c0ff64820cf1e090d
natlog_1.00.2.orig.tar.gz 287.8 KiB 854fd05adab90443d1f40779417cc8b9a9ecb44ad47f479166b841621d72f8fc
natlog_1.00.2-1.debian.tar.gz 7.6 KiB 52db8a5258d2116af79e939241f2a2479d1a70a8731c194b57c14181dfb9a07a

No changes file available.

Binary packages built by this source

natlog: Source-natting firewall logging utility

 Firewalls like iptables usually offer POSTROUTING source network address
 translation facilities changing the source address of a host behind the
 firewall to the address of the host before the firewall.
 .
 The standard log facilities provided by iptables do not easily allow us to
 associate addresses behind the firewall to their source-natted equivalents
 before the firewall. Natlog was designed to fill in that particular niche.
 .
 When running natlog, messages are sent to the syslog daemon and/or to the
 standard output stream showing the essential characteristics of the
 connection using source natting. Here is an example:
 .
 from Fri 8 22:30:10:55588 until Fri 8 22:40:43:807100: 192.168.19.72:4467
 (via: 129.125.90.132:4467) to 200.49.219.180:443
 .
 Natlog depends on facilities provided by iptables; work is in progress to
 generate logs using facilities offered by the pcap library.