When my Linux firewall box died a couple of months ago, I finally decided to by a Cisco router for my Internet connection. Before the Linux box I had an OpenBSD firewall, and I decided it was time to learn yet another platform.
The box is a Cisco 877W which has one ADSL interface, a four-port ethernet switch, and an 802.11g wireless NIC. My first impressions have been very positive. I have for instance learned that this thing can easily be configured to serve multiple SSIDs with different security settings from the same radio, and the SSIDs can be attached to separate VLANs. That means I could create one encrypted SSID for my private use, and an open one for passers by.
Anyway, here’s a quick configuration example. It creates an 802.11g interface which is WPA-PSK protected and bridged to the 4-port ethernet switch:
interface Dot11Radio0 no ip address ! encryption mode ciphers tkip ! ssid Koo authentication open authentication key-management wpa guest-mode wpa-psk ascii 7 XXXXXSECRETXXXXSTRINGXXXXX ! speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0 station-role root bridge-group 1 bridge-group 1 spanning-disabled
WPA-PSK authentication with Cisco IOS was first posted on October 26, 2007 at 8:50 pm.
"Leave No Bit Unturned" The material presented in this feed is Copyright © Mikko Kortelainen, unless otherwise indicated. All material is licensed under a Creative Commons Attribution 3.0 Unported License, unless otherwise indicated. Attribute using my name, "Mikko Kortelainen", and a link to this site, preferrably directly to the article in question. Please contact me at mikko.kortelainen@techelp.fi.