I am trying to log the outgoing connections (all ports, not just http(s)) from a particular local IP address (say, 192.168.1.2). I added:
iptables -A OUTPUT -s 192.168.1.2 -m limit --limit 5/m -j LOG --log-prefix="foo"
to Administration: Firewall; and then restarted the router. The rule appears in 'iptables -L' (although with the machine name, rather than the IP address), but nothing gets logged in /var/log/messages.
This is on the latest v.121 of Shibby's mod.
Any ideas what I am doing...
Logging outgoing connections from particular machine
iptables -A OUTPUT -s 192.168.1.2 -m limit --limit 5/m -j LOG --log-prefix="foo"
to Administration: Firewall; and then restarted the router. The rule appears in 'iptables -L' (although with the machine name, rather than the IP address), but nothing gets logged in /var/log/messages.
This is on the latest v.121 of Shibby's mod.
Any ideas what I am doing...
Logging outgoing connections from particular machine