WG311 FS + MDK 9.2 en acces point.

Forum dédié aux discussions concernant les réseaux sans fil tels que IEEE 802.11a, 802.11b, bluetooth et tous les autres standards que l'on peut trouver sur le marché.

Modérateur: modos Ixus

Messagepar 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 .. .
Avatar de l’utilisateur
BoxStel
Matelot
Matelot
 
Messages: 3
Inscrit le: 18 Oct 2003 00:00

Messagepar BoxStel » 12 Fév 2004 23:22

P'tit rectification sur les fichiers de confs pour coller plus à la MDK. <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>DHCP_TIMEOUT=5 <BR>########## <BR>WIRELESS=yes #pour coller à la MDK. <BR>#---------------- <BR>MODE=master <BR>ESSID=Air-Point <BR>NWID='' <BR>CHANNEL=10 <BR>FREQ='' <BR>SENS='' <BR>RATE=54M <BR>KEY='---ma cle à moi <IMG SRC="images/smiles/icon_wink.gif">----' <BR>RTS='' <BR>FRAG='' <BR>SPYIPS='' <BR>IWCONFIG='nick AIRBOX txpower auto' <BR>IWPRIV='mode 3' <BR>------------------------------------------ <BR> <BR>En plus, pour infos, la dernière version de Shorewall prend en compte les <BR>MacList pour athx donc ... un peu plus de sécu en plus du WEP. <BR>-------------8x------interfaces--------8x--------------- <BR>#ZONE INTERFACE BROADCAST OPTIONS <BR>wif ath0 10.0.0.255 maclist,dhcp <BR>lan eth0 192.168.1.255 maclist,dhcp <BR>#adsl eth1 192.168.60.255 <BR>wan ppp+ detect tcpflags,norfc1918,blacklist <BR> <BR>-------------8x-------maclist----------8x---------------- <BR>#INTERFACE MAC IP ADDRESSES (Optional) <BR>#-----------Lan--------------------- <BR>eth0 xx:xx:xx:xx:xx:xx 192.168.1.1 <BR>eth0 xx:xx:xx:xx:xx:xx 192.168.1.20 <BR>eth0 xx:xx:xx:xx:xx:xx 192.168.1.30 <BR>eth0 xx:xx:xx:xx:xx:xx 192.168.1.40 <BR>#----------WiFI---------------------- <BR>ath0 xx:xx:xx:xx:xx:xx 10.0.0.1 <BR>ath0 xx:xx:xx:xx:xx:xx 10.0.0.80 <BR>-------------8x----------------8x---------------- <BR> <BR> <BR>Voili, voilà, c'était la BA du jour <IMG SRC="images/smiles/icon_lol.gif"> <BR><!-- BBCode Quote Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-2>En réponse à:</font><HR></TD></TR><TR><TD><FONT SIZE=-2><BLOCKQUOTE> <BR>-- <BR>Un gars de là-bas, Pat <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_smile.gif"> <BR>------------------------------------------------------------------------- <BR> <BR></BLOCKQUOTE></FONT></TD></TR><TR><TD><HR></TD></TR></TABLE><!-- BBCode Quote End -->
A Station Fun!! Stop 2 Mn .. .
Avatar de l’utilisateur
BoxStel
Matelot
Matelot
 
Messages: 3
Inscrit le: 18 Oct 2003 00:00


Retour vers Réseaux sans fil

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit et 1 invité

cron