Resaux lan en WIFI

Bonjour,
Je cherche a crée un résaux lan mais en wifi avec plusieurs ordinateur disposant chacun d'une carte résaux fonctionnel sans cable pour jouer a des jeux en lan au lycée ^^
Amic'Maxence0055

2 réponses

  1. Salut,
    crée un réseau adhoc sur chaque PC, le même SSID, bien sûr.
    0
    1. N'est il pas possible de n'en crée qu'un de relier tous les pc a celui si ?
      0
    2. @maxence0055en adhoc, il faut créer le réseau sur chaque PC.
      il faudrait aussi faire des configurations ip manuellement sur chaque PC, bien que ça puisse fonctionner avec les adresses automatiques.
      0
    3. ok est eceque c'est possible un un hub ethernet et un câble pour chaque PC ?
      0
  2. Open the dos command Prompt by typing cmd on the run command or directly on the start menu...type these commands to create an ad hoc network :

    1/ netsh wlan set hostednetwork mode=allow ssid=NAME key=PASSWORD

    2/ netsh wlan start hostednetwork

    (NAME is the name of the ad hoc network, you can change it...PASSWORD is your adhoc password, change it to a more secure one...)

    To stop the adhoc network , type this command : netsh wlan stop hostednetwork

    trick from http://adhoc327.blogspot.com/p/httpswwwyoutubecomwatchvrmuavzowuk.html
    0