We have a wireless network whereby students can easily jump on our
network for internet purposes without logging into the domain. How
can I force them to log in to the domain? Is there a way to "hide"
the internet behind a windows server that forces them to
"authenticate" with a username and password before going out to the
internet?
Hi Dennis --
Yes, you can require users to be authenticated.
I don't know what your whole setup is, but it sounds like you have the
guest account enabled, so students are logging on as guest (unauthenticated
access).
Just disable the guest account and they will be forced to log on to the
network with their user name and password (depending on what authentication
method you have deployed.)
If you haven't deployed any authentication, you can deploy Internet
Authentication Service in Windows Server 2003. After initial configuration,
you can manage all of your access points as RADIUS clients using IAS.
The general steps are as follows:
Install IAS on your DC or another computer. Use the IAS Help to find out
how to enable IAS to read user accounts in Active Directory. Make sure the
IAS server is added to the RAS and IAS servers group in AD. (If you aren't
using AD, read the Help on how to use IAS as a standalone server. Your user
accounts database, if not AD, must be LDAP compliant to work with IAS.)
In your user accounts database, create the groups that
In the IAS console:
Configure your wireless access points as RADIUS clients to the IAS/RADIUS
server. Configure each RADIUS client with a shared secret that you also
configure on the IAS server. If the APs are 802.1X capable, I would deploy
PEAP. If not, you can use MS-CHAP v2 (without PEAP). If you use MS-CHAP v2
by itself, read the Help on enabling use of the Message Authenticator
attribute.
Also create remote access policy that defines the authentication method you
want to use. (Recommended: PEAP-MS-CHAP v2). If you use PEAP-MS-CHAP v2,
obtain a server cert from Verisign or another company, or you can deploy
certificate services in WS03. For full details see "Enterprise Deployment
of Secure 802.11 Networks Using Microsoft Windows" at
http://www.microsoft.com/windowsserver2003/technologies/ias/default.mspx
Hope that helps...
--
James McIllece, Microsoft
Please do not send email directly to this alias. This is my online account
name for newsgroup participation only.
This posting is provided "AS IS" with no warranties, and confers no rights.