reset your router and reconfigure the password again.
As for difference with shared and open key.. google search for it.
Please help i am tryng to connect to my acesspoint/intergrated service router
it has wep key wich i enterd but it stil wont connect it can see the ssid/network name so i dont understand why it wont connect also what is the diffence between shared key and open key i have tried both and they dont work
Regards
Pat
reset your router and reconfigure the password again.
As for difference with shared and open key.. google search for it.
I dont see why resetting the password on my router will do anything
Im not in a hurry to change my network settings just so that back track can connect I dont understand why it would see the SSID/netowrk name
Ive also tried manualy
1)ifconfig <your interface> up
2)iwconfig <your interface> essid <your essid> channel <your channel> ap <your router's mac address> key restricted <hex value of wep key>
3)dhcpcd -nd <your interface>
but get this erroe messaage after step 2
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted.
i googled open/shared key but i dont understand how to find out which one my router is obviously i have tried both options open and shared and they both dont work ...if i log into my router through windows /browser it has no option in the router that i can see that says wehter or not it is open or shared ...no tick boxes or anything for this option that i can see
my router/accespoint/intergrated service router /switch is a netgear wgt 624
Please help
Regards
Ferashaca
PS I have googled the error message of course but what came up didnt seem to apply
The error indicates that your wireless card does not allow setting of the channel while in managed mode. The rt8187 chipset does this, not sure what others act the same way.
You may be over thinking the process. Try this: change the specific settings, (interface, essid, key, to match yours)
- wait until you have successfully associated with your AP. It may take a few minutes, then run:Code:reboot iwconfig wlan0 essid "your ssid" key 1234567890 ifconfig wlan0 up
Also, if your ssid has special characters or spaces, you need to put it in quotes like I did above.Code:dhcpcd wlan0
I enterd
bt ~ # iwconfig wlan0 essid JDMAC1 key B51E047D24
and got back
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Operation not supported.
tried it with " " around the essid as wel and got same error
wireless assistant in the gui can see the channel and the essid/network name so i assuming the problem with the key but i obviously dont want to take down the wep key on my router wep is not even as safe as wpa the wep key is all i got protecting my network wich is pityful as it is
1. What kind of card and drivers are you using?
2. What is the output of ifconfig?
3. What is the output of iwconfig?
4. Try running each iwconfig command individually (I've seen stranger workarounds)
iwconfig <inftc> essid foo
iwconfig <intfc> key 1234567890
Also, make sure you run the iwconfig command BEFORE you bring up your interface with ifconfig and make sure wlanassistant is not running.
bt ~ # iwconfig wlan0 essid JDMAC1 key D51E047D41
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Operation not supported.
wireless assistant can see the channel and the essid/network name so i assuming the problem with the key but i obviously dont want to take down the wep key on my router wep is not even as safe as wpa the wep key is all i got protecting my network wich is pityful as it is
1. What kind of card and drivers are you using?
2. What is the output of ifconfig?
I SORRY I TOOK SO LONG TO REPLY >>NOW THE ORIGONAL TOPIC IN FORUM HAS BEEN REMOVED PLEASE HELP
I ENTERD THE COMMANDS BY THEMSELVES LIKE YOU SAID AND MADE SURE WIRELESS ASSISTANT WASNT ON
TO NO AVAIL
im using a Realtek RTL8180L Wireless 1.73 this is my output
bt ~ # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
3. What is the output of iwconfig?
bt ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11b Mode:Managed Frequency:2.412 GHz
Access Point: Not-Associated Bit Rate=11 Mb/s
Retryn Fragment thr
ff
Encryption keyff
PS information provided in origonal topic :
using a netgear WGT64 wireless router
did this
1)ifconfig <your interface> up
2)iwconfig <your interface> essid <your essid> channel <your channel> ap <your router's mac address> key restricted <hex value of wep key>
3)dhcpcd -nd <your interface>
got back
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted
The error indicates that your wireless card does not allow setting of the channel while in managed mode. The rt8187 chipset does this, not sure what others act the same way.
some ones help :
You may be over thinking the process. Try this: change the specific settings, (interface, essid, key, to match yours)
Code:
reboot
iwconfig wlan0 essid "your ssid" key 1234567890
ifconfig wlan0 up- wait until you have successfully associated with your AP. It may take a few minutes, then run:
Code:
dhcpcd wlan0Also, if your ssid has special characters or spaces, you need to put it in quotes like I did above
enterd
bt ~ # iwconfig wlan0 essid JDMAC1 key D51E047D41
got back
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Operation not supported
which brings us where i was
quote: The error indicates that your wireless card does not allow setting of the channel while in managed mode
Fix that.
More to the point
quote: what is the diffence between shared key and open key i have tried both and they dont work
Why dont you know your own router settings?
One word : SEARCH
Just joined and am doing the obligatory three-day newbie time. A nearby friend has launched a challenge for me to discover his hidden essid. airodump-ng shows that his ssid is <length 6> but I have not been able to deauth using aireplay-ng up to this point. mdk3 brute-forcing using mdk3 wlan0 p -c <channel> -s 100 -t <APMAC> -b a starts by showing that the ssid is length 6 but the brute-forcing starts by looking for ssids with length 1, 2, 3, etc. and then jumps to length 8. Is there a flag with mdk3 that allows a search for six characters only, no more no less?