par BoxStel » 08 Fév 2004 14:25
Configuration de la carte wifi wg311/ath0 sous Linux (MDK9.2)
<BR>
<BR> Bonjour à tous,
<BR>
<BR> J'ai eu quelques difficultés pour faire marcher ma carte wifi Netgear WG311.
<BR>Aprés des recherches sur Google je vous donne mes résultats qui je l'espère pourront
<BR>vous aider.
<BR>
<BR>Pour information,je suis sous Mandrake 9.2(Mode serveur), j'ai installé ma carte sur
<BR>une MSI-6163 car sur une vieille Tekram, j'avais des pbs d'alim et/ou de PCI v2.1.
<BR>Le driver utilisé est le Madwifi-CVS.
<BR>
<BR>Pas de trop de problèmes pour installer le driver (ne pas oublié le lien kernel/build).
<BR>Ensuite, installer le pack 'wireless-utils' de la distrib.
<BR>Il faut ensuite créer un ifcfg-ath0 dans "/etc/sysconfig/network-script/" et le modifier avec une IPADDR/NETWORK différente de votre reseau local (voir exemple).
<BR>Ne pas oublié aussi les règles du Firewall (shorewall) pour le dialogue avec d'autres
<BR>ordi du réseau (au début j'ai modifié que le fichier "policy" et "zones" pour
<BR>tout laisser passer).
<BR>
<BR>Voilà la carte travaille en mode AP/MASTER à 54Mo avec le WEP activé et (Cela fonctionne
<BR>aussi en mode AD-HOC)avec un serveur DHCP qui gére mes deux réseaux.
<BR>
<BR>Infos suplémentaires sur le serveur MDK9.2:
<BR>-SAMBA en PDC pour poste WINdaube.
<BR>-Squid+Dansguardian pour les enfants <IMG SRC="images/smiles/icon_smile.gif">.
<BR>-Apache pour mon site Web (en construction <IMG SRC="images/smiles/icon_wink.gif"> )
<BR>-ADSL avec Fast800(Eagle-usb-cvs).
<BR>-serveur d'impressions avec CUPS.
<BR>-......
<BR>
<BR>Voici, mes fichiers corrigés <IMG SRC="images/smiles/icon_smile.gif"> pour exemples:
<BR>----------8x---------------8x--------------
<BR> ath0 IEEE 802.11-DS ESSID:"" Nickname:"nomdemonserveur"
<BR> Mode:Managed Frequency:2.422GHz Access Point: FF:FF:FF:FF:
<BR> Bit Rate:1Mb/s Tx-Power:off Sensitivity=0/3
<BR> Retry:off RTS thr:off Fragment thr:off
<BR> Encryption key:on
<BR> Power Management:off
<BR> Link Quality:0 Signal level:0 Noise level:0
<BR> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
<BR> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
<BR>---------8x------ifcfg-ath0---------8x-----------------
<BR>DEVICE=ath0
<BR>BOOTPROTO=static
<BR>IPADDR=10.0.0.1
<BR>NETMASK=255.255.255.0
<BR>NETWORK=10.0.0.0
<BR>BROADCAST=10.0.0.255
<BR>ONBOOT=yes
<BR>WIRELESS_MODE=Master
<BR>WIRELESS_ESSID=Air-Point
<BR>WIRELESS_NICKNAME=''
<BR>WIRELESS_NWID=''
<BR>WIRELESS_CHANNEL=10
<BR>WIRELESS_FREQ=''
<BR>WIRELESS_SENS=''
<BR>WIRELESS_RATE=54M
<BR>WIRELESS_ENC_KEY='---ma cle à moi <IMG SRC="images/smiles/icon_wink.gif">----'
<BR>WIRELESS_RTS=''
<BR>WIRELESS_FRAG=''
<BR>WIRELESS_IWCONFIG="ap xx:xx:xx:xx:xx:xx"
<BR>WIRELESS_IWSPY=''
<BR>WIRELESS_IWPRIV="mode 3"
<BR>WIRELESS_TXPOWER=auto
<BR>--------8x---------ifcfg-eth0------8x---------
<BR>DEVICE=eth0
<BR>BOOTPROTO=static
<BR>IPADDR=192.168.1.1
<BR>NETMASK=255.255.255.0
<BR>NETWORK=192.168.1.0
<BR>BROADCAST=192.168.1.255
<BR>ONBOOT=yes
<BR>MII_NOT_SUPPORTED=no
<BR>----8x--------dhcpd.conf----8x---------
<BR>Default-lease-time 21600;
<BR>max-lease-time 43200;
<BR>ddns-update-style none;
<BR>not authoritative;
<BR>
<BR>subnet 192.168.1.0 netmask 255.255.255.0 {
<BR> range dynamic-bootp 192.168.1.71 192.168.1.80;
<BR> option domain-name "mon.domain";
<BR> option domain-name-servers 192.168.1.1;
<BR> option nis-domain "mon.domain";
<BR> option nis-servers 192.168.1.1;
<BR> option lpr-servers 192.168.1.1;
<BR> option netbios-name-servers 192.168.1.1;
<BR> option netbios-dd-server 192.168.1.1;
<BR> option netbios-node-type 8;
<BR> option netbios-scope "";
<BR> option routers 192.168.1.1;
<BR> option subnet-mask 255.255.255.0;
<BR> option broadcast-address 192.168.1.255;
<BR> option time-servers 192.168.1.1;
<BR> ddns-updates on;
<BR> ddns-domainname "mon.domain";
<BR> ddns-rev-domainname "in-addr.arpa";
<BR> host firebox {
<BR> fixed-address 192.168.1.10;
<BR> hardware ethernet xx:xx:xx:xx;
<BR> }
<BR> }
<BR>
<BR>subnet 10.0.0.0 netmask 255.255.255.0 {
<BR> option routers 192.168.1.1;
<BR> option subnet-mask 255.255.255.0;
<BR> option broadcast-address 192.168.1.255;
<BR> option nis-domain "mon.domain";
<BR> option nis-servers 192.168.1.1;
<BR> option lpr-servers 192.168.1.1;
<BR> option netbios-name-servers 192.168.1.1;
<BR> option time-servers 192.168.1.1;
<BR> ddns-updates on;
<BR> ddns-domainname "mon.domain";
<BR> ddns-rev-domainname "in-addr.arpa";
<BR> option domain-name "mon.domain";
<BR> option domain-name-servers ns.mon.domain;
<BR> range 10.0.0.10 10.0.0.20;
<BR> max-lease-time 144000;
<BR> default-lease-time 36000;
<BR> host pc1-box {
<BR> fixed-address 10.0.0.80;
<BR> hardware ethernet xx:xx:xx:xx:xx;
<BR> }
<BR>
<BR>}
<BR>-------8x--policy----8x----------
<BR>#-----Regles de Base Wifi--------
<BR>WiFi lan ACCEPT info # Allow the wireless new access
<BR>WiFi fw ACCEPT info
<BR>fw WiFi ACCEPT info
<BR>WiFi wan ACCEPT info # Allow internet access from wirless
<BR>#-----Regles de Base Local--------
<BR>------8x----rules---8x----------
<BR>
<BR># WiFi to Firewall (SMB,SSH and NTP)
<BR>#
<BR>ACCEPT WiFi fw tcp 137,139,445 -
<BR>ACCEPT WiFi fw udp 137:139,445
<BR>ACCEPT WiFi fw udp 1024: 137
<BR>#
<BR>ACCEPT WiFi fw tcp ssh,4080,10000 -
<BR>ACCEPT WiFi fw udp ntp,domain -
<BR>#---------Serveurs mail/news-------------
<BR>#result |client |server |proto |port |client_port |address
<BR>ACCEPT WiFi fw tcp pop3,pop3s,imap,imaps -
<BR>ACCEPT WiFi fw tcp smtp,nntp -
<BR>#######################################################################
<BR># WIFI to lan SMB
<BR>#
<BR>ACCEPT WiFi lan udp 137:139
<BR>ACCEPT WiFi lan tcp 22,137,139,445,3389
<BR>ACCEPT WiFi lan udp 1024: 137
<BR>ACCEPT WiFi lan udp 177
<BR>#######################################################################
<BR># lan to WiFi (SMB,)
<BR>#
<BR>ACCEPT lan WiFi udp 137:139
<BR>ACCEPT lan WiFi tcp 137,139,445
<BR>ACCEPT lan WiFi udp 1024: 137
<BR>ACCEPT lan WiFi tcp 6000:6010
<BR>#######################################################################
<BR># Firewall to WiFi (SMB)
<BR>#
<BR>ACCEPT fw WiFi tcp 137,139,445
<BR>ACCEPT fw WiFi udp 137:139,445
<BR>ACCEPT fw WiFi udp 1024: 137
<BR>ACCEPT fw WiFi udp ntp
<BR>#########################################
<BR>------------------------------------------
<BR>
<BR>Voili, voilà, en espérant que ça aide sinon pour plus d'infos me contacter à
<BR><!-- BBcode auto-mailto start --><a href="mailto:B0xMail@online.fr">B0xMail@online.fr</a><!-- BBCode auto-mailto end -->
<BR>---
<BR>Un gars de là-bas, Pat
<BR> |/
<BR><!-- BBcode auto-mailto start --><a href="mailto:-------------------------ooO-@@-Ooo--------------------------------">-------------------------ooO-@@-Ooo--------------------------------</a><!-- BBCode auto-mailto end -->
<BR> __
<BR> __ /// A STATION FUN! *Multi-Os* pour l'informatique
<BR> XX/ STOP!2Mn... *Free-OnLine* pour Internet
<BR> *L'esprit_miga* pour le reste <IMG SRC="images/smiles/icon_wink.gif">)
<BR>
<BR>
A Station Fun!! Stop 2 Mn .. .