miniProject #30: Use Raspberry pi as Router HD

23.04.2018
In this miniProject, I convert a raspberry pi model 3 to act as a router. --------------Link to conf variable file-------------------https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf -------------Copy paste-------------------- sudo apt-get update sudo apt-get upgrade sudo apt-get install hostapd bridge-utils sudo systemctl stop hostapd ------sudo nano /etc/dhcpcd.conf denyinterfaces wlan0 denyinterfaces eth0 ------------------------------- sudo brctl addbr br0 sudo brctl addif br0 eth0 ------sudo nano /etc/network/interfaces allow-hotplug wlan0 iface wlan0 inet manual auto br0 iface br0 inet dhcp bridge_ports eth0 wlan0 -------------------------------- ------sudo nano /etc/hostapd/hostapd.conf interface=wlan0 bridge=br0 ssid=miniProjects hw_mode=g channel=7 wmm_enabled=0 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wpa=2 wpa_passphrase=subscribe wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP ----------------------------------- -----sudo nano /etc/default/hostapd DAEMON_CONF="/etc/hostapd/hostapd.conf" sudo reboot Thanks for watching.

Похожие видео

Показать еще