Networking Forums

Networking Forums > Computer Networking > Windows Networking > Logging to AD domain from wireless?

Reply
Thread Tools Display Modes

Logging to AD domain from wireless?

 
 
William Stokes
Guest
Posts: n/a

 
      01-28-2009, 05:27 AM
Hello,

I need to set up a wireless network that our users can log on to our Win2003
AD domain. Servers are naturally on a wired network.

How can I set this up so that when user connects to WLAN with his laptop he
will logon to our domain and get ip addresses, network shares, printes etc.
from login script? I have 3COM AP's supporting Radius. Is this the way to
go? These AP's doesn't have internal DHCP server so wireless clients would
need to obtain ip's from domain DHCP server in wired network

Thanks!


 
Reply With Quote
 
 
 
 
Masterplan
Guest
Posts: n/a

 
      01-28-2009, 06:42 AM
Hi William,

Yes, you can configure a certificate authority, an IAS server (Microsoft
implementation of radius) and dhcp on the server side. Aditionally, you must
configure your access point to authenticate users to this newly configured
IAS server (take care that shared secret and authentication protocols must
match with that configured on the server). In this way, you can authenticate
your wireless users by certificate (only the users that have a certificate
will be authenticated and get an ip address).

--
Have a nice day!
Masterplan - MCSE,MCITP-EA
http://winmasterplan.blogspot.com


"William Stokes" wrote:

> Hello,
>
> I need to set up a wireless network that our users can log on to our Win2003
> AD domain. Servers are naturally on a wired network.
>
> How can I set this up so that when user connects to WLAN with his laptop he
> will logon to our domain and get ip addresses, network shares, printes etc.
> from login script? I have 3COM AP's supporting Radius. Is this the way to
> go? These AP's doesn't have internal DHCP server so wireless clients would
> need to obtain ip's from domain DHCP server in wired network
>
> Thanks!
>
>
>

 
Reply With Quote
 
William Stokes
Guest
Posts: n/a

 
      01-28-2009, 08:34 AM
Ok. So I need to distribute this certificate to our wireless clients before
loggin in works?

Do you know any MS documentation about this? I'm new to RADIUS as a whole.

Thanks
W


"Masterplan" <(E-Mail Removed).> kirjoitti
viestissä:21274204-FB3D-437E-AC43-(E-Mail Removed)...
> Hi William,
>
> Yes, you can configure a certificate authority, an IAS server (Microsoft
> implementation of radius) and dhcp on the server side. Aditionally, you
> must
> configure your access point to authenticate users to this newly configured
> IAS server (take care that shared secret and authentication protocols must
> match with that configured on the server). In this way, you can
> authenticate
> your wireless users by certificate (only the users that have a certificate
> will be authenticated and get an ip address).
>
> --
> Have a nice day!
> Masterplan - MCSE,MCITP-EA
> http://winmasterplan.blogspot.com
>
>
> "William Stokes" wrote:
>
>> Hello,
>>
>> I need to set up a wireless network that our users can log on to our
>> Win2003
>> AD domain. Servers are naturally on a wired network.
>>
>> How can I set this up so that when user connects to WLAN with his laptop
>> he
>> will logon to our domain and get ip addresses, network shares, printes
>> etc.
>> from login script? I have 3COM AP's supporting Radius. Is this the way to
>> go? These AP's doesn't have internal DHCP server so wireless clients
>> would
>> need to obtain ip's from domain DHCP server in wired network
>>
>> Thanks!
>>
>>
>>



 
Reply With Quote
 
Masterplan
Guest
Posts: n/a

 
      01-28-2009, 09:29 AM
Hi William,

Yes, you can do automatic certificate enrollement by group policy.
The configuration is complex. Here is a link about how to setup IAS (but
beside this if you want to authenticate users by certificate, you need to
have a certificate authority installed in your domain):
http://technet.microsoft.com/en-us/l.../cc779009.aspx
Also, you have to properly configure your 3COM ap's by using the
documentation on their site.

--
Have a nice day!
Masterplan - MCSE,MCITP-EA
http://winmasterplan.blogspot.com


"William Stokes" wrote:

