Hi,
I added this rule in iptables:
Code:
iptables -A FORWARD -p tcp -s 10.11.0.254 --dport 80 -j LOG
Some other rules like this were added too.
"/var/log/messages" is fine, the problem is that on local screen (not ssh) every log entry is being printed, making impossible the use of local terminal.
How can I change that?