On Fri, 2004-12-03 at 17:19 +0100, Jonas Bernoulli wrote:> > thanks a lot for any suggestionsActions with logging don''t work as you expect -- read the documentation carefully. The 2.2.0 Beta series log actions in a more intuitive way. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
hello logging is not working as i exspect it. i am not sure if this is due to a but or a misunderstanding on my part. i use shorewall 2.0.4 and for logging metalog 0.8. the problem is that new connections of certain (most) types don''t get logged. when i browse for example i see such: ---------------------------------------------------------------------- Dec 3 15:49:12 [kernel] Shorewall:fw2net:AllowDNS:IN= OUT=eth0 SRC=80.218.188.212 DST=62.2.24.158 LEN=59 TOS=0x00 PREC=0x00 TTL=64 ID=17070 DF PROTO=UDP SPT=32770 DPT=53 LEN=39 ---------------------------------------------------------------------- but never such: ---------------------------------------------------------------------- Dec 3 15:49:12 [kernel] Shorewall:fw2net:AllowWeb ... ---------------------------------------------------------------------- but i have set in rules: ---------------------------------------------------------------------- AllowWeb:info fw net ---------------------------------------------------------------------- no if the problem is with my configuration its also possible that i made the mistake in metalog, hopefully someone here uses it too... this is how i log in metalog: ---------------------------------------------------------------------- Shorewall : regex = "Shorewall" logdir = "/var/log/shorewall" ---------------------------------------------------------------------- for this did not work: ---------------------------------------------------------------------- Shorewall : program = "shorewall" logdir = "/var/log/shorewall" ---------------------------------------------------------------------- thanks a lot for any suggestions jonas