ZitatOriginal geschrieben von klausN80X
Ich hab auf meinem 808 Joikuspot installiert und möchte es nun als WLan Router verwenden.
Aber das Netz wird von meinem Tablet nicht gefunden.
Wo bzw. was habe ich übersehen?
Braucht man die 10€ teure Vollversion?
1. man braucht nicht die 10€ Vollversion
2. die 10 € Vollversion ist aber trotzdem vorzuziehen. Die WEP Verschlüsselung ist zwar nicht der Hit aber zumindest sperrt man so Gelegnheits-Mitsurfer aus.
3. Aus der Signatur ersehe ich, dass Du wohl ein Surface hast und damit Windows 8. Win 8 kennt den Ad-hoc Modus zwar noch aber er wird nicht mehr automatisch angezeigt. Auch ist keine einfache Verbindung mehr möglich.
Du musst den Ad-hoc Modus manuell einrichten. Dann kannst Du per *.bat Datei Verknüpfungen auf dem Desktop einrichten und so die Verbindung schnell aufbauen und wieder abbauen.
Im Folgenden eine kurze Anleitung :
--------------------------------------------------------------------------------------
SETUP
This must be done only once per network.
• go to "Network and Sharing Center"
• click "Set up a new connection or network"
• double click "Manually connect to a wireless network"
• enter the SSID of the ad-hoc network (as shown by "netsh wlan show networks") into the "Network name" field
• configure security settings accordingly
• uncheck "Start this connection automatically" (important)
• click "Next", then "Close"
Run this command (important):
> netsh wlan set profileparameter <ssid> connectiontype=ibss
Replace <ssid> with the SSID of your network.
CONNECT
After setting up, run this command whenever you want to connect:
> netsh wlan connect <ssid>
Replace <ssid> with the SSID of your network.
Hovering over WiFi icon in system tray will show the name of the network that you are currently connected to, even if it's an ad-hoc network (the network picker will not show it if it's ad-hoc). The name is also visible in "Network and Sharing Center" window.
DISCONNECT
To disconnect from the ad-hoc network: connect to a different network, turn off wifi, or run this command:
> netsh wlan disconnect
CLEANUP
To remove the network profile from Windows, run this command:
> netsh wlan delete profile <ssid>
Replace <ssid> with the SSID of your network.
------------------------------------------
netsh wlan set profileparameter name=<DEIN-NETZWERKNAME> ConnectionType=IBSS ConnectionMode=manual nonBroadcast=no
-------------------------------------------------------------------------------------------------------------------
VG