336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

/etc/network/interfaces  파일에서 


wlan0 관련 부분을 다음과 같이 수정



allow-hotplug wlan0

auto wlan0

iface wlan0 inet static

address <xxx.xxx.xxx.xxx>

netmask <xxx.xxx.xxx.xxx>

gateway <xxx.xxx.xxx.xxx>

wpa-ssid <SSID>

wpa-psk <Password>


예)

allow-hotplug wlan0

auto wlan0

iface wlan0 inet static

address 192.168.30.76

netmask 255.255.255.0

gateway 192.168.30.1

wpa-ssid ssid

wpa-psk password


 귀찮음에 이렇게 설정했지만 이는 보안상 취약할수 있는 방법으로

    /etc/wpa_supplicant/wpa_supplicant.conf 파일을 수정하는것을 권장

'Programming > Linux' 카테고리의 다른 글

Unix에서 echo -n 옵션이 안먹을 때  (0) 2017.08.28
ip validation check  (0) 2017.08.25
Centos7 custom build (2)  (0) 2016.03.25
Centos7 custom build (1)  (0) 2016.03.25
yum을 이용한 rpm 다운로드 방법  (0) 2016.03.25

+ Recent posts