06-15-2004 11:13 AM - edited 07-04-2021 09:43 AM
What is this config missing to require the client know the WEP key to get on the network? Someone said they could get on my network, are they lying?
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption key 1 size 40bit 7 6C770C504D00 transmit-key
encryption mode ciphers wep40
!
ssid NEFLIN
authentication open
authentication shared
guest-mode
06-15-2004 01:15 PM
Hi there,
Something like:
encryption key 1 size 128bit xyz transmit-key
encryption mode wep mandatory
config under dot11 interface would force the MU's to encrypt/decrypt the traffic once associated.
Also, I would not use Authentication Shared
So, I would use:
encryption key 1 size 128bit 7 4D2768045E671201053A021223D5 transmit-key
encryption mode wep mandatory
!
ssid NEFLIN
authentication open
Cheers,
ME
06-15-2004 01:24 PM
And
no guest-mode under the ssid configuration
ME
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide