Hi,
Is there any way to redirect all ARP log messages to a separate file?
Those messages look like this:
Right now I have them in /var/log/messages in pair with a lof of other stuff, but I need to process them further and I want to avoid grep'ing them from the entire messages log file.
I've looked into /etc/syslog.conf file and it's manual but I can't find a way to redirect only entire kernel ARP entries to a separate file.
Can anyone suggest how to deal with that? Is there any straightforward UNIX-way solution?
Thanks.
Is there any way to redirect all ARP log messages to a separate file?
Those messages look like this:
Code:
Apr 1 15:03:59 router kernel: arp: fa:4b:bc:12:7a:7d attempts to modify permanent entry for 192.168.29.30 on vlan3
I've looked into /etc/syslog.conf file and it's manual but I can't find a way to redirect only entire kernel ARP entries to a separate file.
Can anyone suggest how to deal with that? Is there any straightforward UNIX-way solution?
Thanks.