Skip to content

Instantly share code, notes, and snippets.

@wilsonsilva
Created May 26, 2014 21:27
Show Gist options
  • Save wilsonsilva/6d3a9d255a8d9c4c1f99 to your computer and use it in GitHub Desktop.
Save wilsonsilva/6d3a9d255a8d9c4c1f99 to your computer and use it in GitHub Desktop.
Arpwatch configuration
# -u <username> : defines with what user id arpwatch should run
# -e <email> : the <email> where to send the reports
# -s <from> : the <from>-address
# -i <interface> : override the default network interface
OPTIONS="-u arpwatch -e wsilva -s 'root (Arpwatch)' -i wlp3s0"
@wilsonsilva
Copy link
Author

located in: /etc/sysconfig/arpwatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment