Wifi on raspberry pi | ||||||
---|---|---|---|---|---|---|
raspi-config | https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md >>> go to "Interface Options" | |||||
| ||||||
change the configuration | sudo vi etc/wpa_supplicant/wpa_supplicant.conf sudo wpa_cli -i wlan0 reconfigure | |||||
wlan and ethernet config /etc/network/interfaces | more /etc/network/interfaces
| |||||
script to change the password | https://weworkweplay.com/play/rebooting-the-raspberry-pi-when-it-loses-wireless-connection-wifi/ | |||||
crontab ( repeat ) | https://www.raspberrypi.org/documentation/linux/usage/cron.md | |||||
Wired Ethernet | ||||||
/etc/network/interfaces root @kali :~# vi /etc/dhcpcd.conf # Example static IP configuration: interface eth0 static ip_address=192.168.10.146/24 #static ip6_address=fd51:42f8:caae:d92e::ff/64 static routers=192.168.146.1 static domain_name_servers=8.8.8.8 | ||||||
ip link set down dev eth0 or just reboot |
Page Comparison
General
Content
Integrations