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
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
-
Salut,
crée un réseau adhoc sur chaque PC, le même SSID, bien sûr.
-
-
@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. -
-
-
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