Dave Harry
2010-10-26 00:20:18 UTC
I have a public DNS in my Orange.
This creates a huge number of DNS entries in the firewall logs. I'm sure it
must be easy to prevent them.
I know how to use iptables to log a certain connection. E.g., I have this in
rc.local:
/sbin/iptables -A CUSTOMFORWARD -m state --state NEW -p tcp --dport 3389 -j
LOG --log-prefix "Remote Desktop"
But how can I turn logging OFF for DNS?
TIA
This creates a huge number of DNS entries in the firewall logs. I'm sure it
must be easy to prevent them.
I know how to use iptables to log a certain connection. E.g., I have this in
rc.local:
/sbin/iptables -A CUSTOMFORWARD -m state --state NEW -p tcp --dport 3389 -j
LOG --log-prefix "Remote Desktop"
But how can I turn logging OFF for DNS?
TIA
--
Dave Harry
Dave Harry