Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » Raspberry » Konfigurasi Network Raspberry tanpa Password SSID, wlan0

Konfigurasi Network Raspberry tanpa Password SSID, wlan0

Setingan /etc/network/interfaces

——————–
auto eth0
iface eth0 inet static
# address 192.168.2.100
address 192.168.1.150
netmask 255.255.255.0
#network 192.168.2.0
# gateway 192.168.1.1
#gateway 192.168.2.1
dns-nameservers 8.8.8.8 8.8.4.4

auto wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

££——————-

## Setingan untuk wpa_supplicant.conf ##

network={
ssid=”Iphone X_Ganti SSID yang Susuai”
key_mgmt=NONE
}

 

Filed under: Raspberry

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>