Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


raspberry_pi_arp_watcher

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
raspberry_pi_arp_watcher [2019/02/01 08:26] – [Arpwatch] adminraspberry_pi_arp_watcher [2019/03/10 04:13] admin
Line 3: Line 3:
  
 ====Raspbian==== ====Raspbian====
-  * Install Raspbian, and connect the Pi to your network, the broadcast domain (subnet) you want to monitor.+  * Install Raspbian, connect the Pi to your network, the broadcast domain (subnet) you want to monitor.
   * Configure the Pi as you would normally.   * Configure the Pi as you would normally.
 +    * Disable HDMI, WLAN, Bluetooth
 +    * Configure firewall
 +    * Remove pi user
 +    * enable ipv6 privacy addressing
 +    * Disable unnecessary services
  
 ====Mail===== ====Mail=====
-  * Configure outgoing mail. For example with a simple to use tool like ''ssmtp''. <code>apt install ssmtp mailtutils</code>+  * Configure outgoing mail. For example with a simple to use tool like ''ssmtp''. <code>apt install ssmtp mailutils</code>
   * Test outgoing mail.   * Test outgoing mail.