<첫번째방법>
무선랜 활성화 시키고 (wicd ) 이용 ad-hoc 모드로 작동시키기
ad-hoc ip 할당시 192.168.80.1 하면 밑에 설정까지 끝
client는 192.168.80.2 로 수동설정
연결 일단 완성
<두번째 방법>
리눅스 유선랜,무선랜 설정은 http://pracon.tistory.com/34 참고
해당 무선랜 ad-hoc모드로 작동시키기
ipv4 주소 할당시키기
ifconfig eth0 up
iwconfig wlan0
ifconfig wlan0 ip주소
리눅스 라우팅설정
http://blog.naver.com/ruddlekt?Redirect=Log&logNo=20090959857
서버(xp) -> client일때
http://libmart.co.kr/support/join/Inernet%20-join.htm
---------------------------------------------------------------
<NAT 설정 > - 인터넷 공유를 위하여
리눅스커널의 모듈 활성옵션중 패킷 포워딩관련으로 활성화를 해 두어야함
vi /etc/sysctl.conf에서
net.ipv4.ip_forward =1 로 수정
바로 적용 위해
sysctl -p /etc/sysctl.conf
/sbin/iptables -t nat -A POSTROUTING -o eth0 -s 192.168.80.0/24 -j MASQUERADE
nat모듈과 msquerade 모듈이 자동으로 탑재된다.
모듈 탑재 여부는 lsmod 명령어로 확인 할수 있다.
설정후 /sbin/iptables-save 하기
/sbin/iptables-restore
/sbin/iptables-xml
/sbin/iptables
/sbin/iptunnel
/sbin/iptables-save
lsmod
서버 설정완료후
클라이언트 재접속
--------------------------------------
centos의 경우 iptables 서비스 재시작
chkconfig --list iptables
/etc/rc.d/init.d/iptables restart
'시스템 > linux' 카테고리의 다른 글
부팅스크립트 (0) | 2011.02.23 |
---|---|
inetd (0) | 2011.02.23 |
wicd 리눅스 네트워크 매니저 (0) | 2010.11.14 |
리눅스 유선랜 무선랜 설정법 (0) | 2010.11.14 |
[스크랩] 임베디드 리눅스 usb 무선랜 (0) | 2010.11.14 |