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/network/interfaces auto eth0 iface eth0 inet static address dhcpcd.conf # Example static IP configuration: 90interface eth0 static ip_address=192.168. 10.146 netmask 255.255 . 255.0 gateway /24 90#static ip6_address=fd51:42f8:caae:d92e::ff/64 static routers=192.168. 146. 145 dns-nameservers 1 debian / ubuntu / networking ifconfig and ip addrstatic domain_name_servers=8.8.8.8 | ||||||
ip link set down dev eth0 or just reboot |
Page Comparison
General
Content
Integrations