Changes

Jump to navigation Jump to search
405 bytes removed ,  21:16, 9 December 2022
Line 15: Line 15:     
I strongly suggest you to use pi-imager and set ssh to use only your ssh key, set your keyboard, a password etc. You could do for the wifi, but suggest keeping the good old reliable cable.
 
I strongly suggest you to use pi-imager and set ssh to use only your ssh key, set your keyboard, a password etc. You could do for the wifi, but suggest keeping the good old reliable cable.
  −
also you migh want to disable uneeded hardware : wifi and bluetooth (Raspberry Pi® 3B, 3B+, 3A+, 4B and Zero W) [https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README see]<syntaxhighlight lang="bash">
  −
echo "dtoverlay=disable-wifi" | sudo tee -a /boot/config.txt
  −
echo "dtoverlay=disable-bt" | sudo tee -a /boot/config.txt
  −
sudo systemctl disable hciuart
  −
sudo reboot
  −
</syntaxhighlight>
  −
   
=== Configure a static IP ===
 
=== Configure a static IP ===
 
Initial logging in might be harder as you will need to find the IP of this new toy.  You could refer to dhcp logs or arp from your SME. Then I strongly suggest you to get the MAC address of the interfaces and use the server-manager to set a static IP for this host. You will need a static IP later to get this working. Also having an easy hostname to remember will help : pihole.mydomain.com
 
Initial logging in might be harder as you will need to find the IP of this new toy.  You could refer to dhcp logs or arp from your SME. Then I strongly suggest you to get the MAC address of the interfaces and use the server-manager to set a static IP for this host. You will need a static IP later to get this working. Also having an easy hostname to remember will help : pihole.mydomain.com
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu