i am working with arpwatch on my kubuntu 24.4lts 64 bit laptop i did arp comand at the cli foundout my wireless nic i conect to the internetand our lan with is called wlp3s0 i did this at the cli sudo systemctl enable arpwatch and ran the script it said to run with the -i wlp3s0 i get no logs from arpwatch i have ssmtp installed but dont have information to set it up for email notification all the youtube videos on different distros kubuntu is ubuntu with KDE plasma desktop i do better wth a webpage with the info
What are you trying to do exactly? Simply get a notification that your laptop WiFi gets an arp entry?
Did you read, man arpwatch ?
If you want to send alerts to your custom email id, then open the main configuration file ‘/etc/sysconfig/arpwatch‘ and add the email as shown below.
# -u <username> : defines with what user id arpwatch should run
# -e <email> : the <email> where to send the reports
# -s <from> : the <from>-address
OPTIONS="-u arpwatch -e admin@tecmint.com -s 'root (Arpwatch)'"