I have installed a Debian10 VM on my Synology NAS at home.
After VM deployment I installed qemu integration tools too.
I would use this small VM as my Network Monitoring (arpwatch and smokeping).
I installed arpwatch using this command:
- Code: Select all
apt-get install arpwatch
but it doesn't seem to work properly.
I can see arpwatch demon running and I can see arp record using "arp -a" command
- Code: Select all
root@monitoring:/etc# arp -a
? (192.168.1.254) at 00:90:8f:83:e8:26 [ether] on ens3
? (192.168.1.115) at 44:85:00:b2:cd:d4 [ether] on ens3
? (192.168.1.1) at 74:4d:28:d5:af:80 [ether] on ens3
? (192.168.1.121) at ac:5f:3e:28:f7:cb [ether] on ens3
I have followed this guide: https://guide.debianizzati.org/index.ph ... n_Arpwatch
I do not found any logs about arpwatch on this VM.
How can I solve it?