wireless-tools가 설치되어있지않으면 설치
#sudo apt-get install wireless-tools
설치후 iwconfig 로 해당 장치 확인후 활성화시키기
#sudo ifconfig wlan0 up
(해당장치)
//해당 무선랜인식 못할때 직접 ndiswrrapper로 드라이버 설치 할수있음..
#sudo iwconfig wlan0 essid "접속할ap명"
설정후 ip할당 받아오기
#sudo dhclient wlan0
#iwconfig wlan0 key restricted wep키암호 // WEP 사용시..
관련 명령어
ifconfig, iwconfig, iwlist, ifup
usb 모듈이 확인명령어
lsmod,dmesg
< WPA-PSK사용시 >
#sudo aptitude install wpasupplicant
설치후
#sudo vi /etc/wpasupplicant.conf 생성
//network={}여러개를 같이 다양한 ap를 지정해놓을수 있다.
작성후
#sudo vi /etc/network/interfaces 파일 수정
//여기서 wext는 wpasupplicant에서 지원하는 일반적인 무선랜
//ndiswrapper로 무선랜 드라이버 설치하신분들은 wext자리에 ndiswrapper 쓰시면됨.
//위와 같이 설정하면 켜질때마다 자동으로 접속
wpa-psk 사용관련 링크
http://ubuntuforums.org/showthread.php?t=263136
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper#USB Wireless Adapter
http://yyman.tistory.com/tag/ndiswrapper -자세한 ndiswrapper 사용법
네트워크 재시작 명령어
#sudo /etc/init.d/networking restart
#sudo iwconfig wlan0 essid "접속할ap명"
설정후 ip할당 받아오기
#sudo dhclient wlan0
#iwconfig wlan0 key restricted wep키암호 // WEP 사용시..
관련 명령어
ifconfig, iwconfig, iwlist, ifup
usb 모듈이 확인명령어
lsmod,dmesg
< WPA-PSK사용시 >
#sudo aptitude install wpasupplicant
설치후
#sudo vi /etc/wpasupplicant.conf 생성
# WPA-PSK/TKIP network={ |
작성후
#sudo vi /etc/network/interfaces 파일 수정
#다음 내용추가 auto wlan0 iface wlan0 inet dhcp wireless-essid 사용할ssid wpa-driver wext wpa-conf /etc/wpa_supplicant.conf |
//ndiswrapper로 무선랜 드라이버 설치하신분들은 wext자리에 ndiswrapper 쓰시면됨.
//위와 같이 설정하면 켜질때마다 자동으로 접속
wpa-psk 사용관련 링크
http://ubuntuforums.org/showthread.php?t=263136
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper#USB Wireless Adapter
http://yyman.tistory.com/tag/ndiswrapper -자세한 ndiswrapper 사용법
네트워크 재시작 명령어
#sudo /etc/init.d/networking restart
'시스템 > linux' 카테고리의 다른 글
페도라 미러 서버 설정 파일 (0) | 2011.03.03 |
---|---|
init, inittab 시스템 초기화 프로세스 (0) | 2011.03.01 |
linux 명령어 기타 메모장 (0) | 2011.02.26 |
우분투 (ubuntu) 대하여.. (0) | 2011.02.26 |
linux OpenSSH server (0) | 2011.02.26 |