The solution to use “a little” 802.1x with a domain DC win 2003 serveur, and IAS, and a Seven owning wifi, and Mikrotik as an simple AP. Users will be authenticated with their name and passwords registered in AD.
Mikrotik configuration (use card 2 to 5 to connect Mikrotik to network as an AP. I’ve not undstood how to configure and use card number 1…):
[admin@MikroTik] > export compact
oct/12/2012 15:24:16 by RouterOS 5.14
software id = 2AYL-KERF
/interface bridge
add admin-mac=D4:CA:6D:29:CE:CD auto-mac=no l2mtu=1598 name=bridge-local protocol-mode=rstp
/interface wireless
set 0 band=2ghz-b/g/n channel-width=20/40mhz-ht-above disabled=no ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=
ap-bridge ssid=test6 wireless-protocol=802.11
/interface ethernet
set 0 name=ether1-gateway
set 1 name=ether2-master-local
set 2 master-port=ether2-master-local name=ether3-slave-local
set 3 master-port=ether2-master-local name=ether4-slave-local
set 4 master-port=ether2-master-local name=ether5-slave-local
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-eap mode=dynamic-keys radius-eap-accounting=yes radius-mac-mode=
as-username-and-password static-algo-1=40bit-wep static-key-1=0000000000 static-transmit-key=key-1 wpa-pre-shared-key=
00000000
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.88.1/24 comment=“default configuration” interface=bridge-local
/ip dns
set allow-remote-requests=yes
/radius
add address=192.168.88.2 secret=secret service=wireless
/radius incoming
set accept=yes
/system logging
add topics=radius,debug
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
I don’t know why, but the security-profiles don’t seems to be complete below. Here is what I use:
Security profile
Name: default
Mode: dynamic keys
Authentication Types:
WPA2 EAP
Unicast Ciphers
aes ccm
Group Ciphers
aes ccm
Supplicant Identify: Mikrotik
Group Key Update: 00:05:00
Management Protection: disabled
Radius
MAC Authentication: not checked
MAC Accounting: not checked
EAP Accountig: checked
Interim pdate: 00:00:00
MAC Format: XX:XX:XX:XX:XX:XX
MAC Mode: as username and password
MAC Caching Time: disabled
EAP:
EAP Methods: passthrough
TLS Mode: no certificates
TLS Certificate: none
Static Keys: nothing to configure.
And the configuration in Seven Enterprise:
Thumb-index " Connection ":
Name: Test6
SSID: Test6
Type of network: access point
Availability of network: all users
Connect me automatically when this network is in range: checked
Connect me to a priority favourite network if it is possible: not checked
Connect me even if network does not broadcast its name (SSID): not checked
Thumb-index " Security:
Type of security: WPA2 - Enterprise
Type of encoding: AES
Network authentication method: Microsoft: PEAP (Protected EAP)
Memorize my authentication informations for this connection each time I am linked: not checked
Button " advanced Parameters ":
Thumb-index " 802.1x ":
Specify authentication mode: checked
User authentication oo computer
Delete authenticaion informations for all users: not checked
Activate authentication: not checked.
Thumb-index " Parameters 802.11 ":
Activate putting in cache of PMK key (Pairwise Master Key):
Life of the key PMK (minutes): 720
Number of entries in PMK cache: 128
This network uses precondition authentication: not checked
Activate the compliance with norms FIPS (Federal Information Processing Standards) for this network: not checked
Microsoft: PEAP (Protected EAP) \ Parameters
Validate the server certificate: checked
Connection to these servers: not checked
Root Certification authorities: my-own-CA-in-2003
Not to ask the user to allow new servers or approved CA: not checked
Authentication method: Secured password (EAP-MSCHAP version 2)
Button “Configure”:
Use automatically my name and my Windows password of opening session (and possibly of domain): not checked
Activate quick connection: checked
Apply network acces protection: checked
Deconnect. if the server does not introduce TLV of chiffr . link: not checked
Activate the protection of confidentiality: not checked
When ask in the Seven, use a user-name and password registered in Active Directory.
The Seven had been before integrated in the AD domain (and so has the certificate of the CA).
Mikrotik has been added in IAS.
Now, I’ve “just” to replace my old 2003 by a new 2008…