> Ok. So I need to distribute this certificate to our wireless clients before
> loggin in works?
>
> Do you know any MS documentation about this? I'm new to RADIUS as a whole.
>
> Thanks
> W
>
>
> "Masterplan" <(E-Mail Removed).> kirjoitti
> viestissä:21274204-FB3D-437E-AC43-(E-Mail Removed)...
> > Hi William,
> >
> > Yes, you can configure a certificate authority, an IAS server (Microsoft
> > implementation of radius) and dhcp on the server side. Aditionally, you
> > must
> > configure your access point to authenticate users to this newly configured
> > IAS server (take care that shared secret and authentication protocols must
> > match with that configured on the server). In this way, you can
> > authenticate
> > your wireless users by certificate (only the users that have a certificate
> > will be authenticated and get an ip address).
> >
> > --
> > Have a nice day!
> > Masterplan - MCSE,MCITP-EA
> > http://winmasterplan.blogspot.com
> >
> >
> > "William Stokes" wrote:
> >
> >> Hello,
> >>
> >> I need to set up a wireless network that our users can log on to our
> >> Win2003
> >> AD domain. Servers are naturally on a wired network.
> >>
> >> How can I set this up so that when user connects to WLAN with his laptop
> >> he
> >> will logon to our domain and get ip addresses, network shares, printes
> >> etc.
> >> from login script? I have 3COM AP's supporting Radius. Is this the way to
> >> go? These AP's doesn't have internal DHCP server so wireless clients
> >> would
> >> need to obtain ip's from domain DHCP server in wired network
> >>
> >> Thanks!
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
William Stokes
Guest
Posts: n/a

 
      01-28-2009, 02:08 PM

Ok. Thanks for these.

BTW. 3Com's documentation about their AP's are not that great but what can
you do ;-)

W

"Masterplan" <(E-Mail Removed).> kirjoitti
viestissä:E31E4474-EAF3-4C8F-A9FA-(E-Mail Removed)...
> Hi William,
>
> Yes, you can do automatic certificate enrollement by group policy.
> The configuration is complex. Here is a link about how to setup IAS (but
> beside this if you want to authenticate users by certificate, you need to
> have a certificate authority installed in your domain):
> http://technet.microsoft.com/en-us/l.../cc779009.aspx
> Also, you have to properly configure your 3COM ap's by using the
> documentation on their site.
>
> --
> Have a nice day!
> Masterplan - MCSE,MCITP-EA
> http://winmasterplan.blogspot.com
>
>
> "William Stokes" wrote:
>
>> Ok. So I need to distribute this certificate to our wireless clients
>> before
>> loggin in works?
>>
>> Do you know any MS documentation about this? I'm new to RADIUS as a
>> whole.
>>
>> Thanks
>> W
>>
>>
>> "Masterplan" <(E-Mail Removed).> kirjoitti
>> viestissä:21274204-FB3D-437E-AC43-(E-Mail Removed)...
>> > Hi William,
>> >
>> > Yes, you can configure a certificate authority, an IAS server
>> > (Microsoft
>> > implementation of radius) and dhcp on the server side. Aditionally, you
>> > must
>> > configure your access point to authenticate users to this newly
>> > configured
>> > IAS server (take care that shared secret and authentication protocols
>> > must
>> > match with that configured on the server). In this way, you can
>> > authenticate
>> > your wireless users by certificate (only the users that have a
>> > certificate
>> > will be authenticated and get an ip address).
>> >
>> > --
>> > Have a nice day!
>> > Masterplan - MCSE,MCITP-EA
>> > http://winmasterplan.blogspot.com
>> >
>> >
>> > "William Stokes" wrote:
>> >
>> >> Hello,
>> >>
>> >> I need to set up a wireless network that our users can log on to our
>> >> Win2003
>> >> AD domain. Servers are naturally on a wired network.
>> >>
>> >> How can I set this up so that when user connects to WLAN with his
>> >> laptop
>> >> he
>> >> will logon to our domain and get ip addresses, network shares, printes
>> >> etc.
>> >> from login script? I have 3COM AP's supporting Radius. Is this the way
>> >> to
>> >> go? These AP's doesn't have internal DHCP server so wireless clients
>> >> would
>> >> need to obtain ip's from domain DHCP server in wired network
>> >>
>> >> Thanks!
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logging to AD domain from wireless? William Stokes Wireless Networks 3 01-28-2009 02:04 PM
Need help logging onto a domain across a VPN Ian Prior Windows Networking 2 05-23-2006 09:48 AM
Logging on to a domain =?Utf-8?B?Sm9l?= Windows Networking 2 03-29-2005 03:01 AM
WIN 98 not logging onto W2K Domain Rajesh Windows Networking 1 09-18-2004 12:04 PM
No domain server error when logging into domain Abdurrahman Seedat [Herby] Windows Networking 0 01-09-2004 12:08 PM



1 2 3 4 5 6 7 8 9 10 11